User Tools

Site Tools


catalog_controllers_module_cart

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
catalog_controllers_module_cart [2015/09/09 14:52] 95.211.60.11catalog_controllers_module_cart [2015/09/09 15:13] (current) 95.211.60.11
Line 7: Line 7:
 ^$totals|Array|sub_total,tax,total, voir précisions plus bas| ^$totals|Array|sub_total,tax,total, voir précisions plus bas|
 ^$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, voir précisions plus bas|
  
  
Line 18: Line 19:
 ^text_payment_profile|string|text "Profil de paiement "| ^text_payment_profile|string|text "Profil de paiement "|
 ^button_remove|String|texte "enlever"| ^button_remove|String|texte "enlever"|
-^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/cart| 
 +^$checkout|String|url absolue de la route=checkout/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 (url du produit)| | |
 | ^recurring|String| | | | ^recurring|String| | |
 | ^profile|String| | | | ^profile|String| | |
  
-==== exemple ====+===== exemple ===== 
 +^x|Array| | | | 
 +| ^key|52:YToxOntpOjIzNztzOjI6IjMzIjt9:| | | 
 +| ^thumb|http://localhost/opencart/image/cache/data/qb/IMG_8487-sd-47x47.jpg| | | 
 +| ^name|Vêtement 1 FR| | | 
 +| ^model|MOD.V1| | | 
 +| ^option|array| | | 
 +| | ^x|array| | | 
 +| | | ^name|Taille| 
 +| | | ^value|M| 
 +| | | ^type|radio| 
 +| ^quantity|1| | | 
 +| ^price|199,86 €| | | 
 +| ^total|199,86 €| | | 
 +| ^href|http://localhost/opencart/index.php?route=product/product&product_id=52| | | 
 +| ^recurring|String| | | 
 +| ^profile|String| | | 
 + 
 + 
 +==== $vouchers ==== 
 +^**$vouchers**^ ^ ^ 
 +^x|Array| | 
 +| ^key| | 
 +| ^description| | 
 +| ^amount| | 
 + 
 +===== exemple =====
 <code></code> <code></code>
  
 === notes === === notes ===
catalog_controllers_module_cart.txt · Last modified: 2015/09/09 15:13 by 95.211.60.11