Community Forums

Winter Headwear Store

Want to show off your new online shop? Do it here!

Winter Headwear Store

Postby chips » Mon Jun 27, 2011 3:53 pm

Hi Folks,

Just finished this new store with OC 1.5.0.5. Great piece of software. Really easy to get it set up and customised, although I do need to spend some time optimising the markup and css.

Comments good or bad appreciated ::)

http://tinyurl.com/6hpob77
chips
 
Posts: 19
Joined: Sun Mar 20, 2011 9:02 am

Re: Winter Headwear Store

Postby OrBeX » Mon Jun 27, 2011 4:17 pm

Very nice site and compliments on the gfx :)
But is there any particular reason not to use the SEO-links ?
This would greatly improve scoring in searchengines, in my opinion...
If U R Confused, U R Not Paying Attention !
- www.clsystems.nl -
OrBeX
 
Posts: 8
Joined: Thu Jan 21, 2010 11:57 am

Re: Winter Headwear Store

Postby chips » Mon Jun 27, 2011 4:24 pm

It's all ready to go, I just haven't got around to entering the SEO keywords yet :)
chips
 
Posts: 19
Joined: Sun Mar 20, 2011 9:02 am

Re: Winter Headwear Store

Postby chips » Mon Jun 27, 2011 4:25 pm

And now I've broken it ???
chips
 
Posts: 19
Joined: Sun Mar 20, 2011 9:02 am

Re: Winter Headwear Store

Postby OrBeX » Mon Jun 27, 2011 4:41 pm

Did you remember to setup your .htaccess file ?

Here's the 1 I'm using:
(Please note lines 7,9 and 10)
Code: Select all
# 1.To use URL Alias you need to be running apache with mod_rewrite enabled.

# 2. In your opencart directory rename htaccess.txt to .htaccess.

# For any support issues please visit: http://www.opencart.com

# Options +FollowSymlinks

# Prevent Directoy listing
# Options -Indexes

# Prevent Direct Access to files
<FilesMatch "\.(tpl|ini|log)">
 Order deny,allow
 Deny from all
</FilesMatch>

# SEO URL Settings
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]

### Additional Settings that may need to be enabled for some servers
### Uncomment the commands by removing the # sign in front of it.
### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that.

# 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it:
# php_flag register_globals off

# 2. If your cart has magic quotes enabled, This may work to disable it:
# php_flag magic_quotes_gpc Off

# 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try
# php_value upload_max_filesize 999M

# 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value post_max_size 999M

# 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_execution_time 200

# 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_input_time 200
If U R Confused, U R Not Paying Attention !
- www.clsystems.nl -
OrBeX
 
Posts: 8
Joined: Thu Jan 21, 2010 11:57 am

Re: Winter Headwear Store

Postby chips » Mon Jun 27, 2011 4:47 pm

Yes, but I was updating it and the config files, but now whenever I try to upload anything the file size ends up as 0. Any ideas?
chips
 
Posts: 19
Joined: Sun Mar 20, 2011 9:02 am

Re: Winter Headwear Store

Postby chips » Mon Jun 27, 2011 4:56 pm

Fixed, phew. I generated a full site backup earlier which took it over the disc space quota ::)
chips
 
Posts: 19
Joined: Sun Mar 20, 2011 9:02 am

Re: Winter Headwear Store

Postby maperdel » Mon Jun 27, 2011 5:02 pm

Very nice store.I think the theme is great, did you made it?
maperdel
 
Posts: 29
Joined: Fri Mar 25, 2011 10:38 pm

Re: Winter Headwear Store

Postby chips » Mon Jun 27, 2011 5:04 pm

Yes, all my own work except you can still see some elements of the original opencart theme. It has some nice features which were worth keeping.

And I'll definitely be using opencart again. It's brilliant!
chips
 
Posts: 19
Joined: Sun Mar 20, 2011 9:02 am

Re: Winter Headwear Store

Postby funrider » Mon Jun 27, 2011 8:32 pm

Very professional and unique theme. Well done!

But have you thought about adding e.g. Contact and Brands (roll-out maybe) option in the header menu?
OpenCart is the best Webshop tool! Congratulations with releasing version 1.5
funrider
 
