Version Notes
Update - General
Download this release
Release Info
| Developer | O2TI |
| Extension | o2ti_moip |
| Version | 1.0.8 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.7 to 1.0.8
app/design/frontend/default/default/template/O2TI/onestepcheckout/daskboard/onepage/shipping_method.phtml
CHANGED
|
@@ -1,13 +1,7 @@
|
|
| 1 |
<div id="co-shipping-method-form" >
|
| 2 |
<div id="checkout-shipping-method-load" class="o2ti-osc-block-content">
|
| 3 |
<?php echo $this->getChildHtml('available') ?>
|
| 4 |
-
</div>
|
| 5 |
-
<!--////////////////////////////////-->
|
| 6 |
-
<?php if(Mage::getStoreConfig("onestepcheckout/deliverydate/allow_options")):?>
|
| 7 |
-
<?php
|
| 8 |
-
echo $this->getChildHtml('deliverydate')
|
| 9 |
-
?>
|
| 10 |
-
<?php endif?>
|
| 11 |
<script type="text/javascript">
|
| 12 |
//<