Actions overview
Actions
DirectOrderAdd
This action adds a product to the direct order list by article number. After successful execution, the product is displayed with its information in the list. Usage exampleCan be used on the direct order page, where customers can quickly search for products by article number and add them to the order list without having to open the product detail page. Parameters
Error codes
Related modules, variables & methods
Example showing how a product is added to the direct order list via an article number input field.
DirectOrderUpdate
This action updates the quantity of a product in the direct order list. Usage exampleCan be used on the direct order page when a customer wants to adjust the quantity of a product that has already been entered. Parameters
Error codes
Related modules, variables & methods
Example showing how the quantity of a product in the direct order list is updated via an input field.
DirectOrderDelete
This action removes a product from the direct order list. Usage exampleCan be used on the direct order page when a customer wants to remove a product from the order list. Parameters
Error codes
Related modules, variables & methods
Example showing how a product is removed from the direct order list via a button.
DirectOrderAddLines
This action adds another input row to the direct order list so the customer can enter more products at once. Usage exampleCan be used on the direct order page when a customer wants to enter more products than there are currently input rows. Related modules, variables & methods Example showing how a new input row is added to the direct order list via a button.
DirectOrderDeleteLines
This action removes the last input row from the direct order list. The action is only available if more than five rows exist. Usage exampleCan be used on the direct order page when a customer has added too many rows and wants to remove them again. Related modules, variables & methods Example showing how the last input row is removed via a button, provided more than five rows exist.
