Variablen
Der Zugriff auf die Variablen erfolgt über die [[Smarty Syntax]] welche durch eine geschweifte {…} Klammer eingeleitet wird.
Beispielsynthax
1 | Der Produktname: {$product->name} |
Ressourcen
Liste mit Variablen
- {$product->active}, Produktstatus
- {$product->available_later}
- {$product->available_now}, Produktverfügbarkeit
- {$product->customizable}
- {$product->date_add}
- {$product->date_upd}
- {$product->description}, Produktbeschreibung
- {$product->description_short}, Produktbeschreibung Kurzfassung
- {$product->ean13}, der EAN Code für das Produkt
- {$product->ecotax}
- {$product->id_category_default}, default Kategorie Id
- {$product->id_color_default}
- {$product->id_manufacturer}, Hersteller Id
- {$product->id_supplier}, die Lieferanten Id
- {$product->id_tax}, die Id für die zugewiesenen Steuer
- {$product->link_rewrite}
- {$product->location}
- {$product->manufacturer_name}
- {$product->meta_description}
- {$product->meta_keywords}
- {$product->meta_title}
- {$product->name}
- {$product->new}
- {$product->on_sale}
- {$product->out_of_stock}
- {$product->price}
- {$product->quantity}
- {$product->quantity_discount}
- {$product->reduction_from}
- {$product->reduction_percent}
- {$product->reduction_price}
- {$product->reduction_to}
- {$product->reference}
- {$product->supplier_name}
- {$product->supplier_reference}
- {$product->tags}
- {$product->tax_name}
- {$product->tax_rate}
- {$product->uploadable_files}
- {$product->weight}
- {$product->wholesale_price}

