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,
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,