Magento: Setting the Default Currency for a User in Magento
For this add this to the top of /template/directory/currency.phtml Then, you can do something with the domains where a .co.uk site will redirect to the .com with ?cy=GBP at the end.
Collection of Thoughts
For this add this to the top of /template/directory/currency.phtml Then, you can do something with the domains where a .co.uk site will redirect to the .com with ?cy=GBP at the end.
If you need to added a new sort by option like most viewed or most popular in drop down option then follow these steps– override app\code\core\Mage\Catalog\Block\Product\List\Toolbar.php in local folder and add or override only...
If you need to go back to same page once it logged in then in list page and clicked to sign in link and then you logged in it has to go back to...
Starting with Magento 1.9.1 the emails are not being sent directly during checkout but instead are being queued. The queue is being processed via your Magento cronjob – please ensure this has been set...
By using this code you can easily create order through magento api.
We can cache the block and also cache the particular HTML block code 1st time it will cache and from next time it will call from cache for eg:- in product view page your...
Get the Sender name and Email from config table in Magento:-
Followings are the code of save country in cookie in Magento:-