jnd1990 Posted October 12, 2011 Share Posted October 12, 2011 Hi, I have recently but my shop live at http://bit.ly/nVoOvK But I am having a problem, as when the size attribute is selected the price does not automatically add the impact on the price on the product view and stays the same as the default product price. Can anyone have a look at the site and help me out please Thanks James Link to comment Share on other sites More sharing options...
agelessamber Posted October 12, 2011 Share Posted October 12, 2011 Hi I am having the same problem with attribute combinations and have come across this thread: http://www.prestashop.com/forums/topic/134886-attributes-groups-and-atrributes/page__hl__combinations+not+calculating+price__fromsearch__1 I have had a little go on my test environment and by generating the combinations it looks like it works but I am still tweaking to get it calculating how it should. But this is where you need to look to get this feature working correctly. Rgds Chelle Link to comment Share on other sites More sharing options...
ilovekutchi.com Posted March 24, 2012 Share Posted March 24, 2012 any solutions? In my case, the price impact only shows up after adding the product to the cart. In the product page, the price that shows is the same for ever combination. I'm using element theme, so it might have something to do with that. Link to comment Share on other sites More sharing options...
tomerg3 Posted March 24, 2012 Share Posted March 24, 2012 Make sure that Payment-> Currencies-> conversion rate is NOT set to 0 (should be 1 for the default currency). If that is not the case, post a link to the product page, and provide more info about your PS version / setup. Link to comment Share on other sites More sharing options...
ilovekutchi.com Posted March 24, 2012 Share Posted March 24, 2012 Product rate is set to 1. I found that product.tlp was different from the original file. It should be have this code: <span class="our_price_display"> {if !$priceDisplay || $priceDisplay == 2} <span id="our_price_display">{convertPrice price=$product->getPrice(true, $smarty.const.NULL, 2)}</span> {if $tax_enabled}{l s='tax incl.'}{/if} {/if} {if $priceDisplay == 1} <span id="our_price_display">{convertPrice price=$product->getPrice(false, $smarty.const.NULL, 2)}</span> {if $tax_enabled}{l s='tax excl.'}{/if} {/if} </span> Thanks! Link to comment Share on other sites More sharing options...
StoreMaker Posted May 9, 2013 Share Posted May 9, 2013 Thank you ilovekutchi.com, that solved my problem! Link to comment Share on other sites More sharing options...
Recommended Posts