Home Forums WoodMart support forum Size Guide Button

Size Guide Button

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #274174

    shweta
    Participant

    Hello,

    I want to add size guide button above the add to cart button and not after/below that. Please find screenshot attached for the better clearly.

    Best

    Attachments:
    You must be logged in to view attached files.
    #274245

    Hello,

    I saw the screenshot you attached.

    Please try adding the following code to the functions.php file in the child theme.

    remove_action( 'woocommerce_single_product_summary', 'woodmart_sguide_display', 38 );
    add_action( 'woocommerce_single_product_summary', 'woodmart_sguide_display', 29 );

    Best Regards.

    #274259

    shweta
    Participant

    hello,

    This code is working fine. I want to add size guide button above the add to cart button and not after/below that.

    Best

    Attachments:
    You must be logged in to view attached files.
    #274332

    Hello,

    Please provide the admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards

    #274369

    shweta
    Participant

    Please find below the website login access:

    #274483

    Hello,

    I have logged into your website and the code is working fine as the variations are linked to the add to cart button. That’s why if you try moving the size guide above the add to cart button then it will be displayed above variations.

    Best Regard.

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