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

Home Forums General Forum Disable Ecommerce Features

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #6500
    printcreations
    Support Expired

    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.

    #6505

    Hi,
    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,
    HaruTheme

    #6507
    printcreations
    Support Expired

    Thank 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?

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

    Hi,
    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:

    How to customize WordPress theme using Child theme


    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:

    How to change Logo size in HaruTheme


    Hope this help!

    ****
    Regards,
    HaruTheme

    #6517
    printcreations
    Support Expired

    I 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?

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

    Hi,
    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

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.