• Resolved makuriz

    (@makuriz)


    Hi,

    so I’m currently building an ticket shop for an event. The event has different tables where customers can buy tickets for. However, I want to add a student discount. The validation of the student will happen at entry of the event.

    My Ticket Product has the variation “Table” which are the different table numbers. The quantity has to be controlled by this variant. I wanted to add a variation “Student” which would lower the price of that one Product. However, this variation should not influence the quantity, or just use the quantity of the “Table” variation. This somehow is not possible?

    Any ideas how to solve this issue? I’m open to custom code, however, the data that this is an student ticket has to be visible in the meta of the ticket somewhere.

    Coupons and similar solutions don’t work, as the discount is applied to the cart and not the product. So there is no indication on which “Ticket” is the student ticket.

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @makuriz

    In your scenario, you can create a new product variation called “Student Ticket”. This variation will have a lower price as compared to the regular ticket. However, you will need to control the quantity for this variation manually.

    To ensure that the “Student Ticket” information is visible in the metadata of the ticket, you can use a plugin like Product Add-Ons or Extra Product Options to add additional information to the product. This will allow you to add a custom field that will display “Student Ticket” on the ticket itself.

    Unfortunately, WooCommerce does not support the functionality of one variation (Student) using the quantity of another variation (Table). This would require custom development work that goes beyond the scope of our support.

    I hope this clarifies the matter and that this solution works for you. If you have further questions, feel free to ask.

Viewing 1 replies (of 1 total)
  • The topic ‘Variation not affecting Price or Quantity of other Variation’ is closed to new replies.