Skip to content

Commit

Permalink
2.50.3: #8
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Dec 19, 2017
1 parent b071c04 commit 4f6617a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/local/Df/Core/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</Df_Core>
</modules>
<df>
<version>2.50.2.2</version>
<version>2.50.3</version>
<jquery>
<core>
<cdn>//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js</cdn>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@
<img src="<?php echo $this->getSkinUrl('images/opc-ajax-loader.gif') ?>" alt="<?php echo $this->__('Loading next step...') ?>" title="<?php echo $this->__('Loading next step...') ?>" class="v-middle" /> <?php echo $this->__('Loading next step...') ?>
</span>
</div>
<!-- 2017-12-19
"Magento 1.9.3.3 добавила опцию «Enable Form Key Validation On Checkout»,
которая (если её включить) ломает модуль «Удобное оформление заказа» Российской сборки Magento":
https://github.com/magento-russia/2/issues/8
-->
<?php echo $this->getBlockHtml('formkey') ?>
</fieldset>
</form>
<script type="text/javascript">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
<img src="<?php echo $this->getSkinUrl('images/opc-ajax-loader.gif') ?>" alt="<?php echo $this->__('Loading next step...') ?>" title="<?php echo $this->__('Loading next step...') ?>" class="v-middle" /> <?php echo $this->__('Loading next step...') ?>
</span>
</div>
<!-- 2017-12-19
"Magento 1.9.3.3 добавила опцию «Enable Form Key Validation On Checkout»,
которая (если её включить) ломает модуль «Удобное оформление заказа» Российской сборки Magento":
https://github.com/magento-russia/2/issues/8
-->
<?php echo $this->getBlockHtml('formkey') ?>
</form>
<script type="text/javascript">
//<![CDATA[
Expand Down

0 comments on commit 4f6617a

Please sign in to comment.