pilgrim_fgau, on 07 November 2011 - 03:45 PM, said:
Right guys, Im looking into setting up a trial eCommerce site for a friend, that could very well go live but I have a few queries that I cant find straightforward answers to, so if you can help it could be much appreciated.
So currently I am looking at using opencart or zen cart.
But lets use opencart as an example.
I had a look on their demo page,
http://www.opencart....n/demonstration,
is this like a template you are given to style yourself? or do you have to create the page from scratch?
Also is there anyway you can use the likes of opencart without setting up a hosting and a domain name, say just for playing around with first and then possibly uploading to a hosting account when you are happy and want it to go live?
Sorry for being such a noob, but im new to this.
Appreciate any comments
Thanks
Hi Pilgrim

,
We've all got to start somewhere; at least you're not afraid to ask which is the sign of a "noob" in my opinion.
As for your questions, the templates provided with both open cart and zen cart are reasonably easy to modify if you have a handle on html and css, you can also find something appropriate on one of the many template sites and use that as a start point however.
Here is a link to the zen cart wiki which covers the first few steps, I would recommend you create a new template as it suggests and work on this rather than the default.
http://www.zen-cart....s_-_Customizing
As for working on it offline, this is perfectly possible through a virtual server, there are many popular LAMP installs however personally I use WAMP (
http://www.wampserve...en/download.php) which suits the needs of most.
To use Wamp, select the version appropriate to you and install, once complete launch WampServer you will have an icon in your task bar (windows) which should turn green, left clicking on this icon will give you access to all of the server settings, for now open localhost and then again open phpmyadmin.
To create your database:
- Go to the phpmyadmin webpage
- Databases tab (top left)
- Then type in a name and press create
- Once complete click "check privileges" next to the database you created
- Click "Add a new User" (bottom of this page)
- Enter a username, and password (save the password and username at this point)
- Scroll down to "global privileges" and click "check all"
- Once complete press "go" bottom right of the page and your user will be created/added to your database.
Setting up Zen Cart
- Once again click the Wamp icon in your task bar and select "www directory"
- Windows should open a folder, inside this create a new folder for example "my site"
- Click inside this folder and extract the zen cart zip here.
- Refresh the localhost page and under "your projects" you will see your folder, click this.
- Follow the onscreen instructions from zen cart using the database details you setup earlier
Possibly a bit overkill, but should point you in the right direction
This post has been edited by CSN-UK: 08 November 2011 - 10:10 AM