magento-configurable-simple icon indicating copy to clipboard operation
magento-configurable-simple copied to clipboard

Cart Issue - Adding to cart display issues

Open notjay opened this issue 9 years ago • 2 comments

shopping cart When I add a product to the cart, the cart display is much different than before... the image and information are out of line, the product link is missing and the attribute / custom options are also missing. Please see screenshot.

Any help would be greatly appreciated. Thank you.

notjay avatar Jul 16 '15 12:07 notjay

You'll have to customize the following file: app/design/frontend/base/default/template/checkout/cart/item/default.phtml (unless your theme uses it, in which case, find the appropriate path). The issue is that SCP adds the simple product to the cart, not the configurable, so you'll need to add custom code to grab the parent product's ID instead of the child's ID.

melindash avatar Jul 24 '15 00:07 melindash

See point 3 here; http://magento.stackexchange.com/questions/12732/assign-configurable-product-image-to-its-associated-product/13042#13042

lbriet avatar Mar 30 '17 20:03 lbriet