Magento
Magento : add popular post in fishpig widget sidebar
I know this not the right way but you can get the functionality by following the steps: Navigate to your Theme Folder open the file posts.phtml app/design/frontend/your-package/your-theme/template/wordpress/sidebar/widget and add the following code before The code:
Magento
Magento: 1.9.2 Unknown cipher in list: TLSv1
Recently i have faced the problem while integrating WordPress in Magento. when i try to install FishPig WordPress Integration. Its shows me an error -> [Unknown cipher in list: TLSv1] Solution: Navigate to downloader/lib/Mage/HTTP/Client/Curl.php . And changed the code: To:
Magento
Magento: Customer Password blank in email template
After Magento 1.9 version due to security reason password field send empty. and the variable are not set for : But if you want to send password you can do it by following the steps: Solution 1: 1- open app/code/core/Mage/Customer/controllers/AccountController.php 2- Near Line number 290 comment out the line Solution Read more…