FAQ Q327: How can I use additional products with the shopping cart type 'Quick add to cart'?
By default, additional products are only displayed to the customer during the reservation process when no shopping cart is used or with the shopping cart feature but without 'Quick add to cart'. If you want to offer additional products to your customers while using 'Quick add to cart', you have the following options:
- Use additional form items instead of additional products. In a majority of cases these features can be used interchangeably, see Q174 for detailed information about this implementation. Note that if you want a form item to be visible in the 'quick add to cart' window, you need to indicate it for given form item on the page Reservation form layout.
- If you only want the products to be selectable once the reservation is made, then it's still possible. The admins always have access to the page where products can be added, and you can use the tag $(additional_products_url) in your emails in order to give the customer the possibility to add products to their reservations at a later time
- You can edit the shopping cart contents template and for each item in the shopping cart you can display a button with the url set to $(additional_products_url) which will allow the customer to add products to selected reservation before the check-out (and payment etc.)