• magnushin

    (@magnushin)


    Hello!

    I am experiencing an issue with positioning the “Total Price” plugin on my website. Despite trying multiple hooks and implementing the following code, the position of the plugin does not change:

    add_filter( ‘wcptp_custom_location_by_action_hook’, function( $hooks ){
    $hooks[] = ‘woocommerce_before_add_to_cart_button’;
    return $hooks;
    } );

    The hooks I have already tested include:

    • woocommerce_after_variations_form
    • woocommerce_before_add_to_cart_quantity
    • woocommerce_before_add_to_cart_form
    • woocommerce_before_variations_form

    However, the position of the Total Price element remains the same. I would appreciate your assistance in resolving this issue.

    Thank you for your help.

    Best regards,

    Magnus

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Positioning Not Working’ is closed to new replies.