Source string
- The only required part of the
<cart_link_content>
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:
To use this on your site, simply create an HTML anchor tag referencing your Cart Link URL:/cart/add/p23
<a href="http://www.example.com/cart/add/p23">Link text.</a>
Used at the following places
- ubercart: 1.x-3.14.1 (1)