Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

Show price without add to cart button

WCMp Catalog Enquiry

Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #115020
      Anonymous
      Inactive

      Hi,

      how it is possible to show the price without the add to cart button on the product page?

      BR, Petra

    • #115040

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

      function remove_loop_button(){
      remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 );
      }
      add_action('init','remove_loop_button');
      Copy

      Regards,

    • #119122

      We have not received any update from you for a long. Hope this ticket is already been resolved.

      We are now closing this ticket. Kindly create a new one if you need any further help.

Viewing 2 reply threads

The topic ‘Show price without add to cart button’ is closed to new replies.