Исходный текст | Переводы |
---|---|
Track the click for display on a store report. | |
Empty the customer's shopping cart. | |
Redirect to any page on the site. | |
A Cart Link URL looks like:<blockquote><code>/cart/add/<em><cart_link_content></em></code></blockquote>where <code><em><cart_link_content></em></code> consists of one or more actions separated by a dash. Absolute URLs may also be used, e.g.:<blockquote><code>http://www.example.com/cart/add/<em><cart_link_content></em></code></blockquote> | |
Argument | |
Adds a product to the cart. | |
A product node number, followed by optional arguments described in the table below. | |
Sets the ID of the cart link. | |
An alphanumeric string (32 characters max) to identify the link. | |
Displays a message to the customer when the link is clicked. |