News:

Looking for documentation? Take a look on our wiki

Main Menu

[done] Shipping Price Based On TotalPrice

Started by Stealth, June 08, 2005, 08:10:42 AM

Previous topic - Next topic

Stealth

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.

Soeren

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
The future of eCommerce: VirtueMart & Joomla!
http://virtuemart.net

lemonyellow

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

BusinessbyDesign

#3
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
David Peake
Business by Design

jedipunk

I just replied to your other post.  Did you implement what you just wrote as the solution?

BusinessbyDesign

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
David Peake
Business by Design

jedipunk

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.

asanvicente

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?