magento-configurable-simple
magento-configurable-simple copied to clipboard
SCP with quickview showing $0.00
I have SCP installed with the patches from github (I think all the necessary ones).
I installed it about a month ago and everything is working.. Or so I thought. I just clicked quick view from a category page (the small lightbox with product attributes etc.) After clicking an attribute it changes the price to $0.00
Is this theme related? If so where should I look/what should I look to change.
Hello, I have the same problem have you solved your problem ?
Not yet. But I haven't looked into it too much yet unfortunately.. Lot's to do on my site I was hoping for a quick tip here heh.
Hello, I have the same problem have you solved your problem ?
I just installed SCP on 1.9.1.1 It seemed to work and pull prices from simple products like I needed. I then noticed $0.00 whenever I selected any other options. I thought this would be a solution to my SKU, name, description, image, & weight needs within a smaller Product List Footprint. Has anyone got this working or what are other extension options to this problem?
One year later i meet this problem, have you solved this problem ?
Any progress here? Same problem..
Got it working using
<action method="addJs"><script>varien/product.js</script></action>
<action method="addJs"><script>varien/configurable.js</script></action>
<action method="addItem"><type>skin_js</type><name>js/scp/scp_product_extension.js</name></action>
in local.xml of the theme.
we had to modify scp_product_extension.js somewhat to autoselect the color choosen in the swatch in the category view and prefill all other options.
best