A Qcodo based CMS/ecommerce framework
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
// This is the HTML template include file (.tpl.php) for ShippingRateListPanel.
|
|
// Remember that this is a DRAFT. It is MEANT to be altered/modified.
|
|
// Be sure to move this out of the drafts/dashboard directory before modifying to ensure that subsequent
|
|
// code re-generations do not overwrite your changes.
|
|
?>
|
|
<?php $_CONTROL->dtgShippingRates->Render(); ?>
|
|
<p><?php $_CONTROL->btnCreateNew->Render(); ?></p>
|