|
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 : |
# Classy Theme Gift Certificate Variables #
# Text Color #
[-- VAR.gc_text_color STORE.GiftCert_TextColor --]
# Background Color #
[-- VAR.gc_background_color STORE.GiftCert_BackgroundColor --]
# Link Color #
[-- VAR.gc_link_color STORE.GiftCert_LinkColor --]
# Link Active Color #
[-- VAR.gc_active_link_color STORE.GiftCert_ActiveLinkColor --]
# Link Visited Color #
[-- VAR.gc_visited_link_color STORE.GiftCert_VisitedLinkColor --]
# Input Field Background Color #
[-- VAR.gc_input_bg_color STORE.GiftCert_BackgroundColor --]
# Menu and Banner Text Color #
[-- VAR.gc_banner_text_color STORE.GiftCert_BackgroundColor --]
# Menu and Banner Background Color #
# We're using the shopping cart shade color here #
[-- VAR.gc_banner_bg_color STORE.SC_ShadeColor --]
# Product Borders #
# Note that we're using a shopping cart color setting here... #
[-- VAR.gc_col_border_color STORE.SC_ShadeColor --]
[-- VAR.gc_col_border "3px groove" --]
# Background Image #
[-- IF STORE.TF_BackgroundImage --]
[-- VAR.gc_background_image STORE.GiftCert_BackgroundImage --]
[-- ELSE --]
[-- VAR.gc_background_image "" --]
[-- END_IF --]
# Set the minicart media directory (where to look for minicart image) #
[-- VAR.Media "media/themesmedia" --]
# Set the Minicart image color. Currently, only black and white exist #
[-- VAR.MiniCartColor "white" --]
# Page View Cart Button Text (only if no image) #
[-- IF ViewText --]
[-- VAR.pa_viewcart_text ViewText --]
[-- ELSE_IF STORE.DisplayViewCartText "checked" --]
[-- VAR.pa_viewcart_text STORE.ViewCart --]
[-- ELSE --]
[-- VAR.pa_viewcart_text "View Cart" --]
[-- END_IF --]
# Display Extras Column if any extras exist #
[-- IF SC_Registration --]
[-- VAR.gc_extras "true" --]
[-- ELSE_IF MiniCart --]
[-- VAR.gc_extras "true" --]
[-- ELSE --]
[-- VAR.gc_extras "false" --]
[-- END_IF --]