Исходный текст | Переводы |
---|---|
A <a href="!url">numeric message ID</a> to identify which message to display. | |
Empties the cart. If used, this should be the first action. | |
None. | |
Allowed actions are: | |
The only required part of the <code><em><cart_link_content></em></code> is the "p" action, which must be immediately followed by a product node number. For example, to add product node 23 to a cart, use the following:<blockquote><code>/cart/add/p23</code></blockquote>To use this on your site, simply create an HTML anchor tag referencing your Cart Link URL:<blockquote><code><a href="http://www.example.com/cart/add/p23">Link text.</a></code></blockquote> | |
Values | |
Specifies quantity of this product to add. | |
A positive integer. | |
Specifies attribute/option for this product. | |
aid is the integer attribute ID. oid is the integer option ID for radio, checkbox, and select options, or a url-escaped text string for textfield options. |