Persisting direct order entries during a session
Already included. No additional scripts are required. The products checked during a direct order that have not yet been added to the basket are stored in a session-related cookie. If the direct order form is called up again later, the product data stored in the cookie is automatically transferred into the corresponding input fields. This avoids having to re-enter the product number and quantity if the shop visitor has not yet added their selection to the basket but has visited other pages of the shop.Actions
The following actions are available:DirectOrderAdd
This action creates a new basket item from the order form.DirectOrderDelete
This action removes a basket item from the order form.Integration of the direct order
Create template
Create a new filedirectOrder.htm in the views directory.
In this file, several rows are generated for the respective order items.
