mc12345678,
I think I am getting close with my SBA implementation, but I currently don't see attributes on some products in the shopping cart page and I wonder if you have some insights. I have other mods that may be affecting this page as well.
Products with zero or two option names associated seem fine, but products with one option name show up in the cart without their attributes listed. For example this product:
https://www.tokyopenshop.com/shop2/m...cil-p-624.html
I believe this "if" is failing in the tpl_shopping_cart_default.php file in my template
Code:
if (isset($product['attributes']) && is_array($product['attributes'])) {
Here are my current settings that I think might be relevant to SBA:
Attachment 17260Attachment 17259
Thanks in advance for any help!
Bookmarks