<?
//////////////////////////////////////////////////////////////////////
// The freebert.com Free PHP Shopping Cart:
// Version 0.80 - July 14th, 2009
// License / Terms of Use:
// Free to use, edit & customize, so long as the freebert.com logo,
// the 'Powered By The Free PHP Shopping Cart' text & links
// remain displayed on the bottom of every visable shopping cart page.
// Redistribution in whole or in part of any page or function within
// the freebert.com Free PHP Shopping Cart is strictly forbidden
// without the express written consent from freebert.com.
// Copyright (c) 2007 - 2009 by Colin Burke - freebert.com
// Contact: hide@address.com
// Support: http://www.freebert.com/Wiki/index.php/FPHPSC
// NOTE: If you want a cart script package with more features like
// customer accounts, database integration, administration section,
// online customer orderstatus section and more, OR
// if you simply want to legally remove the logo & links and
// continue to use the freebert.com Free PHP Shopping Cart
// you may do so by buying a domain license for the freebert.com
// Deluxe PHP SQL Shopping Cart Script. For details go to:
// http://www.freebert.com/Products/DeluxePHPSQLShoppingCart/
//////////////////////////////////////////////////////////////////////
function Display_PhoneOrder_Option()
{
$Output ='';
$Output =$Output.'<table width="100%" border="0" align="center">
<tr>
<td colspan="2"> <FORM ACTION="MakePayment.php" METHOD="post">
<div align="center">
<table width="95%" border="1" align="center">
<tr>
<td><div align="center" class="RedBold">Phone In Order</div></td>
</tr>
<tr>
<td><div align="center" class="WhiteBold">Having troubles or questions, or just want to place your order with a human being - phone in your order.<br>
<br>
<input type="submit" name="Submit" value="Click Here to Phone In Order">
<br><br>
</div></td>
</tr>
</table>
<INPUT TYPE="hidden" NAME="PayType" VALUE="PhoneOrder">
</div>
</FORM> </td>
</tr>
<tr bgcolor="#666666">
<td colspan="2"> </td>
</tr>
</table>';
return $Output;
}
// ****************************************************************************************************************************************
function Display_PhoneOrder_Button($Arr_PhoneOrder)
{
$Output ='';
$Output =$Output.'
<div align="center">
<div align="center" class="Bold">'.$Arr_PhoneOrder['InstructionsText'].'<br />
<br />
Phone us at:<br />
<span class="Large YellowBold">'.$Arr_PhoneOrder['SalesPhoneNumber'].'</span><br />
<br />
Be prepared to read out your order contents and shipping address over the phone.
</div></div>';
return $Output;
}
//////////////////////////////////////////////////////////////////////
// The freebert.com Free PHP Shopping Cart:
// Version 0.80 - July 14th, 2009
// License / Terms of Use:
// Free to use, edit & customize, so long as the freebert.com logo,
// the 'Powered By The Free PHP Shopping Cart' text & links
// remain displayed on the bottom of every visable shopping cart page.
// Redistribution in whole or in part of any page or function within
// the freebert.com Free PHP Shopping Cart is strictly forbidden
// without the express written consent from freebert.com.
// Copyright (c) 2007 - 2009 by Colin Burke - freebert.com
// Contact: hide@address.com
// Support: http://www.freebert.com/Wiki/index.php/FPHPSC
// NOTE: If you want a cart script package with more features like
// customer accounts, database integration, administration section,
// online customer orderstatus section and more, OR
// if you simply want to legally remove the logo & links and
// continue to use the freebert.com Free PHP Shopping Cart
// you may do so by buying a domain license for the freebert.com
// Deluxe PHP SQL Shopping Cart Script. For details go to:
// http://www.freebert.com/Products/DeluxePHPSQLShoppingCart/
//////////////////////////////////////////////////////////////////////
?>