Posts: 65
Joined: Thu Jun 10, 2010 1:19 pm
Location: Netherlands

Re: Winter Headwear Store

Postby chips » Tue Jun 28, 2011 7:45 am

I should probably put a contact link up there. I'll have something for brands when I get more brands :)
chips
 
Posts: 19
Joined: Sun Mar 20, 2011 9:02 am

Re: Winter Headwear Store

Postby maperdel » Thu Jul 07, 2011 12:54 am

You should think about selling your theme, it rocks! I was looking for something like this, but I couldn't find it in the themes stores.
maperdel
 
Posts: 29
Joined: Fri Mar 25, 2011 10:38 pm

Re: Winter Headwear Store

Postby SamNabz » Tue Jul 12, 2011 2:07 am

Great theme/site chips, very well done mate.
Cheers, Sam
SamNabz
 
Posts: 178
Joined: Tue Jul 05, 2011 11:32 pm
Location: Sydney, Australia

Re: Winter Headwear Store

Postby chips » Wed Jul 13, 2011 2:16 pm

Thanks very much!

I might think about selling a similar theme but it needs a bit of tidying up first.
chips
 
Posts: 19
Joined: Sun Mar 20, 2011 9:02 am

Re: Winter Headwear Store

Postby SamNabz » Wed Jul 13, 2011 10:27 pm

Hi chips,

Sounds like a good idea; did you just customize the default theme?

Also, little hint...

To avoid people seeing the padding of images etc, in your catalog/stylesheet find:
Code: Select all
a, a:visited {

and add
Code: Select all
outline: none;

Doing this will remove the outline that you see when ever you click on a link/the logo etc.
Cheers, Sam
SamNabz
 
Posts: 178
Joined: Tue Jul 05, 2011 11:32 pm
Location: Sydney, Australia

Re: Winter Headwear Store

Postby chips » Mon Jul 18, 2011 12:40 pm

SamNabz wrote:Hi chips,

Sounds like a good idea; did you just customize the default theme?

Also, little hint...

To avoid people seeing the padding of images etc, in your catalog/stylesheet find:
Code: Select all
a, a:visited {

and add
Code: Select all
outline: none;

Doing this will remove the outline that you see when ever you click on a link/the logo etc.


Yeah it is a heavily modded version of the default theme as there are some really nice features in it, like the whole checkout process and account management. That will probably stop me from selling it I would have thought.

Nice tip, I'd never heard of that one before, thanks very much!
chips
 
Posts: 19
Joined: Sun Mar 20, 2011 9:02 am

Re: Winter Headwear Store

Postby TotalWeb » Mon Jul 18, 2011 3:07 pm

Cannot get to the tinyurl link as my proxy is blocking it as 'spyware' !!
User avatar
TotalWeb
 
Posts: 126
Joined: Fri Nov 12, 2010 11:29 am
Location: Stockport, England

Re: Winter Headwear Store

Postby SamNabz » Tue Jul 19, 2011 1:01 am

EDIT.
Last edited by SamNabz on Thu Jul 21, 2011 11:19 pm, edited 1 time in total.
Cheers, Sam
SamNabz
 
Posts: 178
Joined: Tue Jul 05, 2011 11:32 pm
Location: Sydney, Australia

Re: Winter Headwear Store

Postby TotalWeb » Tue Jul 19, 2011 9:23 am

Thanks Sam, Chips PM's me with the url as well.

Great looking site I must say :) I love the wood affect on the header.

Simon
User avatar
TotalWeb
 
Posts: 126
Joined: Fri Nov 12, 2010 11:29 am
Location: Stockport, England

Re: Winter Headwear Store

Postby tophat » Fri May 04, 2012 11:01 pm

One of the best designed opencart sites I've come accross so far. Well done.
Running Opencart v1.5.3.1 (recently updated)
Extensions: Too many to list + Custom work
Webmaster for: http://www.getlaidbeds.co.uk (Complete and Fully Operational)
User avatar
tophat
 
Posts: 97
Joined: Fri Nov 25, 2011 12:31 am

Next

Return to Live Shops

Who is online

Users browsing this forum: iNmuto and 6 guests

Hosted by Arvixe Web Hosting