Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

In In-Commerce there are 2 ways of creating the order:

  1. via Front-End
  2. via Admin Console

When there is a need to mass-create orders (e.g. during import), then all products are added into 1st created order instead of each order being created with it's own products.

Solution

  1. in the "ord:OnCompleteOrder" event:
    1. remove "ord_id" variable from Web Request
    2. remove order object

Related Tasks

  • No labels