Myweblogin Knowledge Base

Shopping Cart Contents
You can insert the values of the customers shopping cart into the dynamic template using the code:

Number of items: $it
Total Value of Shopping Cart: $ctotal

Where you are displaying a price and wish to have a dollar sign being displayed($) please hash out the dollar sign first by:

$

So the total value inserted into the dynamic code would be:

$$ctotal

You can insert the entire shopping cart items and link to the cart in your My Weblogin template by including the code:

< $ssi="/cgi-bin/cart/topcart.cgi" >
Added: 2013-7-16 and last modified: 2018-10-25