Skip to content

Cart V1.0 - adds per item and per order customer data entry.

M. Dent requested to merge dentm42/addons:cart-orderoptions into dev

Adds ability to ask customers for configuration options or other information on a per-item or per-order basis. Useful for per-item configuration options or asking for information regarding the entire order (address, email address info, phone number, or other delivery or configuration information).

Per-order data fields are created on the cart SETTINGS screen. Per-item data fields are configured on the item edit screen.

When there are multiple data fields (either per order or per item), it is possible to drag and drop them into order. This has been tested to a limited extent on both desktop and on mobile. However it uses jquery addons which are saved in the view/js/ directories of the addon itself.

Merge request reports