• Resolved antitrollpatrol

    (@antitrollpatrol)


    I am using divi theme builder for my products page. I did the set up but nothing appear on the products linked with the chart I made. Can you help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dotstore

    (@dots)

    Hello antitrollpatrol,

    Thanks for reaching out to us.

    Actually, our plugin is used to display the size chart link based on the default woocommerce product detail page hook.

    /**
    * MOVE SIZE GUIDE LINK
    */
    function add_hook_custom_size_chart_position_change( ) {
    return “woocommerce_before_add_to_cart_button”;
    }
    add_filter( ‘add_hook_custom_size_chart_position’, ‘add_hook_custom_size_chart_position_change’, 10 );

    You can use above filter and based on the your current theme you can change the return value from “woocommerce_before_add_to_cart_button” this to any one from this guide page link.

    Let us know still if any.

    Thanks,

    Plugin Author Dotstore

    (@dots)

    Hello antitrollpatrol,

    Hope your query gets resolved from our previous email reply.

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to open a new thread if any other questions come up and we’d be happy to help. 🙂

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘plugin not working’ is closed to new replies.