Vince,
The way the subproducts work in ShopSite work well for many merchants, but I understand that the display of the subproducts is not how you want it to work. Keep in mind that it is 2 small changes (1 of those changes is repeated in 4 include files) to the template to get the functionality that you are asking about.
You need to (1) remove the "else" option that chooses to "display the regular product display OR the subproducts". Just removing the [-- END_IF --] for the [-- IF PRODUCT.SubProduct --] statement and changing the [-- ELSE --] to the [-- END_IF --], the product add to cart section will display both the regular add to cart section, and the subproducts as radio buttons like they are now (you will also want to change this if statement in the product define for the price so that the regular price is displayed). If you then want to change the radio buttons to checkboxes, you only need to change the [-- VAR.SubProductType "radio" --] tag to [-- VAR.SubProductType "checkbox" --].
Below are examples files for changing the IF statements (both price files and both add to cart files...one of each is more simple and is used on category pages and in cross sell sections, one of each has more information and is used on the more information pages...I made the same [-- END_IF--]/[-- ELSE --] tag changes in each).
Merchandising > Custom Templates > Includes > Bootstrap-Product-PriceSimpleSave.sst(removed the [-- IF PRODUCT.Subproduct --] tag from around the price)
- Code: Select all
[-- VAR.RegPriceOnly "no" --]
[-- IF PRODUCT.VariablePrice? --]
[-- ELSE_IF PRODUCT.QuantityPricing --]<div class="quantitypricing small">[-- PRODUCT.QuantityPricing --]</div>
[-- ELSE_IF PRODUCT.DisplayPrice --]
<div class="prodprice [-- PRODUCT.PriceStyle --] [-- PRODUCT.PriceSize --] padsb" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
[-- IF PRODUCT.SaleAmount --]
[-- IF PRODUCT.SaleOn --]
<span class="saleprice">[-- STORE.CurrencySymbol --]<span itemprop="price">[-- PRODUCT.SaleAmount NO_SYMBOL --]</span></span> <span class="regprice strike plain padsh">[-- PRODUCT.Price --]</span> <span class="yousave green">[-- STORE.YouSave --] [-- PRODUCT.SavedAmount --]</span>
[-- IF PRODUCT.AltPrice --]<span class="line altprice small plain">(<span class="salepricealt [-- PRODUCT.PriceStyle --]">[-- PRODUCT.AltSaleAmount --]</span> <span class="regpricealt strike padsh">[-- PRODUCT.AltPrice --]</span>)</span>[-- END_IF --]
[-- ELSE --][-- VAR.RegPriceOnly "yes" --]
[-- END_IF --]
[-- ELSE --][-- VAR.RegPriceOnly "yes" --]
[-- END_IF --]
[-- IF VAR.RegPriceOnly "yes" --]
<span class="saleprice">[-- STORE.CurrencySymbol --]<span itemprop="price">[-- PRODUCT.Price NO_SYMBOL --]</span></span>
[-- IF PRODUCT.AltPrice --]<span class="line altprice small plain"><span class="salepricealt">([-- PRODUCT.AltPrice --])</span></span>[-- END_IF --]
[-- END_IF --]
[-- IF PRODUCT.GoogleAvailability --]<span class="hidden" itemprop="availability" content="[-- PRODUCT.GoogleAvailability --]">[-- PRODUCT.GoogleAvailability --]</span>[-- END_IF --]<meta itemprop="priceCurrency" content="[-- STORE.CurrencyCode --]">
</div>
[-- END_IF --]
Merchandising > Custom Templates > Includes > Bootstrap-Product-PriceSimple.sst(removed the [-- IF PRODUCT.Subproduct --] tag from around the price)
- Code: Select all
[-- VAR.RegPriceOnly "no" --]
[-- IF PRODUCT.VariablePrice? --]
[-- ELSE_IF PRODUCT.QuantityPricing --]<div class="quantitypricing small">[-- PRODUCT.QuantityPricing --]</div>
[-- ELSE_IF PRODUCT.DisplayPrice --]
<div class="prodprice [-- PRODUCT.PriceStyle --] [-- PRODUCT.PriceSize --] padsb" itemscope itemtype="http://schema.org/Offer">
[-- IF PRODUCT.SaleAmount --]
[-- IF PRODUCT.SaleOn --]
<span class="saleprice">[-- STORE.CurrencySymbol --]<span itemprop="price">[-- PRODUCT.SaleAmount NO_SYMBOL --]</span></span> <span class="regprice strike plain padsh">[-- PRODUCT.Price --]</span>
[-- IF PRODUCT.AltPrice --]<span class="line altprice small plain">(<span class="salepricealt [-- PRODUCT.PriceStyle --]">[-- PRODUCT.AltSaleAmount --]</span> <span class="regpricealt strike padsh">[-- PRODUCT.AltPrice --]</span>)</span>[-- END_IF --]
[-- ELSE --][-- VAR.RegPriceOnly "yes" --]
[-- END_IF --]
[-- ELSE --][-- VAR.RegPriceOnly "yes" --]
[-- END_IF --]
[-- IF VAR.RegPriceOnly "yes" --]
<span class="saleprice">[-- STORE.CurrencySymbol --]<span itemprop="price">[-- PRODUCT.Price NO_SYMBOL --]</span></span>
[-- IF PRODUCT.AltPrice --]<span class="line altprice small plain"><span class="salepricealt">([-- PRODUCT.AltPrice --])</span></span>[-- END_IF --]
[-- END_IF --]
[-- IF PRODUCT.GoogleAvailability --]<span class="hidden" itemprop="availability" content="[-- PRODUCT.GoogleAvailability --]">[-- PRODUCT.GoogleAvailability --]</span>[-- END_IF --]<meta itemprop="priceCurrency" content="[-- STORE.CurrencyCode --]">
</div>
[-- END_IF --]
Merchandising > Custom Templates > Includes > Bootstrap-Product-AddToCartSizePopup.sst(changed the [-- IF PRODUCT.Subproduct --][-- ELSE --][-- END_IF --] to just [-- IF PRODUCT.Subproduct --][-- END_IF --])
- Code: Select all
[-- VAR.DisplayAddToCart "yes" --][-- IF STORE.Type "PROFESSIONAL" --][-- IF PRODUCT.OutOfStockLimit --][-- IF PRODUCT.QuantityOnHand LE PRODUCT.OutOfStockLimit --][-- VAR.DisplayAddToCart "no" --][-- END_IF --][-- END_IF --][-- END_IF --]
[-- VAR.DisplaySizeFitPopup "no" --][-- VAR.SizeFitRadio "no" --][-- IF VAR.DisplayAddToCart "yes" --][-- IF PRODUCT.SizeFitGuide EQ I --][-- IF PRODUCT.SizeFitGuideImage --][-- VAR.SizeFitRadio "yes" --][-- END_IF --][-- ELSE_IF PRODUCT.SizeFitGuide EQ T--][-- IF PRODUCT.SizeFitGuideText --][-- VAR.SizeFitRadio "yes" --][-- END_IF --][-- END_IF --][-- END_IF --]
<form action="[-- SHOPPING_CART_URL Base --]/order.cgi" method="post"><input name="storeid" value="[-- STORE.ID --]" type="hidden"><input name="dbname" value="products" type="hidden"><input name="function" value="add" type="hidden">
[-- IF PRODUCT.SubProduct --]
[-- IF VAR.DisplayAddToCart "yes" --]
<div class="prodsubprods inline left padsv">[-- VAR.SubProduct VAR.SubProductType --]
[-- IF VAR.SubProduct "select" --]<select name="itemnum">[-- LOOP Subproducts --][-- SUBPRODUCTS --][-- END_LOOP Subproducts --]</select>
[-- ELSE --][-- LOOP Subproducts --][-- SUBPRODUCTS --][-- END_LOOP Subproducts --]
[-- END_IF --]
</div>
[-- END_IF --]
#
[-- END_IF --]
[-- IF VAR.DisplayAddToCart "yes" --]
<input name="itemnum" value="[-- PRODUCT.RecordNumber --]" type="hidden">
# variable options
[-- IF PRODUCT.VariablePrice? --]
[-- IF PRODUCT.VariableName? --]<span class="prodvarname line padst"><span>[-- VAR.ProductName --]</span> <input name="[--PRODUCT.RecordNumber--]:name" size="20" value="" type="text"></span>[-- END_IF --]
[-- IF PRODUCT.VariableSKU? --]<span class="prodvarsku line padst"><span>[-- VAR.Sku --]</span> <input name="[--PRODUCT.RecordNumber--]:sku" size="10" value="" type="text"></span>[-- END_IF --]
<span class="prodvarprice line padst"><span>[-- VAR.Price --]</span> [-- STORE.CurrencySymbol --]<input name="[--PRODUCT.RecordNumber--]:price" size="4" value="" type="text"></span>
[-- END_IF --]
[-- END_IF --]
# ordering options
[-- IF PRODUCT.DisplayOrderingOptions --]
[-- IF VAR.SizeFitRadio "yes" --][-- IF PRODUCT.OptionFiniteText --][-- VAR.DisplaySizeFitPopup "yes" --]
<div id="moresize" class="padt"><button type="button" class="textlink small" data-toggle="modal" data-target=".moresize">[-- STORE.SizeFitGuide --]</button>
<div class="modal fade moresize" tabindex="-1" role="dialog" aria-labelledby="MoreInformationSize"><div class="modal-dialog modal-lg"><div class="modal-content pad">
[-- IF PRODUCT.SizeFitGuide EQ I --][-- PRODUCT.SizeFitGuideImage ONLY_ALT_TAG --][-- END_IF --]
[-- IF PRODUCT.SizeFitGuide EQ T --][-- PRODUCT.SizeFitGuideText --][-- END_IF --]
</div></div></div></div>
[-- END_IF --][-- END_IF --]
[-- IF VAR.DisplayAddToCart "yes" --]
[-- IF PRODUCT.OptionFiniteText --]<div class="prodoptions padsv">[-- IF PRODUCT.OptionText --]<span class="prodoptionstext line">[-- PRODUCT.OptionText --]</span>[-- END_IF --][-- Order_Option_Menu NoFormat --]</div>[-- END_IF --]
[-- IF PRODUCT.OptionsBox --]<div class="prodtextarea padsb">[-- IF PRODUCT.OptionsBoxHeader --]<span class="prodtextareatext line">[-- PRODUCT.OptionsBoxHeader --]</span>[-- END_IF --]<textarea name="[-- PRODUCT.Recordnumber --]:freeopt" cols="[-- PRODUCT.OptionsBoxColumns --]" rows="[-- PRODUCT.OptionsBoxRows --]"></textarea></div>[-- END_IF --]
[-- END_IF --]
# end display ordering options
[-- END_IF --]
[-- IF VAR.DisplayAddToCart "yes" --][-- IF PRODUCT.DisplayOrderQuantity --]<span class="prodqty line padst"><span>[-- STORE.Qty --]</span> <input size="3" value="[-- IF PRODUCT.MinimumQuantity GT 0 --][-- PRODUCT.MinimumQuantity --][-- ELSE --]1[-- END_IF --]" name="[-- PRODUCT.RecordNumber --]:qnty" type="text"></span>[-- ELSE_IF PRODUCT.MinimumQuantity GT 0 --]<input size="3" value="[-- PRODUCT.MinimumQuantity --]" name="[-- PRODUCT.RecordNumber --]:qnty" type="hidden">[-- END_IF --][-- END_IF --]
#
[-- IF MOREINFOINVENTORY --][-- MOREINFOINVENTORYACTUAL --][-- END_IF --]
[-- IF VAR.DisplayAddToCart "yes" --]<span class="prodadd line padsv">[-- IF ADDIMAGE? --]<input [--addimage--] type="image">[-- ELSE --]<input class="add" value="[-- ADDTEXT --]" type="submit">[-- END_IF --]</span>[-- END_IF --]
</form>
Merchandising > Custom Templates > Includes > Bootstrap-Product-AddToCart.sst(changed the [-- IF PRODUCT.Subproduct --][-- ELSE --][-- END_IF --] to just [-- IF PRODUCT.Subproduct --][-- END_IF --])
- Code: Select all
[-- VAR.DisplayAddToCart "yes" --][-- IF STORE.Type "PROFESSIONAL" --][-- IF PRODUCT.OutOfStockLimit --][-- IF PRODUCT.QuantityOnHand LE PRODUCT.OutOfStockLimit --][-- VAR.DisplayAddToCart "no" --][-- END_IF --][-- END_IF --][-- END_IF --]
[-- IF VAR.DisplayAddToCart "yes" --]
<form action="[-- SHOPPING_CART_URL Base --]/order.cgi" method="post"><input name="storeid" value="[-- STORE.ID --]" type="hidden"><input name="dbname" value="products" type="hidden"><input name="function" value="add" type="hidden">
[-- IF PRODUCT.SubProduct --]
<div class="prodsubprods inline left padsv">[-- VAR.SubProduct VAR.SubProductType --]
[-- IF VAR.SubProduct "select" --]<select name="itemnum">[-- LOOP Subproducts --][-- SUBPRODUCTS --][-- END_LOOP Subproducts --]</select>
[-- ELSE --][-- LOOP Subproducts --][-- SUBPRODUCTS --][-- END_LOOP Subproducts --]
[-- END_IF --]
</div>
#
[-- END_IF --]
<input name="itemnum" value="[-- PRODUCT.RecordNumber --]" type="hidden">
# variable options
[-- IF PRODUCT.VariablePrice? --]
[-- IF PRODUCT.VariableName? --]<span class="prodvarname line padst"><span>[-- VAR.ProductName --]</span> <input name="[--PRODUCT.RecordNumber--]:name" size="20" value="" type="text"></span>[-- END_IF --]
[-- IF PRODUCT.VariableSKU? --]<span class="prodvarsku line padst"><span>[-- VAR.Sku --]</span> <input name="[--PRODUCT.RecordNumber--]:sku" size="10" value="" type="text"></span>[-- END_IF --]
<span class="prodvarprice line padst"><span>[-- VAR.Price --]</span> [-- STORE.CurrencySymbol --]<input name="[--PRODUCT.RecordNumber--]:price" size="4" value="" type="text"></span>
[-- END_IF --]
# ordering options
[-- IF PRODUCT.DisplayOrderingOptions --]
[-- IF PRODUCT.OptionFiniteText --]<div class="prodoptions padst">[-- IF PRODUCT.OptionText --]<span class="prodoptionstext line">[-- PRODUCT.OptionText --]</span>[-- END_IF --][-- Order_Option_Menu NoFormat --]</div>[-- END_IF --]
[-- IF PRODUCT.OptionsBox --]<div class="prodtextarea padst">[-- IF PRODUCT.OptionsBoxHeader --]<span class="prodtextareatext line">[-- PRODUCT.OptionsBoxHeader --]</span>[-- END_IF --]<textarea name="[-- PRODUCT.Recordnumber --]:freeopt" cols="[-- PRODUCT.OptionsBoxColumns --]" rows="[-- PRODUCT.OptionsBoxRows --]"></textarea></div>[-- END_IF --]
[-- END_IF --]
[-- IF PRODUCT.DisplayOrderQuantity --]<span class="prodqty line padst"><span>[-- STORE.Qty --]</span> <input size="3" value="[-- IF PRODUCT.MinimumQuantity GT 0 --][-- PRODUCT.MinimumQuantity --][-- ELSE --]1[-- END_IF --]" name="[-- PRODUCT.RecordNumber --]:qnty" type="text"></span>[-- ELSE_IF PRODUCT.MinimumQuantity GT 0 --]<input size="3" value="[-- PRODUCT.MinimumQuantity --]" name="[-- PRODUCT.RecordNumber --]:qnty" type="hidden">[-- END_IF --]
#
<span class="prodadd line padsv">[-- IF ADDIMAGE? --]<input [--addimage--] type="image">[-- ELSE --]<input class="add" value="[-- ADDTEXT --]" type="submit">[-- END_IF --]</span>
</form>
[-- END_IF --]
Merchandising > Custom Templates > Includes > Bootstrap-VARs-Theme.sst (first line has the var that was changed, that was the only thing changed)
- Code: Select all
##### Subproduct Display: "radio" "checkbox" "select" "table" // radio is the default
[-- VAR.SubProductType "checkbox" --]
#
[-- VAR.HeaderField "" --][-- VAR.FooterField "" --][-- IF VAR.Type NE "more" --][-- VAR.FileName "" --][-- END_IF --][-- VAR.ForceSubProductType "" --]
[-- IF VAR.Secure "yes" --][-- IF SC_USE_SECURITY --][-- VAR.URL STORE.Output_Secure_URL --][-- ELSE --][-- VAR.URL STORE.Output_URL --][-- END_IF --][-- ELSE --][-- VAR.URL STORE.Output_URL --][-- END_IF --]
[-- VAR.SearchFormat "medium" --][-- VAR.PageAlign "left" --]
[-- VAR.DefineSubproduct "Bootstrap-DefineSubproduct.sst" --][-- VAR.DefineProduct "Bootstrap-DefineProduct.sst" --][-- VAR.DefineCrossSell "Bootstrap-DefineProduct.sst" --]
[-- VAR.Breadcrumbs "yes" --]
# need to do page and mi page header/footer
###################################### Page VARs
[-- IF VAR.Type "page" --]
[-- IF PAGE.Layout "Centered" --][-- VAR.PageAlign "center" --][-- ELSE_IF PAGE.Layout "Right aligned" --][-- VAR.PageAlign "right" --][-- ELSE_IF PAGE.Layout "Staggered; Start right" --][-- VAR.PageAlign "right" --][-- ELSE --][-- VAR.PageAlign "left" --][-- END_IF --]
[-- VAR.FileName PAGE.FileName --]
[-- IF PAGE.LinkName --][-- VAR.LinkName PAGE.LinkName --][-- ELSE --][-- VAR.LinkName PAGE.Name --][-- END_IF --]
[-- END_IF --]
###################################### VARs for Bootstrap-Two templates
[-- VAR.jQuery "//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js" --]
[-- VAR.BootstrapJS "//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" --]
# option of classes "container" or "container-fluid"
[-- VAR.Container "container" --]
# Mini Cart Format "ItemCount" "Subtotal" "Summary"
[-- VAR.MiniCartFormat "Subtotal" --]
[-- VAR.PageContained "yes" --]
#
#
# The style settings below have already been setup for built in themes.
# If you do not want these styles, just leave them blank
# BorderStyle - options are:
# "withshade" - for borders on some elements and shading on some elements
# "chunkyborders" - for some regular and some chunky borders on certain elements
# "dashedborders" - for some dashed borders on certain elements
# "dottedborders" - for some dotted borders on certain elements
# "doubleborders"
[-- VAR.BorderStyle "withshade" --]
[-- VAR.BorderColor STORE.Color2 --]
#
# ColorAccent and ColorAccentFieldMap
# ColorAccent can either be "coloraccent" or left blank for no color accent ""
# ColorAccentFieldMap, if you are using the color accent option, specify which STORE.- color field to use.
# For example, if you want to use the store color 1 field, type STORE.Color1 inside the tag without quotes
[-- VAR.ColorAccent "" --]
[-- VAR.ColorAccentFieldMap STORE.Color1 --]
#
# CaseAccent can be "upper" or "lower" to force certain elements uppercase or lowercase.
[-- VAR.CaseAccent "upper" --]
#
# PageHealth can be "skinny" "healthy" or "plump" which will add or reduce spacing in many areas of the design.
[-- VAR.PageHealth "healthy" --]
#
# Shape can be "squared" "rounded" or "circled"
[-- VAR.Shape "rounded" --][-- VAR.RoundedRadius "4" --]
#
# Button Colors
[-- VAR.ButtonColor STORE.LinkColor --]
[-- VAR.ButtonHoverColor STORE.VisitedLinkColor --]
#
[-- VAR.DisplayHeader "no" --][-- IF VAR.Type "page" --][-- IF PAGE.DisplayPageHeader --][-- IF HEADER NE "" --][-- VAR.DisplayHeader "yes" --][-- END_IF --][-- END_IF --][-- ELSE_IF VAR.Type "more" --][-- IF MORE_INFO.DisplayPageHeader --][-- IF HEADER NE "" --][-- VAR.DisplayHeader "yes" --][-- END_IF --][-- END_IF --][-- END_IF --][-- VAR.DisplaySearch "no" --][-- IF SearchOnStorePages --][-- VAR.DisplaySearch "yes" --][-- END_IF --][-- VAR.SecureCart "no" --][-- VAR.DisplaySlider "no" --][-- VAR.CrossSlider "" --][-- VAR.Carousel "" --][-- VAR.WidthClass "fullwidth" --][-- VAR.StoreImagesInHeader "no" --][-- IF PageLinks.Left --][-- IF PageLinks.Right --][-- VAR.WidthClass "bothnavs" --][-- ELSE --][-- VAR.WidthClass "leftnav" --][-- END_IF --][-- ELSE_IF PageLinks.Right --][-- VAR.WidthClass "rightnav" --][-- ELSE_IF STORE.Image1 --][-- VAR.StoreImagesInHeader "yes" --][-- ELSE_IF STORE.Image2 --][-- VAR.StoreImagesInHeader "yes" --][-- END_IF --][-- VAR.CustomTheme "no" --][-- VAR.GoogleFont "" --][-- VAR.Header "Bootstrap-Two-HeaderVariations.sst" --][-- VAR.Footer "Bootstrap-Two-FooterVariations.sst" --]
[-- IF STORE.Color5 "000002" --][-- VAR.Theme "Habits" --][-- VAR.Header "Bootstrap-Header-Habits.sst" --][-- VAR.Footer "Bootstrap-Footer-Habits.sst" --][-- VAR.CSS "bootstrap-habits.css" --][-- VAR.GoogleFont "Lato:400,700" --]
[-- ELSE_IF STORE.Color5 "000003" --][-- VAR.HeaderNum "2" --][-- VAR.FooterNum "2" --][-- VAR.Theme "Thin" --][-- VAR.GoogleFont "Quicksand" --][-- VAR.Shape "squared" --][-- VAR.BorderStyle "chunkyborders" --]
[-- ELSE_IF STORE.Color5 "000004" --][-- VAR.HeaderNum "10" --][-- VAR.FooterNum "2" --][-- VAR.Theme "Electric" --][-- VAR.GoogleFont "Oswald" --][-- VAR.Shape "squared" --][-- VAR.PageHealth "skinny" --][-- VAR.BorderStyle "dashedborders" --]
[-- ELSE_IF STORE.Color5 "000005" --][-- VAR.HeaderNum "8" --][-- VAR.FooterNum "1" --][-- VAR.Theme "Favorite Jeans" --][-- VAR.GoogleFont "Slabo+27px" --][-- VAR.ColorAccent "coloraccent" --]
[-- ELSE_IF STORE.Color5 "000006" --][-- VAR.HeaderNum "9" --][-- VAR.FooterNum "5" --][-- VAR.Theme "Seeing Double" --][-- VAR.GoogleFont "Fjalla+One" --][-- VAR.Shape "squared" --][-- VAR.PageHealth "plump" --][-- VAR.BorderStyle "doubleborders" --]
[-- ELSE_IF STORE.Color5 "000007" --][-- VAR.HeaderNum "3" --][-- VAR.FooterNum "5" --][-- VAR.Theme "Edgewise" --][-- VAR.GoogleFont "Abel" --][-- VAR.Shape "circled" --][-- VAR.ColorAccent "coloraccent" --]
[-- ELSE_IF STORE.Color5 "000008" --][-- VAR.HeaderNum "1" --][-- VAR.FooterNum "4" --][-- VAR.Theme "Split" --][-- VAR.GoogleFont "Anton|Open+Sans+Condensed:300" --][-- VAR.PageHealth "plump" --][-- VAR.Shape "circled" --][-- VAR.ColorAccent "coloraccent" --]
[-- ELSE_IF STORE.Color5 "000009" --][-- VAR.HeaderNum "14" --][-- VAR.FooterNum "1" --][-- VAR.Theme "Outline" --][-- VAR.GoogleFont "Roboto+Condensed|Roboto+Slab" --][-- VAR.BorderStyle "chunkyborders" --][-- VAR.Shade "squared" --][-- VAR.ColorAccent "coloraccent" --][-- VAR.Container "container-fluid" --][-- VAR.CaseAccent "" --]
[-- ELSE_IF STORE.Color5 "000010" --][-- VAR.HeaderNum "8" --][-- VAR.FooterNum "4" --][-- VAR.Theme "Crisp" --][-- VAR.GoogleFont "Libre+Baskerville|Raleway" --][-- VAR.Shape "circled" --][-- VAR.BorderStyle "" --]
[-- ELSE_IF STORE.Color5 "000011" --][-- VAR.HeaderNum "5" --][-- VAR.FooterNum "1" --][-- VAR.Theme "9" --][-- VAR.GoogleFont "PT+Sans+Narrow" --]
[-- ELSE_IF STORE.Color5 "000012" --][-- VAR.HeaderNum "1" --][-- VAR.FooterNum "1" --][-- VAR.Theme "10" --][-- VAR.GoogleFont "Lato:400,700" --]
[-- ELSE_IF STORE.Color5 "000013" --][-- VAR.HeaderNum "1" --][-- VAR.FooterNum "1" --][-- VAR.Theme "11" --][-- VAR.GoogleFont "Muli" --]
[-- ELSE_IF STORE.Color5 "000014" --][-- VAR.HeaderNum "1" --][-- VAR.FooterNum "1" --][-- VAR.Theme "12" --][-- VAR.GoogleFont "Lato:400,700" --]
[-- ELSE_IF STORE.Color5 "000015" --][-- VAR.HeaderNum "1" --][-- VAR.FooterNum "1" --][-- VAR.Theme "13" --][-- VAR.GoogleFont "Lato:400,700" --]
[-- ELSE_IF STORE.Color5 "000016" --][-- VAR.HeaderNum "1" --][-- VAR.FooterNum "1" --][-- VAR.Theme "14" --][-- VAR.GoogleFont "Lato:400,700" --]
[-- ELSE_IF STORE.Color5 "000017" --][-- VAR.HeaderNum "1" --][-- VAR.FooterNum "1" --][-- VAR.Theme "15" --][-- VAR.GoogleFont "Lato:400,700" --]
[-- ELSE_IF STORE.Color5 "000018" --][-- VAR.HeaderNum "1" --][-- VAR.FooterNum "1" --][-- VAR.Theme "16" --][-- VAR.GoogleFont "Lato:400,700" --]
[-- ELSE_IF STORE.Color5 "000019" --][-- VAR.HeaderNum "1" --][-- VAR.FooterNum "1" --][-- VAR.Theme "17" --][-- VAR.GoogleFont "Lato:400,700" --]
[-- ELSE_IF STORE.Color5 "000020" --][-- VAR.HeaderNum "1" --][-- VAR.FooterNum "1" --][-- VAR.Theme "18" --][-- VAR.GoogleFont "Lato:400,700" --]
[-- ELSE_IF STORE.Color5 "000021" --][-- VAR.HeaderNum "1" --][-- VAR.FooterNum "5" --][-- VAR.Theme "19" --][-- VAR.GoogleFont "Lato:400,700" --]
[-- ELSE_IF STORE.Color5 "000022" --][-- VAR.HeaderNum "1" --][-- VAR.FooterNum "1" --][-- VAR.Theme "20" --][-- VAR.GoogleFont "Lato:400,700" --]
[-- ELSE_IF STORE.Color5 "000023" --][-- VAR.HeaderNum "1" --][-- VAR.FooterNum "1" --][-- VAR.Theme "21" --][-- VAR.GoogleFont "Lato:400,700" --]
[-- ELSE_IF STORE.Color5 "000024" --][-- VAR.HeaderNum "1" --][-- VAR.FooterNum "1" --][-- VAR.Theme "22" --][-- VAR.GoogleFont "Lato:400,700" --]
[-- ELSE_IF STORE.Color5 "000025" --][-- VAR.HeaderNum "1" --][-- VAR.FooterNum "1" --][-- VAR.Theme "23" --][-- VAR.GoogleFont "Lato:400,700" --]
[-- ELSE_IF STORE.Color5 "000026" --][-- VAR.HeaderNum "8" --][-- VAR.FooterNum "1" --][-- VAR.Theme "24" --][-- VAR.GoogleFont "Droid+Serif" --]
[-- ELSE_IF STORE.Color5 "000027" --][-- VAR.HeaderNum "1" --][-- VAR.FooterNum "1" --][-- VAR.Theme "25" --][-- VAR.GoogleFont "Lato:400,700" --]
[-- ELSE --][-- VAR.CustomTheme "yes" --][-- INCLUDE Bootstrap-Two-CustomTheme.sst PROCESS --]
[-- END_IF --]