January 2010
2 posts
Magento Issue: Checkout Redirect With SSL...
Considering the woes that can come with installing a SSL certificate. Yesterday, we ran into an issue with a client that I wanted to note, just in case anyone else may benefit from the scenario and solution.
Scenario
We had the Magento integrated with SVN and have a post-commit hook that auto-deploys into our root directory on the server. We originally had the httpdocs folder and the httpsdocs...
Magento: Quick Change in Column Count for Products...
Hi All,
Figured I’d share a quick Magento snippet (There are several I’d like to share each day. For some reason this particular one seemed quick enough to post).
Want to change the number of products that display in the Magento Category listing?
You’ll need to modify these two files:
app/design/frontend/default/YourThemeName/layout/catalog.xml (default theme line 198)
...