Jump to content

Combination price impact update


Recommended Posts

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

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

  • 5 months later...

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

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

  • 1 year later...
×
×
  • Create New...