Home Forums WoodMart support forum disable show prices of my products

disable show prices of my products

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #414810

    alej1286
    Participant

    Hello , i don’t want any person, logged or no logged can see the prices of my products, and i want that when they add some product to cart, and when they want to checkout they can be redirected to amazon for example, I am trying to make an amazon affiliate online shop, and because of amazon policies we can not show the amazon prices of the product that we promote in our show, so, i am trying to find a way to hide the prices, without altering the functionalities of the procedure of shopping. thanks in advance

    #414888

    Luke Nielsen
    Keymaster

    Hello,

    With the help of the below code, you can hide product prices. Paste it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .product-grid-item .price,
    .woocommerce-Price-amount  {
        display: none;
    }

    As for the redirect instead of checkout, unfortunately, there is no option in Theme Settings available for that. It requires Customization and this is beyond our limitations and support policy scope. Hope you can understand our limitations.

    I suggest you try to use the “External/affiliate product” functionality of WooCommerce, here are a few articles on how to use it:

    https://www.youtube.com/watch?v=fGTLqX83QOU

    https://woocommerce.com/document/managing-products/#adding-an-external-affiliate-product

    Kind Regards

    #415912

    alej1286
    Participant

    Thanks

    #416057

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome!

    Always remember that you can reach out to us with any questions you may have.

    We wish you a splendid day!

    Kind Regards

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

The topic ‘disable show prices of my products’ is closed to new replies.