catalog_controllers_module_cart
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
catalog_controllers_module_cart [2015/09/09 14:52] – 95.211.60.11 | catalog_controllers_module_cart [2015/09/09 15:13] (current) – 95.211.60.11 | ||
---|---|---|---|
Line 7: | Line 7: | ||
^$totals|Array|sub_total, | ^$totals|Array|sub_total, | ||
^$products|Array|liste des produits dans le panier, voir précisions plus bas| | ^$products|Array|liste des produits dans le panier, voir précisions plus bas| | ||
+ | ^$vouchers|Array|liste des réductions, | ||
Line 18: | Line 19: | ||
^text_payment_profile|string|text " | ^text_payment_profile|string|text " | ||
^button_remove|String|texte " | ^button_remove|String|texte " | ||
- | ^variable|String|contenu| | ||
- | ^variable|String|contenu| | ||
- | ^variable|String|contenu| | ||
- | ^variable|String|contenu| | ||
=== variables de liens === | === variables de liens === | ||
^variable^type^contenu^ | ^variable^type^contenu^ | ||
- | ^$variable|type|contenu| | + | ^$cart|String|url absolue de la route=checkout/ |
+ | ^$checkout|String|url absolue de la route=checkout/ | ||
=== Précisions sur certains Arrays === | === Précisions sur certains Arrays === | ||
+ | |||
+ | ==== $totals ==== | ||
^**$totals**^ ^ ^ | ^**$totals**^ ^ ^ | ||
^x|Array| | | ^x|Array| | | ||
Line 36: | Line 36: | ||
| ^sort_order|Int| | | ^sort_order|Int| | ||
- | ==== exemple ==== | + | ===== exemple |
^**$totals**^ ^ ^ | ^**$totals**^ ^ ^ | ||
Line 72: | Line 72: | ||
+ | ==== $products ==== | ||
^**$products**^ ^ ^ | ^**$products**^ ^ ^ | ||
^x|Array| | | | | ^x|Array| | | | | ||
Line 87: | Line 87: | ||
| ^price|String| | | | | ^price|String| | | | ||
| ^total|String| | | | | ^total|String| | | | ||
- | | ^href|String| | | | + | | ^href|String |
| ^recurring|String| | | | | ^recurring|String| | | | ||
| ^profile|String| | | | | ^profile|String| | | | ||
- | ==== exemple ==== | + | ===== exemple |
+ | ^x|Array| | | | | ||
+ | | ^key|52: | ||
+ | | ^thumb|http:// | ||
+ | | ^name|Vêtement 1 FR| | | | ||
+ | | ^model|MOD.V1| | | | ||
+ | | ^option|array| | | | ||
+ | | | ^x|array| | | | ||
+ | | | | ^name|Taille| | ||
+ | | | | ^value|M| | ||
+ | | | | ^type|radio| | ||
+ | | ^quantity|1| | | | ||
+ | | ^price|199, | ||
+ | | ^total|199, | ||
+ | | ^href|http:// | ||
+ | | ^recurring|String| | | | ||
+ | | ^profile|String| | | | ||
+ | |||
+ | |||
+ | ==== $vouchers ==== | ||
+ | ^**$vouchers**^ ^ ^ | ||
+ | ^x|Array| | | ||
+ | | ^key| | | ||
+ | | ^description| | | ||
+ | | ^amount| | | ||
+ | |||
+ | ===== exemple ===== | ||
< | < | ||
=== notes === | === notes === |
catalog_controllers_module_cart.1441803130.txt.gz · Last modified: 2015/09/09 14:52 by 95.211.60.11