VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: Graphos Srl on April 04, 2017, 12:13:10 PM

Title: Estimate Shipping Cost
Post by: Graphos Srl on April 04, 2017, 12:13:10 PM
There is a plugin / module can calculate the shipping costs before the user registration?

Example:
http://festool.galimbertiferramenta.com/ (http://festool.galimbertiferramenta.com/)

in this site, if you add a product to cart, without registration. You can insert your Cap and estimate Shipping Cost.

Thank's!
Title: Re: Estimate Shipping Cost
Post by: GJC Web Design on April 04, 2017, 12:33:50 PM
depends entirely on how you calculate your shipping.. what plugin or service do u use..?

I have for example built estimator plugins for various services like AusPost, TNT etc

e.g. https://www.4wdpartshop.com.au/
Title: Re: Estimate Shipping Cost
Post by: Graphos Srl on April 04, 2017, 14:15:10 PM
i use the shipment weight_countries base of Virtuemart.
I need only display the Shipping cost before registration....
Title: Re: Estimate Shipping Cost
Post by: GJC Web Design on April 04, 2017, 17:19:35 PM
the cost can be shown per product so it is in the object

otherwise u need to build a module that will either trigger the plugin or gets the parameters of the weight plug and calcs the the result

if u only have no  country and no postcode filtering etc then the plugin will already show the cost in the cart b4 any address is added

Title: Re: Estimate Shipping Cost
Post by: Graphos Srl on April 05, 2017, 09:18:39 AM
i know.
Someone knows a module that is right for me?