Files
2017-03-02 20:30:40 -06:00

147 lines
6.9 KiB
PHP
Executable File

<?php
/*
+--------------------------------------------------------------------------
| CubeCart 4
| ========================================
| CubeCart is a Trade Mark of Devellion Limited
| Copyright Devellion Limited 2006. All rights reserved.
| Devellion Limited,
| 5 Bridge Street,
| Bishops Stortford,
| HERTFORDSHIRE.
| CM23 2JU
| UNITED KINGDOM
| http://www.devellion.com
| UK Private Limited Company No. 5323904
| ========================================
| Web: http://www.cubecart.com
| Email: info (at) cubecart (dot) com
| License Type: CubeCart is NOT Open Source Software and Limitations Apply
| Licence Info: http://www.cubecart.com/v4-software-license
+--------------------------------------------------------------------------
| index.inc.php
| ========================================
| Configure Royal Mail
+--------------------------------------------------------------------------
*/
if(!defined('CC_INI_SET')){ die("Access Denied"); }
permission("settings","read",$halt=TRUE);
require($glob['adminFolder'].CC_DS."includes".CC_DS."header.inc.php");
if(isset($_POST['module'])){
require CC_ROOT_DIR.CC_DS.'modules'.CC_DS.'status.inc.php';
$cache = new cache("config.".$moduleName);
$cache->clearCache();
//$module = fetchDbConfig($moduleName); // Uncomment this is you wish to merge old config with new
$module = array(); // Comment this out if you don't want the old config to merge with new
$msg = writeDbConf($_POST['module'], $moduleName, $module);
}
$module = fetchDbConfig($moduleName);
?>
<p><a href="http://www.royalmail.com/"><img src="modules/<?php echo $moduleType; ?>/<?php echo $moduleName; ?>/admin/logo.gif" alt="" border="0" title="" /></a></p>
<?php
if(isset($msg))
{
echo msg($msg);
}
?>
<p class="copyText">Royal Mail shipping rates use the products weight in KG. (Please make sure your settings are in KG and not Lbs) <br />
<a href="http://www.royalmail.com/" target="_blank" class="txtLink">http://www.royalmail.com/</a></p>
<form action="<?php echo $glob['adminFile']; ?>?_g=<?php echo $_GET['_g']; ?>&amp;module=<?php echo $_GET['module']; ?>" method="post" enctype="multipart/form-data">
<table border="0" cellspacing="1" cellpadding="3" class="mainTable">
<tr>
<td colspan="2" class="tdTitle">Configuration Settings </td>
</tr>
<tr>
<td align="left" class="tdText"><strong>Status:</strong></td>
<td class="tdText">
<select name="module[status]">
<option value="1" <?php if($module['status']==1) echo "selected='selected'"; ?>>Enabled</option>
<option value="0" <?php if($module['status']==0) echo "selected='selected'"; ?>>Disabled</option>
</select></td>
</tr>
<tr>
<td align="left" valign="top" class="tdOdd"><span class="copyText"><strong>Zone 1 Countries:</strong><br />
(List comma separated ISO codes)</span></td>
<td class="tdOdd"><textarea name="module[zone1Countries]" cols="40" rows="2" class="textbox"><?php echo $module['zone1Countries']; ?></textarea>
</td>
</tr>
<tr>
<td align="left" valign="top" class="tdOdd"><span class="tdText"><strong>Zone 1 Handling Fee:</strong></span></td>
<td class="tdOdd"><input type="text" name="module[zone1Handling]" value="<?php echo $module['zone1Handling']; ?>" class="textbox" size="5" /></td>
</tr>
<tr>
<td align="left" valign="top" class="tdOdd"><span class="tdText"><strong>Zone 1 Shiping Rates:</strong> <br />(Comma Separated) </span></td>
<td class="tdOdd"><input type="text" name="module[zone1Rates]" value="<?php echo $module['zone1Rates']; ?>" class="textbox" size="40" /> </td>
</tr>
<tr>
<td align="left" valign="top" class="tdEven"><span class="tdText"><strong>Zone 2 Countries:</strong></span></td>
<td class="tdEven"><textarea name="module[zone2Countries]" cols="40" rows="2" class="textbox"><?php echo $module['zone2Countries']; ?></textarea>
</td>
</tr>
<tr>
<td align="left" valign="top" class="tdEven"><span class="tdText"><strong>Zone 2 Handling Fee: </strong></span></td>
<td class="tdEven"><input type="text" name="module[zone2Handling]" value="<?php echo $module['zone2Handling']; ?>" class="textbox" size="5" /></td>
</tr>
<tr>
<td align="left" valign="top" class="tdEven"><span class="tdText"><strong>Zone 2 Shiping Rates:</strong> <br />(Comma Separated) </span></td>
<td class="tdEven"><input type="text" name="module[zone2Rates]" value="<?php echo $module['zone2Rates']; ?>" class="textbox" size="40" /></td>
</tr>
<tr>
<td align="left" valign="top" class="tdOdd"><span class="tdText"><strong>Zone 3 Countries:</strong></span></td>
<td class="tdOdd"><textarea name="module[zone3Countries]" cols="40" rows="2" class="textbox"><?php echo $module['zone3Countries']; ?></textarea>
</td>
</tr>
<tr>
<td align="left" valign="top" class="tdOdd"><span class="tdText"><strong>Zone 3 Handling Fee:</strong></span></td>
<td class="tdOdd"><input type="text" name="module[zone3Handling]" value="<?php echo $module['zone3Handling']; ?>" class="textbox" size="5" /></td>
</tr>
<tr>
<td align="left" valign="top" class="tdOdd"><span class="tdText"><strong>Zone 3 Shiping Rates:</strong> <br />(Comma Separated) </span></td>
<td class="tdOdd"><input type="text" name="module[zone3Rates]" value="<?php echo $module['zone3Rates']; ?>" class="textbox" size="40" /> </td>
</tr>
<tr>
<td align="left" valign="top" class="tdEven"><span class="tdText"><strong>Zone 4 Countries:</strong></span></td>
<td class="tdEven"><textarea name="module[zone4Countries]" cols="40" rows="2" class="textbox"><?php echo $module['zone4Countries']; ?></textarea>
</td>
</tr>
<tr>
<td align="left" valign="top" class="tdEven"><span class="tdText"><strong>Zone 4 Handling Fee: </strong></span></td>
<td class="tdEven"><input type="text" name="module[zone4Handling]" value="<?php echo $module['zone4Handling']; ?>" class="textbox" size="5" /></td>
</tr>
<tr>
<td align="left" valign="top" class="tdEven"><span class="tdText"><strong>Zone 4 Shiping Rates:</strong>
<br />(Comma Separated) </span></td>
<td class="tdEven"><input type="text" name="module[zone4Rates]" value="<?php echo $module['zone4Rates']; ?>" class="textbox" size="40" /> </td>
</tr>
<tr>
<td align="left" class="tdText"><strong>Tax Class:</strong></td>
<td class="tdText">
<?php
$tax = $db->select("SELECT * FROM ".$glob['dbprefix']."CubeCart_taxes");
?>
<select name="module[tax]">
<?php for($i=0; $i<count($tax); $i++){ ?>
<option value="<?php echo $tax[$i]['id']; ?>" <?php if($module['tax'] == $tax[$i]['id']) echo "selected='selected'"; ?>>
<?php echo $tax[$i]['taxName']; ?>
</option>
<?php } ?>
</select>
</td>
</tr>
<tr>
<td align="right" class="tdText">&nbsp;</td>
<td class="tdText"><input type="submit" class="submit" value="Edit Config" /></td>
</tr>
</table>
<p class="copyText">Shipping rates are worked out by weight/price.</p>
<p class="copyText">e.g. 1:1.29 (For a parcel of 1Kg or under the shipping would be &pound;1.29) </p>
</form>