Friday, 16 November 2012
Clean Cache and Session in Magento
If you have made any modifications to your Magento code, they will not appear immediately unless you clear the cache.
Magento keeps its cache in /var/cache located inside the Magento home directory. So, for example, if your Magento is installed in your main www/magento folder, the cache will be in magento/var/cache.
To clear the cache, simply delete everything from the /var/cache directory and then reload your website in your browser.
To clear all sessions, you can also delete everything from the /var/session folder within your Magento home directory.
Solution of Unable to communicate with the PayPal gateway in magento 1.7
I am using magento 1.7.0.0 version and it is quite advance then older version. When i have integrated Express Checkout in my localhost magento admin as it is quite simple, you can get many tutorials for it. But the main problem come in front of me when i placed an order using Paypal Express Checkout., it display an error msg "Unable to communicate with the PayPal gateway" ..
Solution : The fix for me was to disable SSL verification at configuration >>
system >> payment methods >> PayPal payment solutions
>> Enable SSL verification . If you were testing on the localhost
as well, re-enable the option on your live site to check whether it
works. Otherwise just disable it until a proper fix has been found for
magento 1.7 +
I think it may help you !!!!
Friday, 9 November 2012
Change logo in Magento
To change the path or filename of the default logo, simply log in to your
admin panel and navigate to System -> Configuration -> Design.
Under the Header section, change the Logo Image Src from "images/logo.gif" to whatever file path/name suits your needs.
Subscribe to:
Posts (Atom)