|
dbxapp 4.5.3
Technische API-Referenz der dbxapp-Plattform
|
Einziger Besitzer des requestübergreifenden Shop-Sessionzustands. Mehr ...
Öffentliche, statische Methoden | |
| static | ensure () |
| static | cart () |
| static | clear_cart () |
| static | add_quantity (string $sku, int $quantity) |
| static | has_sku (string $sku) |
| static | set_quantity (string $sku, int $quantity) |
| static | remove_sku (string $sku) |
| static | checkout_order_no (string $request_id) |
| static | remember_checkout (string $request_id, string $order_no) |
| static | last_order_no () |
| static | set_last_order_no (string $order_no) |
Einziger Besitzer des requestübergreifenden Shop-Sessionzustands.
|
static |
|
static |
Benutzt ensure().
Wird benutzt von add_quantity(), remove_sku() und set_quantity().
|
static |
Benutzt ensure().
|
static |
Benutzt ensure().
|
static |
Wird benutzt von add_quantity(), cart(), checkout_order_no(), clear_cart(), has_sku(), last_order_no(), remember_checkout(), remove_sku(), set_last_order_no() und set_quantity().
|
static |
Benutzt ensure().
|
static |
Benutzt ensure().
|
static |
Benutzt ensure().
|
static |
Benutzt ensure().
|
static |