This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* | |
* NOTICE OF LICENSE | |
* | |
* This source file is subject to the Open Software License (OSL 3.0) | |
* that is bundled with this package in the file LICENSE.txt. | |
* It is also available through the world-wide-web at this URL: | |
* http://opensource.org/licenses/osl-3.0.php | |
* If you did not receive a copy of the license and are unable to |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<!-- | |
/** | |
* Dhl Versenden | |
* | |
* NOTICE OF LICENSE | |
* | |
* This source file is subject to the Open Software License (OSL 3.0) | |
* that is bundled with this package in the file LICENSE.txt. | |
* It is also available through the world-wide-web at this URL: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php $paymentExperience = $this->getPaymentEperience();?> | |
<?php if ($paymentExperience) :?> | |
<script type="text/javascript"> | |
window.externMethodEnabled = false; | |
window.startPPP = function () { | |
if(typeof window.thirdPartyObject == 'undefined') { | |
//window.thirdPartyObject = <?php echo $this->getThirdPartyJsonObject(); ?>; | |
//window.thirdPartyMethodObject = <?php echo $this->getThirdPartyMethodJsonObject(); ?>; | |
window.thirdPartyObject = {<?php echo $this->getThirdPartyJsonObject(); ?>}; | |
window.thirdPartyMethodObject = {<?php echo $this->getThirdPartyMethodJsonObject(); ?>}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
{{COPYRIGHT_NOTICE}} | |
*/ | |
class Idev_OneStepCheckout_Block_Checkout extends Mage_Checkout_Block_Onepage_Abstract | |
{ | |
public $formErrors; | |
public $settings; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* ___________ __ __ | |
* \__ ___/____ _/ |_ _____ | | | |
* | | / _ \\ __\\__ \ | | | |
* | | | |_| || | / __ \_| |__ | |
* |____| \____/ |__| (____ /|____/ | |
* \/ | |
* ___ __ __ | |
* | | ____ _/ |_ ____ _______ ____ ____ _/ |_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
FILE path: | |
app/code/local/Idev/OneStepCheckout/etc/config.xml | |
FIX FOR: | |
Fatal error: Call to undefined method Idev_OneStepCheckout_Model_Paypal_Config::setFallBackMethod() | |
in /app/code/community/CLS/Paypal/Model/Paypal/Stored/Customerstored/Direct.php on line 50 | |
--> | |
<?xml version="1.0"?> | |
<config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- FILE PATH : app/design/frontend/base/default/layout/onestepcheckout.xml --> | |
<?xml version="1.0"?> | |
<layout version="0.1.0"> | |
<onestepcheckout_ajax_add_extra_product> | |
<block type="onestepcheckout/summary" name="checkout.cart.totals" as="summary" template="onestepcheckout/summary.phtml" output="toHtml" /> | |
</onestepcheckout_ajax_add_extra_product> | |
<onestepcheckout_ajax_set_methods_separate> | |
<block output="toHtml" type="core/template" name="set_methods_result" as="set_methods_result" template="onestepcheckout/set_methods_separate.phtml" > |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--this file: app/design/frontend/base/default/layout/onestepcheckout.xml--> | |
<?xml version="1.0"?> | |
<layout version="0.1.0"> | |
<onestepcheckout_ajax_add_extra_product> | |
<block type="onestepcheckout/summary" name="checkout.cart.totals" as="summary" template="onestepcheckout/summary.phtml" output="toHtml" /> | |
</onestepcheckout_ajax_add_extra_product> | |
<onestepcheckout_ajax_set_methods_separate> | |
<block output="toHtml" type="core/template" name="set_methods_result" as="set_methods_result" template="onestepcheckout/set_methods_separate.phtml" > |