#fenderconfig.pl
#Note all lines that begin like this one with a HASH (#) will be ignored
#EXCEPT the line with the word perl in it (/usr/bin/perl).
# all non comment lines must end with a semicolon
# all variable names will begin with a $
# all variables' contents must be surrounded by quotes
#!/usr/bin/perl -w
# this is the FULL PATH to html template file are stored.
#$template_file = "/home/sites/www.torresen.com/web/fitguide.tmpl";
$template_file = "/home/sites/shop.torresen.com/web/ships_store/fitguide.tmpl";
# this is the email address that the error form reports to must have \ before @ or truncation will occur
$email_address = "christopher\@torresen.com";
# this is the form of the link to your shopping cart.
# just use the tag PARTNO to denote where your part number should
# be must have \ before quotes (") or truncation will occur
# $shopping_cart = "Click here to add to your shopping cart.";
$shopping_cart = "Click here to add to your shopping cart.";