Hello.
I would like to remove the "Add to cart" and Quantity counter from the product details page. How can I do this? I also want to add my own button.
Thanks.
m
Hello.
I would like to remove the "Add to cart" and Quantity counter from the product details page. How can I do this? I also want to add my own button.
Thanks.
m
Hey,
you can hide the button/quantity field with following code:
form.cart {
display: none;
}
It's not easily possible to add custom buttons to woocommerce though. If you're familiar with php you can try to extend the hooks in abundance\woocommerce-config\config.php or modify the templates located in woocommerce/templates.
Thx Dude. Will try.
Hiding the cart and qty button worked. Thx!
m
I, and it seems several others, are trying to obtain the benefits of product display and information tabs of the WooCommerce system without there being any shopping cart. The above tip seems particularly useful. Thanks
Hi!
Glad that I could help you :)
Regards,
Peter
This topic has been closed to new replies.