Archive: configuration

 

Posts Tagged ‘configuration’


Magento will some times not treat catalogue prices as tax inclusive even if configured to do so. There can be a number of reasons for it but usually it’s because the origin address is not configured correctly. More Reading:Grass Seed Store – Migration from OSCommerceMagento Enable Exception LoggingNetbeans Disable Transparent Undocked WindowsMagento 2 – Key [...]



 

Grass Seed Store – Migration from OSCommerce with Custom Functionality The Grass Seeds Store wants to migrate away from OSCommerce to Magento in order to improve stock management. They also need to maintain DEFRA compliance and have custom reports generated to do so. The custom reporting was based on the sales of seeds. The Grass [...]



 

Magento has some great exception logging functionality which is invaluable when trying to figure out why things aren’t working. However, like a lot of settings in Magento, its tucked away in the configuration and its not always easy to remember how to enable it. So here it is: System->Configuration->Developer->Log Settings Once its enabled, the log [...]



 

If you are having a weird problem with your payment modules not saving the configuration when you edit them via the admin, try this to see if it fixes it: in admin/modules.php find: PLAIN TEXT PHP: while (list($key, $value) = each($HTTP_POST_VARS['configuration'])) { and replace it with PLAIN TEXT PHP: //while (list($key, $value) = each($HTTP_POST_VARS['configuration'])) { [...]