Bug: Price does not appear on some products

aminech

Active Member
Hello,

I have just published a new product and found out that the price does not appear.
I checked some other products and found out that it does not actually appear on some of them.

I checked Hokagestore and it has the same issue, the price does not appear on those two products, it must be a theme (davinci) or a plugin bug.
https://hokagestore.com/naruto-pikachu-figure/
https://hokagestore.com/bleach-mask-necklace/

If you inspect the page and delete style="display: none;" the price will appear. However I tried to delete style="display: none;" from single-product.php but the problem remained.
 

Attachments

  • product1.JPG
    product1.JPG
    67.3 KB · Views: 6
  • product2.JPG
    product2.JPG
    79.8 KB · Views: 6

Tuton

Member
maybe it like that ? i see the price but on the left also quick question what are you using as popup or the top banner to give discount by signup look great i was looking for something like that
 

aminech

Active Member
maybe it like that ? i see the price but on the left also quick question what are you using as popup or the top banner to give discount by signup look great i was looking for something like that

It's not my website actually, I just checked to see of it's a plugin bug or just me
 
E

Ekaterina Sayapina

Guest
Hello,

I have just published a new product and found out that the price does not appear.
I checked some other products and found out that it does not actually appear on some of them.

I checked Hokagestore and it has the same issue, the price does not appear on those two products, it must be a theme (davinci) or a plugin bug.
https://hokagestore.com/naruto-pikachu-figure/
https://hokagestore.com/bleach-mask-necklace/

If you inspect the page and delete style="display: none;" the price will appear. However I tried to delete style="display: none;" from single-product.php but the problem remained.
You're right, product price won't show up on some pages.
For a quick fix, please add this snippet of code to Customization => Head:

dl.b-add_order__total {
display: block !important;
}
 
Top