Home Forums Themes Support Claue Add to cart button

Tagged: 

Viewing 14 reply threads
  • Author
    Posts
    • #29848

      How do you add “add to cart” button on shop pages under products?

    • #29850

      Hi,

      Please go to Claue > Theme Option > WooCommerce > Product Listing Settings > Enable Add to Cart button > On

      Kind regards

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

    • #29851

      if you mean here, it is enabled but not showing on shop pages.  https://sexyleggingsusa.com/shopallproducts/ 

    • #29852

      I enable on https://sexyleggingsusa.com/product-category/filtertype/leggings/ and it now show button.

      Kind regards

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

    • #29853

      there is no add to cart button.  Only this is showing now it just takes me to product detail page, not add product to cart

      Thought it would be more like this.

      I see around the internet it looks like it has to be coded in?  what did you do for the change above?  i need to know because this is test site, and i have to put changes on another site when they work.  The one below i’m told change has to be made to theme functions.php file

      REMOVE this section of code:

      //* Remove Add to Cart on Archives
      add_action( ‘woocommerce_after_shop_loop_item’, ‘THEMENAME_remove_add_to_cart_buttons’, 1 );
      function THEMENAME_remove_add_to_cart_buttons() {

      remove_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’ );
      }

      But this is not in my code

    • #29855

      Hi,

      Please download attach file, extract and put in claue-child > woocommerce and add below code to claue-child > style.css

      .product-inner {text-align: center;}

      Attachments:
      You must be logged in to view attached files.

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

    • #29867

      you mean download here?

    • #29868

      I mean put the file you downloaded on my prev topic to this.

      Kind regards

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

    • #29870

      Still it doesn’t work after I downloaded files here:

      And I put this line in claue child style.css

    • #29871

      what previous topic?  did I put this stuff in the right place??

    • #29876

      I mean in prev reply http://prntscr.com/n1r68h.

      Kind regards

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

    • #29877

      Its still not working.  I turned on “Enable add to cart button” and it looks like this:  but no Add to Card button

    • #29883

      Hi,

      The add to cart button show with simple product, your products almost are variable products with variation so user need to choose variation before add to cart.

      Kind regards

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

    • #29902

      ok they fixed the plugin on shop page yah! but now stock status is showing under products.  how can I turn this off?

    • #29906

      Hi,

      Please add below code to CSS

      .price .woocommerce-variation-availability {display: none;}

      Kind regards

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

Viewing 14 reply threads

You must be logged in to reply to this topic.