Home Forums Themes Support Claue-Shopify Product description between add to cart and price info

Topic Resolution: Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #20805

      How to place product description between add to cart and price info on product details page?

    • #20808

      Hi,

      Please copy below code to Theme Action > Edit Code

      and copy below code

      <div class="product-description">
      	{% if product.description != empty %}
      		{{ product.description }}
      	% endif %}
      </div>

      to the last line of snippets > product-price.liquid

      and remember to backup this file for the next update.

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #20825

      Worked great. thank you !

Viewing 2 reply threads

You must be logged in to reply to this topic.