Magento
Magento: Replaced Products
Extention Link: https://drive.google.com/open?id=0Bx1BoQLDAyPNZzJOcWt4UHlCWEE Some Modification I have made in this extention: 1- Like If you want to change the admin tab Name Go to: Inchoo_CustomLinkedProducts-master/app/code/community/Inchoo/CustomLinkedProducts/Block/Adminhtml/Catalog/Product/Edit/Tab.php 2- Or if you want that only one product should be selected. Go to: Inchoo_CustomLinkedProducts-master/app/code/community/Inchoo/CustomLinkedProducts/Model/Observer.php
Magento
Magento: Comment 3 digit credit card verification number ===Card Verification Number :
\app\code\core\Mage\Payment\Model\Method\Cc.php Line Number : 143
Magento
Magento: Difference between htmlEscape() and escapeHtml() functions
The Defination is found in the class where it is defined: app/code/core/Mage/Core/Block/Abstract.php In Line No 1144 : function htmlEscape() deprecated or you can say renamed after 1.4.0.0-rc1 with escapeHtml() function