Jump to content

Price is not displayed in the block best sellers


Recommended Posts

Are you logged in or something? I can see prices in Firefox, Chrome as well as Safari (Win 7).

No, I not logged in... Are you see in the 4th tab 'Лидеры продаж' (best sellers) ? 

First, second and third tabs working correctly at my side.

I see it in Safari, Firefox and Chrome...

Link to comment
Share on other sites

You are right. I overlooked it. It is in the blockbestsellers module, a .tpl file. The price should be inside the bd-pricetext-10 element.

 

<div class=" bd-productprice-3" style="position: relative;">

  <span class="price">
    <div class=" bd-pricetext-10"> </div>
    <div class=" bd-pricetext-11"> </div>
  </span>
</div>
Link to comment
Share on other sites

 

You are right. I overlooked it. It is in the blockbestsellers module, a .tpl file. The price should be inside the bd-pricetext-10 element.

 

<div class=" bd-productprice-3" style="position: relative;">

  <span class="price">
    <div class=" bd-pricetext-10"> </div>
    <div class=" bd-pricetext-11"> </div>
  </span>
</div>

 

Yes, but it's not clear why this block is empty... 

In the blockbestsellers.tpl I do not see any error (scr.1)

post-933487-0-39368000-1434621741_thumb.png

Link to comment
Share on other sites

It is about

 

{hook h="displayProductPriceBlock" ...

Could you tell me please more detail, how can I solve this issue?

It seems that the issue is not only in the blockbestsellers.tpl but in the product-list.tpl too...

 

Thanks a lot

Link to comment
Share on other sites

×
×
  • Create New...