Home › Forums › General Forum › Disable Ecommerce Features
Tagged: ecommerce
- This topic has 5 replies, 2 voices, and was last updated 2 years, 8 months ago by
admin.
-
AuthorPosts
-
July 22, 2020 at 2:23 am #6500
Hi. I’d like to keep products listed on the ecommerce pages, but remove all elements of ecommerce features such as price, add to cart, wishlist, purchase, etc. Is this possible with custom CSS?
Essentially, we do not operate ecommerce, but would like to list our products in Woocommerce.
-
This topic was modified 2 years, 8 months ago by
printcreations.
-
This topic was modified 2 years, 8 months ago by
printcreations.
-
This topic was modified 2 years, 8 months ago by
printcreations.
July 22, 2020 at 9:24 am #6505Hi,
Thanks for contacting us and choosing our product!
Our theme use WooCommerce and disable all functions of it is very complex in this case.
If you don’t want to show price you can don’t fill it,…
You can use custom CSS to hide ecommerce elements. Example:.add-to-cart { display: none!important; }
However it maybe different on each page!
More detail maybe this video will help you:
Hope this help!****
Regards,
HaruThemeJuly 23, 2020 at 5:36 am #6507Thank you. Also how do I change the icon of the shopping cart icon that appears on various areas like the “You may also like this” carousel on hover?
If unable to change icon can I disable the hover all together?
-
This reply was modified 2 years, 8 months ago by
printcreations.
Attachments:
You must be logged in to view attached files.July 23, 2020 at 3:22 pm #6516Hi,
Because you have many product type like: simple product, variable product and it will display with different icons. You can change it via child theme follow this topic tutorial:
The template for customize is:
wp-content/themes/pangja/woocommerce/loop/add-to-cart.php
You can see icon-bag and icon-basket, you can change it here:
https://prnt.sc/tncfaj
We see logo on your size is too small, you can change it follow this topic:
Hope this help!****
Regards,
HaruThemeJuly 24, 2020 at 3:14 am #6517I would like to disable this error: “9 variations do not have prices. Variations (and their attributes) that do not have prices will not be shown in your store.”
For Variable Products, is it possible to custom code so that the product will still show if there is no price?
Also, code you provided previously for removing the “add to cart” worked for single product only. Do you have another code to remove “add to cart” for a variable product also?
-
This reply was modified 2 years, 8 months ago by
printcreations.
Attachments:
You must be logged in to view attached files.July 24, 2020 at 3:58 pm #6523Hi,
Thanks for your feedback!
Sorry but these functions from WooCommerce and we can’t change it.
You can use this CSS code:.single_add_to_cart_button { display: none!important; }
Hope this help!
****
Regards,
HaruTheme -
This topic was modified 2 years, 8 months ago by
-
AuthorPosts
You must be logged in to reply to this topic.