Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1420048

    Jason A
    Participant

    Good Morning. My goal is to have the selections above the description on each product page.

    The description on some of the products is extremely long, which is fine, but I want it to show up after the variations selection and add to cart button. This way if they want to learn more they can scroll down, but if they want to purchase the item the selections will be next to the item images.

    My website is: http://www.sisterlystitch.com

    I’ve attached an image of my goal which is to move product variations and extra product options above the description.

    Thank you for your help.

    #1420073

    Thai
    Moderator

    Hi There,

    Please add the following code under Customizer > Custom > Global Javascript:

    jQuery('.single-product .variations_form.cart').insertAfter('.single-product div[itemprop="offers"]');

    Hope it helps 🙂