Magento Admin 404
After transferring a database, if you get a 404 error when trying to access admin panel, run the following query on the database: SET FOREIGN_KEY_CHECKS=0; UPDATE `core_store` SET store_id = 0 WHERE code=’admin’; UPDATE `core_store_group` SET group_id = 0 WHERE name=’Default’; UPDATE `core_website` SET website_id = 0 WHERE code=’admin’; UPDATE `customer_group` SET customer_group_id = 0 […]
Make tables Responsive
At Tablet resolution and lower, the table will change. Your CSS :before labels will be used for each cell, and the table header Rows will be hidden
Add A Dynamic Log-in Log-out link/button
Paste this snippet wherever you need it!
Remove My Account Dashboard Links
Go To yourPackage/YourTemplate/customer/account/navigation.phtml [Copy from Base theme if it doesn’t exist]
JMapping custom Google Maps
Use this library to make custom Google Maps with custom markers among many other options Download the Archive jquery.jmapping-2.1.0.tar See the developers site for documentation
Convert default product image gallery to a switcher
Replace your theme’s media.phtml with the code below, if theme doesn’t have a media.phtml create one @ /app/design/frontend/yourpackage/yourtheme/template/catalog/product/view/media.phtml