Version Notes
1.9.3.3
Download this release
Release Info
| Developer | Magento Core Team |
| Extension | Interface_Frontend_Rwd_Default |
| Version | 1.9.3.3 |
| Comparing to | |
| See all releases | |
Code changes from version 1.9.3.2 to 1.9.3.3
- app/design/frontend/rwd/default/layout/page.xml +1 -1
- app/design/frontend/rwd/default/template/checkout/cart/shipping.phtml +1 -0
- app/design/frontend/rwd/default/template/checkout/multishipping/addresses.phtml +1 -0
- app/design/frontend/rwd/default/template/checkout/multishipping/billing.phtml +1 -0
- app/design/frontend/rwd/default/template/checkout/onepage/payment.phtml +1 -0
- app/design/frontend/rwd/default/template/checkout/onepage/shipping.phtml +1 -0
- app/design/frontend/rwd/default/template/persistent/checkout/onepage/billing.phtml +1 -0
- package.xml +6 -6
app/design/frontend/rwd/default/layout/page.xml
CHANGED
|
@@ -36,7 +36,7 @@
|
|
| 36 |
|
| 37 |
<block type="page/html_head" name="head" as="head">
|
| 38 |
<action method="addJs"><script>prototype/prototype.js</script></action>
|
| 39 |
-
<action method="addJs"><script>lib/jquery/jquery-1.
|
| 40 |
<action method="addJs"><script>lib/jquery/noconflict.js</script></action>
|
| 41 |
<action method="addJs"><script>lib/ccard.js</script></action>
|
| 42 |
<action method="addJs"><script>prototype/validation.js</script></action>
|
| 36 |
|
| 37 |
<block type="page/html_head" name="head" as="head">
|
| 38 |
<action method="addJs"><script>prototype/prototype.js</script></action>
|
| 39 |
+
<action method="addJs"><script>lib/jquery/jquery-1.12.0.min.js</script></action>
|
| 40 |
<action method="addJs"><script>lib/jquery/noconflict.js</script></action>
|
| 41 |
<action method="addJs"><script>lib/ccard.js</script></action>
|
| 42 |
<action method="addJs"><script>prototype/validation.js</script></action>
|
app/design/frontend/rwd/default/template/checkout/cart/shipping.phtml
CHANGED
|
@@ -120,6 +120,7 @@
|
|
| 120 |
<span><span><?php echo $this->__('Update Total') ?></span></span>
|
| 121 |
</button>
|
| 122 |
</div>
|
|
|
|
| 123 |
</form>
|
| 124 |
<?php endif; ?>
|
| 125 |
<script type="text/javascript">
|
| 120 |
<span><span><?php echo $this->__('Update Total') ?></span></span>
|
| 121 |
</button>
|
| 122 |
</div>
|
| 123 |
+
<?php echo $this->getBlockHtml('formkey') ?>
|
| 124 |
</form>
|
| 125 |
<?php endif; ?>
|
| 126 |
<script type="text/javascript">
|
app/design/frontend/rwd/default/template/checkout/multishipping/addresses.phtml
CHANGED
|
@@ -84,4 +84,5 @@
|
|
| 84 |
<button type="submit" data-action="checkout-continue-shipping" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Continue to Shipping Information')) ?>" class="button<?php if ($this->isContinueDisabled()):?> disabled<?php endif; ?>" onclick="$('can_continue_flag').value=1"<?php if ($this->isContinueDisabled()):?> disabled="disabled"<?php endif; ?>><span><span><?php echo $this->__('Continue to Shipping Information') ?></span></span></button>
|
| 85 |
</div>
|
| 86 |
</div>
|
|
|
|
| 87 |
</form>
|
| 84 |
<button type="submit" data-action="checkout-continue-shipping" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Continue to Shipping Information')) ?>" class="button<?php if ($this->isContinueDisabled()):?> disabled<?php endif; ?>" onclick="$('can_continue_flag').value=1"<?php if ($this->isContinueDisabled()):?> disabled="disabled"<?php endif; ?>><span><span><?php echo $this->__('Continue to Shipping Information') ?></span></span></button>
|
| 85 |
</div>
|
| 86 |
</div>
|
| 87 |
+
<?php echo $this->getBlockHtml('formkey') ?>
|
| 88 |
</form>
|
app/design/frontend/rwd/default/template/checkout/multishipping/billing.phtml
CHANGED
|
@@ -93,6 +93,7 @@
|
|
| 93 |
<p class="back-link"><a href="<?php echo $this->getBackUrl() ?>"><small>« </small><?php echo $this->__('Back to Shipping Information') ?></a></p>
|
| 94 |
<button id="payment-continue" type="submit" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Continue to Review Your Order')) ?>" class="button"><span><span><?php echo $this->__('Continue to Review Your Order') ?></span></span></button>
|
| 95 |
</div>
|
|
|
|
| 96 |
</form>
|
| 97 |
<script type="text/javascript">
|
| 98 |
//<