Forum Replies Created

Viewing 1 replies (of 1 total)
  • I am having a similar problem, @charlestupman I think I can help you.

    Use Google Chrome on your website and use right click > Inspect element where your pricing SHOULD be.

    You have the following line of code which is hiding the price & add to cart. I have the same problem. I have managed to locate and remove the code from my site which gets the add to cart back, but I haven’t located the price one yet.

    The code in question is

    <div class=”single_variation_wrap” style=”display: none;”>

    Delete: style=”display: none;”

    This will get the box to show up again. You can use the Inspect Element on Chrome to see how it will look.

    The problem is then locating the relevant line of code – I was looking for hours last night and think I ended up finding it in one of the php files associated with “single-product”. You will have this associated with both the price and add to cart separately, so will need to locate and amend 2 lines of code. Most likely within your template files.

    Hope this helps you. Good luck! Back to code exploring!

Viewing 1 replies (of 1 total)