I want to have shipping methods per product in the cart so that user can select shipping method for every product that he purchases e.g. if a customer has two products in a cart he should be able to select product one to be shipped overnight and product two can be shipped on ground UPS. How can this functionality be achieved ? Show shipping methods against each product
Thanks in advance
You can use Magento "Shipping to multiple addresses" feature to achieve this functionality. This pretty much covers it.
Thanks for the reply. I want the same thing but also for the products that are shipped to same address i.e. shippment method should appear against every product wether they are shipped to one address or multiple addresses. Any Thoughts on that ?