1

定期的なプロファイルと単純な製品をカートに追加する必要があります。マジェントでこれを行うにはどうすればよいですかこれを行うことはできますかしかし、チェックアウトに行くと、「公称アイテムはスタンドアロンでのみ購入できます。続行するには、見積もりから他の項目を削除してください。」人々がサービスに登録し、同時に製品を購入できるようにするにはどうすればよいですか?

4

1 に答える 1

1

できません。コアに記載されている理由は次のとおりです。

/**
 * Temporary workaround for purchase process: it is too dangerous to purchase more than one nominal item
 * or a mixture of nominal and non-nominal items, although technically possible.
 *
 * The problem is that currently it is implemented as sequential submission of nominal items and order, by one click.
 * It makes logically impossible to make the process of the purchase failsafe.
 * Proper solution is to submit items one by one with customer confirmation each time.
 */
于 2013-05-22T10:15:51.160 に答える