• Resolved capilta

    (@capilta)


    Dear

    I have two question

    1. For example, I select Show “Add to quote” on: Product in the Exclusion List Only. So Add to quote only show on select Exclusion list product. But how can I hide “Add to Cart” only those products that I select show “Add to quote”

    2. I redesign our product signal product page. I remove ADD to CART button and add our select position. like below code –

    remove_action( ‘woocommerce_single_product_summary’,’woocommerce_template_single_add_to_cart’,30 );
    add_action( ‘woocommerce_product_thumbnails’,’woocommerce_template_single_add_to_cart’,30 );

    So we want to remove “ADD to QUOTE” button and hook new location in page

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to hide ADD TO CART select product only’ is closed to new replies.