“El is null” alert message in magento 1.5.1
When I tried to insert widget on cms page then there was error message el is null. This is because of a forward slash is missing in lib/Varien/Data/Form/Element/Editor.php on line number 202. Copy that...
When I tried to insert widget on cms page then there was error message el is null. This is because of a forward slash is missing in lib/Varien/Data/Form/Element/Editor.php on line number 202. Copy that...
I worked on a magento project on which cms images were not appearing in editor and also on front end. CMS editor was getting image urls like http://your-websitelink.com/media//imagename.ext because of double slashes (//) images...
MS Access Driver in ODBC Drivers List Open your system’s control panel; then find and click on Administrative Tools There will be new window opened. Right click on Data structures (ODBC), open properties. Change...
Open application/config/config.php file. Find following statement in this file. $config[‘index_page’] = ‘index.php’; And remove index.php from above statement, this will look like following. $config[‘index_page’] = ”; Create .htaccess file in application directory and paste...
Activate mod_rewrite Open apache configuration file i.e. httpd.conf Find following statement. #LoadModule rewrite_module modules/mod_rewrite.so You will find hash sign(#) in start of this statement, remove it. Now restart apache services and enjoy search engine...
6R778MX9MEZS Click on Configuration that is under System menu. Scroll down; you will find Google API under Sales tab in left column, Click on it. On Google API page; click on first tab that...
If you transfer opencart site to any other domain then you need to change config URLs. For this; open config.php file in your favorite editor. This file is on root of your opencart directory....
Click on Systems > Import/Export > Export Select Products from dropdown. Then all attributes will be loaded as following. At bottom of that page click on Continue. A pop up will open to save...
My cart block can easily be shown on left sidebar by editing checkout.xml file which is in app/design/frontend/your-theme/layout/checkout.xml Look for following lines… And change name=”right” to name=”left” Save file and refresh your site. DONE..!!!!...
Taxonomy is very powerful module which gives help to organize content. Some other open sources or systems called them categories, tags or metadata, in drupal these terms gathered as vocabularies and each vocabulary can...
More