New Landing How can we help? Atelier .product-price-wrap below short description

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #321204
    marcusella
    Member
    Post count: 11

    Hi,

    how to place ‘price’ (.product-price-wrap) below ‘short description’ (product-short) ?

    Thanks

    #321428
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you explain further with a mockup image?
    Are you talking about the single product page?

    -Rui

    #321541
    marcusella
    Member
    Post count: 11

    Hi, Here you got it. Yes, in single product page.
    Thanks Rui.

    Attachments:
    You must be logged in to view attached files.
    #321704
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the following code to the functions.php of your child theme.

    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );
    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 );
    
    add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 10 );
    add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 20 );

    Let me know if it worked.

    -Rui

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register