VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Development Projects, Modifications, Hacks & Tweaks. VM1.1 => Shipping Modules => Topic started by: Stealth on June 08, 2005, 08:10:42 AM

Title: [done] Shipping Price Based On TotalPrice
Post by: Stealth on June 08, 2005, 08:10:42 AM
Sorry for my poor English.
How to make calculation shipping price based on totalprice as based on weight?
Example:
total price <100$ then Shipping Price is 15$
total price >=100$ and <300 then Shipping Price is 10$
total price >=300$ and <500 then Shipping Price is 5$
total price >=500$ then Free Shipping
Used Standart Method.
Title: Re: Shipping Price Based On TotalPrice
Post by: Soeren on June 10, 2005, 11:05:59 AM
The only Shipping Module that calculates Shipping Rates based on the Totla Prices is the Flex Shipping Module. Maybe you should try this first.

ciao, Soeren
Title: Re: Shipping Price Based On TotalPrice
Post by: lemonyellow on September 09, 2005, 15:46:19 PM
Hi,

I've created a shipping module called Shipvalue which uses total order value instead of weight to calculate shipping costs:

http://mambo-phpshop.net/index.php?option=com_smf&Itemid=71&topic=11876.0

Full installation instructions are included.

Hope you find it useful.

Regards
Title: Re: [done] Shipping Price Based On TotalPrice
Post by: BusinessbyDesign on November 08, 2005, 06:46:31 AM
Is it possible to run three instances of valueship for three tiers of flat rate shipping (standard, express and overnight)?

Any ideas?

I SOLVED THIS!!

Best Regards,
David
Title: Re: [done] Shipping Price Based On TotalPrice
Post by: jedipunk on November 09, 2005, 14:13:35 PM
I just replied to your other post.  Did you implement what you just wrote as the solution?
Title: Re: [done] Shipping Price Based On TotalPrice
Post by: BusinessbyDesign on November 09, 2005, 17:49:06 PM
Yes, I copied the three Shipvalue files, renamed them and renamed all of the variables accordingly.  I did this twice ... once for express and once for overnight.

I would be happy to share the files with you.  I thought I might look them over, make sure everything is tidy and post them to the board for anyone who wants them.

Right now, I am having another problem that is only in IE ... child items don't display when choosen in the details page.  I have posted about this (http://virtuemart.net/index.php?option=com_smf&Itemid=71&topic=12982.msg23208#msg23208), but I find I seldom get answers to my posts.  Any thoughts you might have would be appreciated.

Anyway, let me know if you would like those files.

Best Regards,
David
Title: Re: [done] Shipping Price Based On TotalPrice
Post by: jedipunk on November 10, 2005, 18:00:35 PM
Unfortunately, I am not much help when it comes to PHP.  I am barely a novice and don't have much time to build any skills.  I honestly swore to myself that I did not think of your solution and I honestly appreciate the simplicity.  I would say go ahead and upload the changed files so that others can get an idea of what it took.
Title: Re: [done] Shipping Price Based On TotalPrice
Post by: asanvicente on November 22, 2005, 00:36:13 AM
Quote from: BusinessbyDesign on November 09, 2005, 17:49:06 PM
Yes, I copied the three Shipvalue files, renamed them and renamed all of the variables accordingly.  I did this twice ... once for express and once for overnight.

I would be happy to share the files with you.  I thought I might look them over, make sure everything is tidy and post them to the board for anyone who wants them.

Right now, I am having another problem that is only in IE ... child items don't display when choosen in the details page.  I have posted about this (http://virtuemart.net/index.php?option=com_smf&Itemid=71&topic=12982.msg23208#msg23208), but I find I seldom get answers to my posts.  Any thoughts you might have would be appreciated.

Anyway, let me know if you would like those files.

Best Regards,
David

This is great Business! I'm having a little trouble determining which variables to change. Could you please send or post those copied/altered files?