Your account expired support, please renew to get your support.

Home Forums Themes Support HelpDesk How can I add the quantity (plus-minus) input?

Topic Resolution: Resolved
Viewing 6 reply threads
  • Author
    Posts
    • #39638
      yarn-a
      Support Expired

      Hello.

      My question is straight forward. How can I add the quantity input on my single product page?

       

      Thank you for your support.

    • #39640
      yarn-a
      Support Expired
      This reply has been marked as private.
    • #39642
      Harry
      Support Expired

      Hi,

      1. Please edit product and uncheck “Sold individually” https://prnt.sc/w4kiw2

      2. Please go to Claue > Theme Option > WooCommerce > Product Detail Settings and upload your image for size guide and add content for Shipping & Return content https://prnt.sc/w4kltt

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

      • #39657
        yarn-a
        Support Expired
        This reply has been marked as private.
    • #39663
      Harry
      Support Expired

      Hi,

      The issue because you using page builder for single product page.

      Please try add below code to claue-child > functions.php

      add_action( 'wp_head', 'remove_my_action' ); 
      function remove_my_action(){
      	remove_action( 'woocommerce_single_product_summary', 'jas_claue_wc_add_extra_link_after_cart', 35 );
      }
      add_action( 'woocommerce_after_add_to_cart_button', 'jas_claue_wc_add_extra_link_after_cart', 35 );

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #39664
      yarn-a
      Support Expired
      This reply has been marked as private.
    • #39667
      Harry
      Support Expired

      I’m sorry the elementor remove default action hook of WooCommerce so we can’t add action hook with define element. For this case i recommend you add tab or toggle or accordion element of elementor and insert your content to single product builder https://prnt.sc/w55hms

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #39668
      yarn-a
      Support Expired

      Thank you so much 🙂

Viewing 6 reply threads

You must be logged in to reply to this topic.