User Tools

Site Tools


catalog_controllers_module_cart

variables d'entrées GET

variablecontenu
$variablecontenu

variables générales

variabletypecontenu
$totalsArraysub_total,tax,total, voir précisions plus bas
$productsArrayliste des produits dans le panier, voir précisions plus bas
$vouchersArrayliste des réductions, voir précisions plus bas

variables d'élément de langue

variabletypecontenu
$heading_titleString“Shopping cart”, “Panier”
text_itemsString<nombre d'article> - <prix> ex : “2 item(s) - 299.86 €”
text_emptyStringtexte “Votre panier est vide !”
text_cartStringtexte “voir panier”
text_checkoutStringtexte “commander”
text_payment_profilestringtext “Profil de paiement “
button_removeStringtexte “enlever”

variables de liens

variabletypecontenu
$cartStringurl absolue de la route=checkout/cart
$checkoutStringurl absolue de la route=checkout/checkout

Précisions sur certains Arrays

$totals

$totals
xArray
codeString
titleString
textString
valueFloat/Int ?
sort_orderInt

exemple

$totals
0Array
codesub_total
titleSub_total
text“248.49 €”
value248.49
sort_order1
1Array
codetax
titleEco Taxe (-2.00)
text“2.00 €”
value2
sort_order5
2Array
codetax
titleTVA (19,60%)
text“16.06 €”
value16.06024
sort_order5
3Array
codetax
titleTVA (20.00%)
text“33.31 €”
value33.31
sort_order5
4Array
codetotal
titleTotal
text“299.86 €”
value299.86024
sort_order9

$products

$products
xArray
keyString?
thumbString (url absolue)
nameString
modelString
optionarray
xarray
nameString
valueString
typeString
quantityInt
priceString
totalString
hrefString (url du produit)
recurringString
profileString

exemple

xArray
key52:YToxOntpOjIzNztzOjI6IjMzIjt9:
thumbhttp://localhost/opencart/image/cache/data/qb/IMG_8487-sd-47x47.jpg
nameVêtement 1 FR
modelMOD.V1
optionarray
xarray
nameTaille
valueM
typeradio
quantity1
price199,86 €
total199,86 €
hrefhttp://localhost/opencart/index.php?route=product/product&product_id=52
recurringString
profileString

$vouchers

$vouchers
xArray
key
description
amount

exemple



notes

catalog_controllers_module_cart.txt · Last modified: 2015/09/09 15:13 by 95.211.60.11