magento-configurable-simple
magento-configurable-simple copied to clipboard
Cart Issue - Adding to cart display issues
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.
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.
See point 3 here; http://magento.stackexchange.com/questions/12732/assign-configurable-product-image-to-its-associated-product/13042#13042