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:35] – [exemple] 95.211.60.11 | catalog_controllers_module_cart [2015/09/09 15:13] (current) – 95.211.60.11 | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ^variable^type^contenu^ | ^variable^type^contenu^ | ||
| ^$totals|Array|sub_total, | ^$totals|Array|sub_total, | ||
| + | ^$products|Array|liste des produits dans le panier, voir précisions plus bas| | ||
| + | ^$vouchers|Array|liste des réductions, | ||
| + | |||
| === variables d' | === variables d' | ||
| ^variable^type^contenu^ | ^variable^type^contenu^ | ||
| - | ^$variable|type|contenu| | + | ^$heading_title|String|" |
| + | ^text_items|String|< | ||
| + | ^text_empty|String|texte "Votre panier est vide !"| | ||
| + | ^text_cart|String|texte "voir panier" | ||
| + | ^text_checkout|String|texte " | ||
| + | ^text_payment_profile|string|text " | ||
| + | ^button_remove|String|texte " | ||
| === 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 24: | Line 36: | ||
| | ^sort_order|Int| | | ^sort_order|Int| | ||
| - | ==== exemple ==== | + | ===== exemple |
| ^**$totals**^ ^ ^ | ^**$totals**^ ^ ^ | ||
| Line 58: | Line 70: | ||
| | ^sort_order|9| | | ^sort_order|9| | ||
| - | ==== exemple ==== | + | |
| + | |||
| + | ==== $products ==== | ||
| + | ^**$products**^ ^ ^ | ||
| + | ^x|Array| | | | | ||
| + | | ^key|String? | ||
| + | | ^thumb|String (url absolue)| | | | ||
| + | | ^name|String| | | | ||
| + | | ^model|String| | | | ||
| + | | ^option|array| | | | ||
| + | | | ^x|array| | | | ||
| + | | | | ^name|String| | ||
| + | | | | ^value|String| | ||
| + | | | | ^type|String| | ||
| + | | ^quantity|Int| | | | ||
| + | | ^price|String| | | | ||
| + | | ^total|String| | | | ||
| + | | ^href|String (url du produit)| | | | ||
| + | | ^recurring|String| | | | ||
| + | | ^profile|String| | | | ||
| + | |||
| + | ===== 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.1441802127.txt.gz · Last modified: 2015/09/09 14:35 by 95.211.60.11