Is there a SS Built-In template that has ...

General ShopSite user discussion

Is there a SS Built-In template that has ...

Postby degcolosimo » Thu Mar 03, 2011 11:30 pm

... a Multi-Product [Add to Cart] Button already built in?

I found the page on how to create one ... attempting to create it myself is way out of my league.

Also... is there a Built-In Template where different colors and/or font weights...(ie: Bold and Reg.) can be displayed in the side bar text ????

Thanks so much in advance! :D
degcolosimo
 
Posts: 9
Joined: Thu Mar 03, 2011 11:09 pm

Re: Is there a SS Built-In template that has ...

Postby ShopSite Nicole » Fri Mar 04, 2011 10:51 am

I know the Modern theme has it set up so subproducts appear as checkboxes; however, if you have ShopSite version 10 sp2, then any theme which uses the base templates for 3 column gives you an easy option for how to have your subproducts set for checkboxes. Look under the template tips section at the URL below:
http://www.shopsite.com/templates/cookbook/builtintemplates-3column.shtml
ShopSite Nicole
 
Posts: 184
Joined: Thu Jan 14, 2010 10:30 am
Location: Utah

Re: Is there a SS Built-In template that has ...

Postby mjbrunelle » Sat Mar 05, 2011 5:07 am

It is really very easy to do this, we have product types with 100s of items so we display in 1 and 2 column multi-row tables. Each item is selectable and the quantity is adjustable as well.

Standard SS Form Statement

<form id="productADD" action="[-- SHOPPING_CART_URL BASE --]/order.cgi" method="post">

Use the Product.Sku field as the identifier.

<td class="productRow"><input type="checkbox" name="sku" value="[-- PRODUCT.SKU --]"></td>
<td class="productRow"><input id="prdQty[-- VAR.idCounter --]" type="text" size="2" name="[-- PRODUCT.SKU --]:qnty" value="1"></td>

Standard SS Form Ending

<input type="hidden" name="storeid" value="[-- STORE_ID --]" />
<input type="hidden" name="dbname" value="products" />
<input type="hidden" name="function" value="add" />
<input id="buttonadd" class="addButton" type="image" src="http://dmindustrial.net/store/media/productimages/dmiAddToCart.png" value="Add To Cart" onClick="return(checkChecker('addForm'));" />
mjbrunelle
 
Posts: 147
Joined: Sun Jun 21, 2009 5:09 am


Return to User Forum

Who is online

Users browsing this forum: No registered users and 70 guests

cron