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
|
-
Property svn:executable set to
*
|
File size:
598 bytes
|
Line | |
---|
1 | <h1><:paniers:mon_panier:></h1> |
---|
2 | <div class="ajax">#FORMULAIRE_PANIER</div> |
---|
3 | |
---|
4 | [(#SESSION{id_panier}|oui) |
---|
5 | |
---|
6 | [(#BOUTON_ACTION{<:zcommerce:vider_le_panier:>,#URL_ACTION_AUTEUR{supprimer_panier_encours,'',#SELF},ajax})] |
---|
7 | |
---|
8 | [(#SESSION{id_auteur}|<={0}|oui) |
---|
9 | <a href="[(#SELF|parametre_url{appel,mes_coordonnees})]" class="continuer"> |
---|
10 | <:zcommerce:continuer:> >> |
---|
11 | </a> |
---|
12 | ] |
---|
13 | |
---|
14 | [(#SESSION{id_auteur}|>{0}|oui) |
---|
15 | [(#BOUTON_ACTION{<:paniers:panier_valider:>,[(#URL_ACTION_AUTEUR{panier2commande,panier-#SESSION{id_panier},[(#SELF|parametre_url{"appel","paiement"})]})],ajax})] |
---|
16 | ] |
---|
17 | ] |
---|
18 | |
---|
19 | |
---|
20 | |
---|
21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.