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

SCP with quickview showing $0.00

Open sackling opened this issue 9 years ago • 7 comments

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.

sackling avatar Apr 29 '15 20:04 sackling

Hello, I have the same problem have you solved your problem ?

grosykevin avatar May 14 '15 20:05 grosykevin

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.

sackling avatar May 15 '15 15:05 sackling

Hello, I have the same problem have you solved your problem ?

grosykevin avatar May 23 '15 18:05 grosykevin

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?

ilinked avatar Jun 01 '15 21:06 ilinked

One year later i meet this problem, have you solved this problem ?

Hugo44 avatar Mar 24 '16 11:03 Hugo44

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