cancel
Showing results for 
Search instead for 
Did you mean: 

Apply a new delivery price to a specific product category

Apply a new delivery price to a specific product category

Hi,

 

I would like to apply a new shipping cost to a specific product category for a temporary time. 

I wanted to create a basket rule but it doesn't seem to work.

 

Can someone help me understand how to set up this rule?

 

Many thanks for your help,

Marion

 

1 REPLY 1

Re: Apply a new delivery price to a specific product category

1) You can use additional extension for archive this work.

 

Free One : https://www.magentocommerce.com/magento-connect/flat-rate-shipping-per-product-6.html

 

Paid :

https://www.mconnectmedia.com/multiple-flat-rate-shipping-per-product.html

https://amasty.com/shipping-per-product.html

 

2)  If you always use the same shipping price for a given product regardless destination and date you can use the "weight" attribute as the actual shipping price with table rates.

  • Create a new attribute to display the actual weight of the item on the website
  • Change the "weight" attribute setting not to display it on the frontend.
  • Re-import product details with the new weight attribute and the magento "weight" attribute with the shipping price in it.
  • Create a table for table rates and simply put values in the "Weight (and above)" and "Shipping Price" columns as 0,0; 1,1; 2,2 so on.
  • Import the CSV file with the shipping rates

Please note this will add up shipping prices: for example if you order two product and the shipping price is 4 for product A and it is 5 for product B the final shiping will be 9.

 

Reference : 

http://stackoverflow.com/questions/4599818/how-to-set-shipping-cost-per-product

http://magento.stackexchange.com/questions/3875/magento-different-shipping-cost-for-some-products