Re: Mulitple Shipping Rates
You would need to write a customized shipping module ...
It you ignore, for the moment, the handling fees ... are you able to setup the Item Rate item shipping module correctly for the charges?
If there is a handling fee on a pad, and it is $7.00, is that $7.00 for each pad? As in I order qty 1 for $7.00 and qty 2 for $14.00 ... and then another pad has a $3.00 handling, is that qty 1 for $3.00 and qty 2 for $6.00 ...
Re: Mulitple Shipping Rates
Quote:
Originally Posted by
Ajeh
You would need to write a customized shipping module ...
It you ignore, for the moment, the handling fees ... are you able to setup the Item Rate item shipping module correctly for the charges?
If there is a handling fee on a pad, and it is $7.00, is that $7.00 for each pad? As in I order qty 1 for $7.00 and qty 2 for $14.00 ... and then another pad has a $3.00 handling, is that qty 1 for $3.00 and qty 2 for $6.00 ...
Thank you Ajeh for responding. I played around with the table rate and added the handling fees to the shipping rate. However, I have to manually add the shipping fees I want the cart to show if a customer places 100 inside the cart. This would take me forever to set it up for, lets say, 1000 items in the cart...not realistic, but it would be checked by the client to see if they could add this many. Is there a better way to do this??
Maybe this would be better to add as the price of item? There are many different prices and when I set up the attrubutes, I did not add the weight. I really don't know what would be the best way to go here. The site isn't complete yet (I still have to set up the shipping correctly, but you will get an ideal of what I am talking about with the many different prices. This site has taken me a good while ( 3 weeks) to get it running correctly...a lot of work! Here is the link to see it.
Re: Mulitple Shipping Rates
Yes. I can set up the item rate without the handling fees. I do not have it installed now because of conflicting with the table rates. Doesn't this only set it up for one item?
Re: Mulitple Shipping Rates
What I am trying to do is see if the Item Rate shipping module can handle the shipping per item "without the handling fee", and if the handling fee is based on per qty of an item, and you were to put that handling fee in the products_weight field and that the handling fee is based on quantity then would that work?
Example: Item Rate set to 8.00
Qty 1 8.00
Qty 2 16.00
Qty 3 24.00
etc. etc.
If Pad 1 had a handling fee of 3.00, and this was in the products_weight field, would the shipping be:
Qty 1 8.00 + 3.00 = $11.00
Qty 2 8.00 x 2 + 3.00 x 2 = $22.00
Qty 3 8.00 x 3 + 3.00 x 3 = 33.00
If Pad 2 had a handling fee of 7.00, and this was in the products_weight field, would the shipping be:
Qty 1 8.00 + 7.00 = $15.00
Qty 2 8.00 x 2 + 7.00 x 2 = $30.00
Qty 3 8.00 x 3 + 7.00 x 3 = $45.00
And qty 1 of Pad 1 and qty 2 of Pad 2 would be:
Qty 1 8.00 + 3.00 = $11.00
Qty 2 8.00 x 2 + 7.00 x 2 = $30.00
for a total shipping of $41.00 ...
Re: Mulitple Shipping Rates
Thanks. Give me a few minutes to sort out what you just typed...
Re: Mulitple Shipping Rates
Let me see if I have understood what you are saying:
Add the base price per item = $15.00
Then add the handling fee as weight in the product description...in this case...its 7.00
If this is what you were referring to, then adding the handling fee as weight within the product description does not change the base price. It stays the same = $15.00
Re: Mulitple Shipping Rates
Looks like i may need to purchase the Ceon Dev Advshipper for this type of shipping...do you know much about the mod?
Re: Mulitple Shipping Rates
It you set the shipping cost on the Item Rate ... then add the handling on the products_weight ... then customize the shipping module to add the total shipping weight as the handling fee, then this would possibly be what you are trying to accomplish ...
You say:
Quote:
Items are saddle pads. Cost for 1 pad is $15.00. $7.00 more per item added to cart.
There are different handling fees for extra pads based on what size of box items are shipped in that varies from $5 to $9.
So if the Item Rate is: 7.00 and the products_weight is 8.00 you get:
Qty 1 7.00 + 8.00
Qty 2 7.00 x 2 + 8.00 x 2
Qty 3 7.00 x 3 + 8.00 x 3
Or, are you saying there is 1 handling fee despite the quantity?
Re: Mulitple Shipping Rates
There is a base rate of 15.00
Then once a customer purchases 2 pads, this is when the handling fee kicks in and the handling fee changes. Example: a 2 & 4 pad box is $5.00; a 7 pad box is $7.00; and a 10 pad box is $9.00.
I could set this up in table rate and just add the handling fee to the shipping charge. Thats how I have it now. However, looks like I would need to set this up manually to however many pads a customer would choose. That could be a lot of entires. I have it set up now with the shipping adding the handling fees up to 20 pads. Then I set it up percentage, but the percentage isn't correct.
Is there a way for Zen Cart to automatically set the shipping to what I have it set at now for however many pads a customer wants to buy? Or would I have to enter each one manually?
Re: Mulitple Shipping Rates
As there doesn't appear to be a pattern here, then no, you would have to write your own shipping module for it ...
Re: Mulitple Shipping Rates
Thanks for your help. Would you know if the advshipper module i spoke of before help with this? The link is http://dev.ceon.net/web/zen-cart/advshipper
Thanks for trying to help me. I truly appreciate it.
Re: Mulitple Shipping Rates
Afraid I do not know ... you would need to contact them about that ...
Re: Mulitple Shipping Rates
Re: Mulitple Shipping Rates
Quote:
Originally Posted by
Ajeh
As there doesn't appear to be a pattern here, then no, you would have to write your own shipping module for it ...
Ajeh,
I don't know how to write a module. Do you know of anyone that could contact to build one?
Re: Mulitple Shipping Rates
You might post something in the Commercial Help Wanted forum with the specific details of what you need ...
Re: Mulitple Shipping Rates
Re: Mulitple Shipping Rates
hi ajeh,
i was looking at something similar for items that cost over the standard table rate for shipping. but the additional cost is not the same for item multiples.
for example the first item additional shipping cost is 3.00, adding another of the same item is an additional cost of 1.00 to shipping.
item 1 standard rate 8.00 (1 x 8.00 + 3.00), (2 x 8.00 + 1.00)
item 2 standard rate 8.00 (1 x 8.00 + 4.00), (2 x 8.00 + 1.50)
item 3 standard rate 10.00 (1 x 10.00 +3.00), (2 x 10.00 + 2.00)
so for item 3, it's the standard table rate +3.00 for the first and +2.00 for the second.
any ideas???
Re: Mulitple Shipping Rates
You would have to write a custom shipping module and probably add a customized field to know how much that additional amount is on each of the Products in the products table ...
Re: Mulitple Shipping Rates
I have four categories, now how i will set my all diffrent categores with diffrent shipping charges.
plz check my table,
STATES
T-molding
Reducer
Endcap Stair Nose
Quarter Round Wall Base
1-9
pcs 10-40 pcs 1-4 pcs 5-40 pcs 1-12 pcs 13-50 pcs 1-9 pcs
ZONE 1 OH ,MI, IN,KY,WV,PA, VA SC, NC NY, ME,MA, RI, CT,NJ, DE, MD , NH,VT, TN, IL, WI FL, GA, AL, MS,ND, MN,SD,IA,NE,MO,KS,OK,AR,LA,TX
$20 35 $20 $35 $20 $35 $35
ZONE 2 MT, WY, CO, NM, AZ, UT, ID, ,WA, OR, NV,CA $30 $50 $30 $50 $30 $50 $50
ZONE 3 AK, HI Call Call Call Call Call Call Call
Thanks
Zahid