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:
    /cart/add/p23
    To use this on your site, simply create an HTML anchor tag referencing your Cart Link URL:
    <a href="http://www.example.com/cart/add/p23">Link text.</a>

Used at the following places

  • ubercart: 1.x-3.14.1 (1)