set_return_policy(FALSE, 'blackTextVerdana14');
$Template->set_backorder_policy_text();
$Template->set_specialorder_policy_text();
$us_method_rows = '';
foreach($Shipping->methods as $method)
{
$amt = $Shipping->get_amount('US', $method, 100);
$amt_text = ($amt < 10) ? ' '.$amt : $amt;
$us_method_rows .= '
| Within the Continental US: |
'.
$us_method_rows.'
| FREE Ground shipping for orders of $'.$Shipping->free_ground_level.' and up! |
 |
| Outside of the Continental US: |
| Canada: |
$'.$Shipping->get_amount('CA', 'Ground', 100).' |
| Europe: |
$'.$Shipping->get_amount('FR', 'Ground', 100).' |
| Other: |
$'.$Shipping->get_amount('ZZZZ', 'Ground', 100).' |
'
);
$open_default = 'contact';
$open = (!isset($_GET['open'])) ? $open_default : $_GET['open'];
// page template
$pt = array(
'contact' => array(
'label' => 'Contact Us',
'content' => array('
| '.Config::$store_name.' |
| '.Config::$store_address.' |
| '.Config::$store_city.', '.Config::$store_state.' '.Config::$store_zip.' |
| '.Config::$phone.' |
| '.Config::$site_info_email.' |
'
)
),
'shipping' => array(
'label' => 'Shipping',
'content' => $shipping_content
),
'returns' => array(
'label' => 'Return Policy',
'content' => array(
$Template->return_policy_html
)
),
'backorders' => array(
'label' => 'Back Orders',
'content' => array(
'