开发者

Multiple Items Same Shipping Consignment in Magento

开发者 https://www.devze.com 2023-01-29 04:00 出处:网络
Say I have products 1, 2 开发者_运维问答and 3. They can all be sent in the same consignment, but with a maximum of 5 per consignment. How do I set it up so that the checkout recognizes this and only a

Say I have products 1, 2 开发者_运维问答and 3. They can all be sent in the same consignment, but with a maximum of 5 per consignment. How do I set it up so that the checkout recognizes this and only applies the shipping once to all of them (max 5)?

For example: One consignment can have 5 items but only from a specific manufacturer. So the shipping cost for 1 item is the same as the cost for 5 items. But 6 items will need to be sent in two consignments so the price is doubled.

1-5 items, £10.00

6-11 items, 20.00 ..


It is a pity, but there is no free extension for such purpose. But if you don't care too much about money, you may use this one: http://www.magentocommerce.com/magento-connect/webshopapps/extension/1357/webshopapps-product-matrix-shipping

I am not a developer of this extension, but I have used it on one of my projects. It gives you all the functionality available in native table rates + you can define "Shipping Group", that is an attribute on product level. This attribute could help you with grouping of shipping prices per consignment.


with the owebia shipping extension you can have conditions for a lot of things, including the number of items, maybe it can help you: http://www.magentocommerce.com/magento-connect/owebia/extension/1101/owebia-shipping-2


You might be able to achieve this with table rates.

In System > Configuration > Shipping Methods > Table Rates pick a website or store in the Current Configuration Scope then change the "Condition" to "# of Items vs. Destination". Export a CSV. In the CSV column for "# of Items" add the values "1", "6", "11", etc.. and the matching price for each, "10", "20", "30", etc. The other columns can all be "*".

0

精彩评论

暂无评论...
验证码 换一张
取 消