Home › Forums › Themes Support › Claue › Add to cart button
Tagged: add to cart
- This topic has 14 replies, 2 voices, and was last updated 5 years, 7 months ago by Harry.
-
AuthorPosts
-
-
March 22, 2019 at 8:58 pm #29848
How do you add “add to cart” button on shop pages under products?
-
March 22, 2019 at 9:10 pm #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 -
March 22, 2019 at 9:58 pm #29851
if you mean here, it is enabled but not showing on shop pages. https://sexyleggingsusa.com/shopallproducts/
-
March 22, 2019 at 10:49 pm #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 -
March 22, 2019 at 11:25 pm #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
-
March 23, 2019 at 12:03 am #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 -
March 23, 2019 at 11:03 am #29867
you mean download here?
-
March 23, 2019 at 11:03 am #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 -
March 23, 2019 at 11:28 am #29870
Still it doesn’t work after I downloaded files here:
And I put this line in claue child style.css
-
March 23, 2019 at 11:30 am #29871
what previous topic? did I put this stuff in the right place??
-
March 23, 2019 at 1:44 pm #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 -
March 23, 2019 at 6:44 pm #29877
Its still not working. I turned on “Enable add to cart button” and it looks like this: but no Add to Card button
-
March 24, 2019 at 10:09 pm #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 -
March 25, 2019 at 8:02 pm #29902
ok they fixed the plugin on shop page yah! but now stock status is showing under products. how can I turn this off?
-
March 25, 2019 at 10:59 pm #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
-
-
AuthorPosts
You must be logged in to reply to this topic.