Prv8 Shell
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4
System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64
User : jackjohn ( 502)
PHP Version : 5.3.17
Disable Function : NONE
Directory :  /home/jackjohn/public_html/cgi-bin/sc/templates/includes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/jackjohn/public_html/cgi-bin/sc/templates/includes/elite_001_pr_vars.sst
#<!-- copyright ShopSite inc. Design by Mark           -->#
#<!-- ------------------------------------------------ -->#

#<!-- Font Stuff -->#
[-- VAR.pr_font "Arial, Helvetica, sans-serif" --]
[-- VAR.pr_font_size "100%" --]
[-- VAR.pr_small_font "80%" --]
[-- VAR.pr_large_font "140%" --]

#<!-- Product Name Size -->#
[-- IF PRODUCT.NameSize "Big" --]
  [-- VAR.pr_name_size "font-size: 140%;" --]
[-- ELSE_IF PRODUCT.NameSize "Small" --]
  [-- VAR.pr_name_size "font-size: 80%;" --]
[-- ELSE --]
  [-- VAR.pr_name_size "font-size: 100%;" --]
[-- END_IF --]

#<!-- Product SKU Size -->#
[-- IF PRODUCT.SKUSize "Big" --]
  [-- VAR.pr_sku_size "font-size: 140%;" --]
[-- ELSE_IF PRODUCT.SKUSize "Small" --]
  [-- VAR.pr_sku_size "font-size: 80%;" --]
[-- ELSE --]
  [-- VAR.pr_sku_size "font-size: 100%;" --]
[-- END_IF --]

#<!-- Product Price Size -->#
[-- IF PRODUCT.PriceSize "Big" --]
  [-- VAR.pr_price_size "font-size: 140%;" --]
[-- ELSE_IF PRODUCT.PriceSize "Small" --]
  [-- VAR.pr_price_size "font-size: 80%;" --]
[-- ELSE --]
  [-- VAR.pr_price_size "font-size: 100%;" --]
[-- END_IF --]

#<!-- Product Description Size -->#
[-- IF PRODUCT.DescriptionSize "Big" --]
  [-- VAR.pr_description_size "font-size: 140%;" --]
[-- ELSE_IF PRODUCT.DescriptionSize "Small" --]
  [-- VAR.pr_description_size "font-size: 80%;" --]
[-- ELSE --]
  [-- VAR.pr_description_size "font-size: 100%;" --]
[-- END_IF --]

#<!-- Table Borders -->#
[-- VAR.pr_table_border "2px ridge" --]

#<!-- ------------------------------- -->#
#<!-- Back Office Settings Below Here -->#
#<!--   Don't mess with this stuff!   -->#
#<!-- ------------------------------- -->#

#<!-- Determine the Product Name -->#
[-- IF PRODUCT.DisplayName? --]
  [-- VAR.page_name PRODUCT.Name --]
[-- ELSE_IF PRODUCT.DisplaySKU? --]
  [-- VAR.page_name PRODUCT.SKU --]
[-- ELSE --]
  [-- VAR.page_name "More Info Page" --]
[-- END_IF --]

#<!-- Page link text for Tell A Friend -->#
[-- VAR.tell_friend_link PRODUCT.Name --]

#<!-- Determine the Product Title -->#
  [-- IF PRODUCT.MoreInformationTitle --]
    [-- VAR.pr_title PRODUCT.MoreInformationTitle --]
  [-- ELSE --]
    [-- VAR.pr_title VAR.page_name --]
  [-- END_IF --]
    


#<!-- ShopSite Media Directory -->#
[-- VAR.pr_image_path STORE.Output_URL --]
[-- VAR.pr_media_path STORE.Output_URL --]

#<!-- Product Name Style -->#
[-- IF PRODUCT.NameStyle "Bold" --]
  [-- VAR.pr_name_styles "font-weight: bold;" --]
[-- ELSE_IF PRODUCT.NameStyle "Italic" --]
  [-- VAR.pr_name_styles "font-style: italic;" --]
[-- ELSE_IF PRODUCT.NameStyle "Typewriter" --]
  [-- VAR.pr_name_styles "font-family: Courier New, Courier, monospace;" --]
[-- ELSE --]
  [-- VAR.pr_name_styles "" --]
[-- END_IF --]

#<!-- Product SKU Style -->#
[-- IF PRODUCT.SKUStyle "Bold" --]
  [-- VAR.pr_sku_styles "font-weight: bold;" --]
[-- ELSE_IF PRODUCT.SKUStyle "Italic" --]
  [-- VAR.pr_sku_styles "font-style: italic;" --]
[-- ELSE_IF PRODUCT.SKUStyle "Typewriter" --]
  [-- VAR.pr_sku_styles "font-family: Courier New, Courier, monospace;" --]
[-- ELSE --]
  [-- VAR.pr_sku_styles "" --]
[-- END_IF --]

