Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @rosso711, thanks for getting in touch with us.

    Yes you can display the button below the price. For this you have to do a little bit custom code. If you need reference of hook/filter please do let us know.

    Thread Starter mravat

    (@rosso711)

    Hi,

    Thanks for the reply.

    Yes, i could really use the code.

    Thanks

    Hi @rosso711, add this code in the function.php of the current active theme :

    add_filter('wc_catalog_enquiry_button_possition_piority', function()
    {
    return 10 ;
        
    });
    Thread Starter mravat

    (@rosso711)

    Hi,

    Many thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Button placement’ is closed to new replies.