cart icon indicating copy to clipboard operation
cart copied to clipboard

Product ID with Different Size and Price value

Open mavinothkumar opened this issue 10 years ago • 1 comments

Hi

Am having the product with different size and different price values. How to show it in the basket. I tried but it shows single ID with all value appended it to it. But I need to show each individual product with different size and price amount. Kindly suggest me how to do that.

For example,

Am having a product called Shirt, Each shirt have sizes like L, M, XL and each varies based on the size. Suppose if the user ordered L and M size shirt mean it will show only one shirt with all values not as separate shirt with different size and price.

Please help to solve this issue.

mavinothkumar avatar Nov 06 '14 07:11 mavinothkumar

You need to create variant for that, I am not sure this package support variant, but you can still use this package to act as each item == variant.

rained23 avatar Mar 07 '15 17:03 rained23