Prints a form with which a product is added to the shopping cart.
Kuvaus
The product addition form has only one visible form element: the button. Pressing this button sends a POST request to the online store's address /cart, at which the selected product is added to the shopping cart.
If the product has variations, the purchase button printed by the tag redirects the customer to the product page.
If the product's selling period isn't in force, the tag does not print anything. The selling period can be set in the product form's item Set purchasable from.
The use of the {ProductAddToCart} tag is mainly recommended in product listings (in the helper attributes of product lists). More versatile purchasing tools are printed using the {ProductBuy} tag, which also includes fields for selecting quantity and variations.
Syntaksi
{ProductAddToCart}Näkyvyys
Toimii näkyvyydessä: tuote, tuotevariaatio
The tag can also be used in the {ProductVariations} tag's helper attribute.
The required scope is always set in the following templates:
| Templates |
|---|
| Single product template |
| Product images |
Attribuutit
before/after:With the
beforeandafterattributes, you can define content that is output before or after the content produced by the tag.Allowed values: text that may contain HTML and Interface markup.
E.g.
before:'<p>This markup appears before the tag's own content.</p>'.after:'<p>This appears after the tag's own content.</p>'
If the tag does not produce any content, the content of the
beforeandafterattributes will also not be displayed.escape:Adds an escape character before quotation marks in the output. The attribute makes it easier to process the tag-produced content when using JavaScript.
Allowed values: true/false. The default value is false.
or:Defines alternative content that is displayed if the tag itself does not produce any content.
Allowed values: text that may contain HTML and Interface markup.
E.g.
or:'Content not found.'
