Add Colorbox to CMS Pages for Ultimo Theme for Magento
on January 1, 2017
Ultimo is an excellent Magento theme that we’ve used for a number of builds. For one build, we wanted to add a gallery with lightbox functionality to a CMS page using Colorbox. The implementation is pretty simple, but took us a little digging, so we’ve compiled the exact steps here. 1) Ultimo doesn’t load the […]
Fix Broken Magento Catalog Search Function
on September 24, 2014
We’ve encountered situations where the Magento catalog search function has stopping working for no apparent reason in versions from 1.4.x to 1.7.x. The below details a potential fix that we’ve had success with. Please note that you should not edit the core file, but create a copy in your local directory so it is not […]
Add Text Before Price in Magento 1.8.1
on February 12, 2014
Sometimes it is necessary to add descriptive text in front of the price display in Magento. For instance, you may be selling something priced per unit, such as flooring by the square foot or fabric by the yard. Luckily, this is a quick and easy edit, just follow the steps below. While optimized for Magento […]
How to Scale iFrame Content in IE, Chrome, Firefox, and Safari
on November 5, 2013
Scaling (or zooming) the content of an iFrame can be useful when you are trying to display an object in an area that does not match its original size. The below code scales an iFrame that is 1000 pixels wide down to 710px. The values for the original dimensions are input after the #scaled-frame id […]
Magento Extensions Not Displaying on Frontend After Install
on October 9, 2013
If you are using a custom Magento theme and are having problems getting extensions to display correctly on the frontend, there is a good chance that it is an issue of file location. Extensions usually install to default/default/ or base/default/ because there is no way for the developer of an extension to predict whether you […]
Invalid Table Rates File Format — Magento Table Rates CSV
on October 7, 2013
In Magento, table rates are excellent for specifying shipping rates to different destinations and are fairly easy to set up. The main issues that users encounter when they try to configure table rates usually have to do with improper formatting of the required CSV file. If the CSV file is not properly formatted for import, […]
Customize WordPress Search Box and Initial Text
on September 23, 2013
Customizing the search box in WordPress is pretty straightforward once you understand what file to edit. The form for the search box is defined in searchform.php. Unless your theme has a searchform.php file, your site will revert to the default WordPress searchform.php. To avoid editing the default WordPress template, you can create a searchform.php file […]
Change Currency Symbols Magento 1.7
on September 12, 2013
With the release of Magento 1.7, changing currency symbols has become much easier. All currency symbols can be adjusted in the backend and no coding is required. Simply follow the below steps: 1) Define the currencies you would like to use in your store under System > Configuration > General > Currency Setup > Allowed […]
Add Popup to Magento Pages
on September 9, 2013
If you want to make sure that visitors to your site are made aware of new products or announcements, a popup display on the homepage or other popular pages can be an effective tactic. This benefit must be weighed against the fact that some people find popup displays quite annoying. Know your audience and only […]