• Resolved Danny Bahl

    (@dannybahl)


    Hi Team
    Great plugin!
    When a event is booked and the klient opens the cart, the price does not match because I have multiple events.
    Can I create more Woocommerce products and link them to the correct event?
    Or can I remove the price.
    /Danny

Viewing 1 replies (of 1 total)
  • Plugin Author Blaze Concepts

    (@blazeconcepts)

    Hi Danny,

    The price of the Event Booking cart item shown in the cart is calculated from the combined cost of the bookings, if it isn’t doing this correctly please could you provide the URL’s of the events that are having problems? Therefore you should only need one Event Booking product in the cart.

    You could remove / adjust the price in the cart if necessary with a (filter) hook or hide it with CSS.

    Filter hooks that should help:
    woocommerce_cart_item_price
    woocommerce_cart_item_subtotal

    CSS

    
    .product-price, .product-subtotal {
        display: none;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Remove price from cart’ is closed to new replies.