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
/** | |
* Regular expression used to split street name from house number. | |
* | |
* Street (key street) | |
* (?P<street>.*?) | |
* | |
* An Street and house number is sometimes separated by a whitespace | |
* \s? | |
* | |
* Insert number and extension together in one array |
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 | |
/** | |
* Rewrite getShippingAddress to retrieve pakjegemak address if possible. | |
* MDN_AdvancedStock_Model_Sales_Order is a fix for a MDN plugin | |
* | |
* | |
* @author Reindert Vetter <[email protected]> | |
* @copyright 2016 MyParcelNL | |
* @since File available since Release 1.5.0 | |
* @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US |
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
/** | |
* LICENSE: This source file is subject to the Creative Commons License. | |
* It is available through the world-wide-web at this URL: | |
* http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US | |
* | |
* If you want to add improvements, please create a fork in our GitHub: | |
* https://github.com/myparcelnl | |
* | |
* @author Reindert Vetter <[email protected]> | |
* @copyright 2010-2016 MyParcel |
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
/** | |
* LICENSE: This source file is subject to the Creative Commons License. | |
* It is available through the world-wide-web at this URL: | |
* http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US | |
* | |
* If you want to add improvements, please create a fork in our GitHub: | |
* https://github.com/myparcelnl | |
* | |
* @author Reindert Vetter <[email protected]> | |
* @copyright 2010-2016 MyParcel |
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 | |
/** | |
* Magento | |
* | |
* NOTICE OF LICENSE | |
* | |
* This source file is subject to the Academic Free License (AFL 3.0) | |
* that is bundled with this package in the file LICENSE_AFL.txt. | |
* It is also available through the world-wide-web at this URL: | |
* http://opensource.org/licenses/afl-3.0.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
/app/code/local/TM/FireCheckout/controllers/IndexController.php:808 | |
public function saveShippingMethodAction() | |
{ | |
Mage::getModel('tig_myparcel/checkout_service')->saveMyParcelShippingMethod(); |
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
<li class="clearfix"> | |
<div class="input-box input-address-short"> | |
<label for="billing:street0">Straat <span class="required">*</span></label> | |
<br> | |
<input type="text" title="Straat" name="billing[street][0]" id="billing:street0" value="" class="input-text onestepcheckout-address-line"> | |
<br> | |
</div> | |
<div class="input-box input-address-short"> | |
<label for="billing:street1">Huisnummer <span class="required">*</span></label> | |
<br> |
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
<li class="clearfix"> | |
<div class="input-box input-address-short"> | |
<label for="billing:street1">Straat <span class="required">*</span></label> | |
<br> | |
<input type="text" title="Straat" name="billing[street][1]" id="billing:street1" value="" class="input-text onestepcheckout-address-line"> | |
<br> | |
</div> | |
<div class="input-box input-address-short"> | |
<label for="billing:street2">Huisnummer <span class="required">*</span></label> | |
<br> |
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
app/code/local/Idev/OneStepCheckout/controllers/AjaxController.php | |
Selecteer regel 106 en vervang deze door: | |
->setTemplate('TIG/MyParcel2014/checkout/onepage/shipping_method/available.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
<?php | |
/** | |
* Rewrite getShippingAddress to retrieve pakjegemak address if possible. | |
* MDN_AdvancedStock_Model_Sales_Order is a fix for a MDN plugin | |
* | |
* | |
* @author Reindert Vetter <[email protected]> | |
* @copyright 2016 MyParcelNL | |
* @since File available since Release 1.5.0 | |
* @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US |
OlderNewer