Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #286006
    HansH
    Participant

    hello,

    The shop page (Laura.hagmeijer.nl) is a category page.
    After clicking you see a few cakes
    Under the cakes (simple product) you can read: in shopping cart.
    What I need is that the field in shopping cart has been deleted.
    This is because the user has to click on the cake of choice to come in an product page with several extra’s.

    Kind regards

    Hans Hagmeijer

    #286032
    Skandha
    Participant

    @hansh: Hello Hans,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .archive.tax-product_cat .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        display: none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #286040
    HansH
    Participant

    Hello Skandha,

    Thank you. Works fine.

    Have a nice weekend.

    Hans Hagmeijer

    #286087
    Skandha
    Participant

    @hansh: Glad it worked out. You too have a great weekend! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘in shop cart’ is closed to new replies.