#<!-- Product Price Style -->#
[-- IF PRODUCT.PriceStyle "Bold" --]
  [-- VAR.pr_price_styles "font-weight: bold;" --]
[-- ELSE_IF PRODUCT.PriceStyle "Italic" --]
  [-- VAR.pr_price_styles "font-style: italic;" --]
[-- ELSE_IF PRODUCT.PriceStyle "Typewriter" --]
  [-- VAR.pr_price_styles "font-family: Courier New, Courier, monospace;" --]
[-- ELSE --]
  [-- VAR.pr_price_styles "" --]
[-- END_IF --]

#<!-- Product Description Style -->#
[-- IF PRODUCT.DescriptionStyle "Bold" --]
  [-- VAR.pr_description_styles "font-weight: bold;" --]
[-- ELSE_IF PRODUCT.DescriptionStyle "Italic" --]
  [-- VAR.pr_description_styles "font-style: italic;" --]
[-- ELSE_IF PRODUCT.DescriptionStyle "Typewriter" --]
  [-- VAR.pr_description_styles "font-family: Courier New, Courier, monospace;" --]
[-- ELSE --]
  [-- VAR.pr_description_styles "" --]
[-- END_IF --]

#<!-- Do we make a form to add products? -->#
[-- VAR.make_form "no" --]
[-- VAR.variable_price "no" --]
[-- IF PRODUCT.NumSubProducts "0" --]
  [-- IF  PRODUCT.VariableName? --]
    [-- VAR.make_form "yes" --]
  [-- ELSE_IF PRODUCT.VariableSKU? --]
    [-- VAR.make_form "yes" --]
  [-- ELSE_IF PRODUCT.VariablePrice? --]
    [-- VAR.make_form "yes" --]
    [-- VAR.variable_price "yes" --]
  [-- ELSE_IF PRODUCT.DisplayOrderQuantity "checked" --]
    [-- VAR.make_form "yes" --]
  [-- ELSE_IF PRODUCT.DisplayOrderingOptions "checked" --]
    [-- VAR.make_form "yes" --]
  [-- END_IF --]
[-- END_IF --]

[-- VAR.quantity_price "no" --]
[-- IF PRODUCT.QuantityPricing --]
  [-- VAR.quantity_price "yes" --]
[-- END_IF --]

#<!-- This is the number of columns for products and sub-products -->#
[-- IF VAR.define "moreinfo" --]

#<!-- The number of columns for the link table.  You may want to adjust this to match -->#
#<!-- the appearance of your other pages.  I just set it at 6 for kicks. -->#
[-- VAR.link_num_cols 6 --]
[-- VAR.link_width "16%" --]
#<!-- The empty colspan should be two less than the number of columns (but never less than 0) -->#
[-- VAR.empty_colspan 4 --]

[-- VAR.link_special_row 0 --]
[-- IF GiftCert --]
  [-- VAR.link_special_row 1 --]
[-- ELSE_IF TELLAFRIEND --]
  [-- VAR.link_special_row 1 --]
[-- ELSE_IF SC_Registration --]
  [-- VAR.link_special_row 1 --]
[-- ELSE_IF MiniCart --]
  [-- VAR.link_special_row 1 --]
[-- END_IF --]

#<!-- Background Image -->#
[-- IF MORE_INFO.BackgroundImage --][-- IF MORE_INFO.BackgroundImage NE "none" --]
  [-- VAR.pr_background_image MORE_INFO.BackgroundImageURL --][-- ELSE --][-- VAR.pr_background_image "" --][-- END_IF --]
[-- ELSE --]
  [-- VAR.pr_background_image "" --]
[-- END_IF --]

#<!-- Colors -->#
  [-- VAR.pr_text_color MORE_INFO.TextColor --]
  [-- VAR.pr_sale_price_color MORE_INFO.ActiveLinkColor --]
  [-- VAR.pr_background_color MORE_INFO.BackgroundColor --]
  
  [-- VAR.pr_link_color MORE_INFO.LinkColor --]
  [-- VAR.pr_active_link_color MORE_INFO.ActiveLinkColor --]
  [-- VAR.pr_hover_link_color MORE_INFO.ActiveLinkColor --]
  [-- VAR.pr_visited_link_color MORE_INFO.VisitedLinkColor --]
  
  [-- VAR.pr_table_border_color MORE_INFO.TextColor --]
  [-- VAR.pr_table_main_color MORE_INFO.BackgroundColor --]
  [-- VAR.pr_table_special_color MORE_INFO.BackgroundColor --]
  
  [-- VAR.pr_form_background_color MORE_INFO.BackgroundColor --]

  [-- VAR.subpr_cols "1" --]
  [-- VAR.pr_cols "1" --]

#<!-- This is for MiniCart.js -->#
  [-- VAR.Media "media/themesmedia" --]
  [-- VAR.MiniCartColor "black" --]
[-- END_IF --]

[-- VAR.AdjustedContentWidth "0" --]

haha - 2025