Bootstrap Templates Bundle

Showing posts with label opencart. Show all posts
Showing posts with label opencart. Show all posts

Saturday, July 6, 2013

How to install Module/Extension for opencart

Here is five steps to show, How to install Module/Extension for opencart

1. Unzip the files.
2. Upload the files INSIDE the "upload" folder to your OpenCart root folder. **NOTE: No file should get replaced!
3. Proceed to System > Users > User Groups and grant yourself access and modification permission.      (Optional)
4. In admin panel, go to "Extensions > Modules > Your extension name” and install and configure.
5. Add news from “Extensions > News”.


Tuesday, July 2, 2013

How to Install new Opencart Theme

After Downloading a theme free/premium, Extract your theme

After extracting you will get some some file. There will be read me and some help file also. Try to find
\yourt theme name\OpenCart 1.5.2.1\FILES TO UPLOAD\

Copy this folder and paste into your hosting
To find out which version of OpenCart your store is running on, log in to your admin panel and this should be displayed at the bottom of the page.

Inside FILES TO UPLOAD you will find three folders: admin, catalog and image. Upload those folders to the root directory you have installed OpenCart in.

Don't worry, it won't replace any core files :)

Then you need to go to your site admin panel
http://WWW.YOURWEBSITE.COM/STORE/admin/

Then go to Home-->System-->  Setting---> Insert --> Store--> Template


Choose template and click on save

Sunday, June 30, 2013

How to enable curl in xampp - Warning: CURL extension needs to be loaded for OpenCart to work! in xamp

Step 1:
At first close Xamp.
Browse and open the following 3 files

C:\Program Files\xampp\apache\bin\php.ini
C:\Program Files\xampp\php\php.ini
C:\Program Files\xampp\php\php4\php.ini

Step 2:

Uncomment the following line in your php.ini file by removing the semicolon (;).

;extension=php_curl.dll
After that it will look something like something below-

extension=php_curl.dll

Step 3:

Restart your Apache server.

Step 4:

Check your phpinfo() to see whether curl has properly enabled or not.

Enjoy using curl() library.

Wokiee React eCommerce Template