Last change
on this file since 49037 was
49037,
checked in by toutati@…, 10 years ago
|
on poursuit la demo basic du squelette de zcommerce, manque le plugin abonnement (en cours de rénovation) puis les notifications. bref, dev de dev
|
File size:
393 bytes
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | // Sécurité |
---|
4 | if (!defined('_ECRIRE_INC_VERSION')) return; |
---|
5 | |
---|
6 | /** |
---|
7 | * Remplir la commande avec le panier en cours |
---|
8 | * cf plugin commandes |
---|
9 | * puis panier2commandes |
---|
10 | */ |
---|
11 | function action_panier2commande_dist($arg=null) { |
---|
12 | |
---|
13 | $securiser_action = charger_fonction('securiser_action', 'inc'); |
---|
14 | $args = $securiser_action(); |
---|
15 | |
---|
16 | include_spip('inc/commandes'); |
---|
17 | creer_commande_encours(); |
---|
18 | |
---|
19 | } |
---|
20 | |
---|
21 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.