Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

X-Cart CSS Template/Skin

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #21  
Old 11-12-2005, 03:32 PM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

Some of the possibilities with a CSS based layout/design:
http://www.csszengarden.com/

I encourage anyone who does purchase the skin to take full advantage of its possibilities, and advantages.

Some other good reading:
http://www.hotdesign.com/seybold/
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote
  #22  
Old 11-12-2005, 05:29 PM
 
jsa jsa is offline
 

Senior Member
  
Join Date: Oct 2005
Posts: 197
 

Default

Quote:
Originally Posted by B00MER
Some of the possibilities with a CSS based layout/design:
http://www.csszengarden.com/

I encourage anyone who does purchase the skin to take full advantage of its possibilities, and advantages.

Some other good reading:
http://www.hotdesign.com/seybold/

Yeah, the thing is definitely rad. Cool links, too!

I'm not a developer, though. Just a lowly merchant. heh.

So, B00MER, will other developers be allowed to license this (buy a pack, pay a royalty, however you want to charge them) as a base?
It'd be cool to see specialized template developers (like 7dana) use this as a base.

A slightly more expensive rounded one for a bit more, or a pre-cutified version for $200 or something would be appealing to me. I'd go with a fullout custom job, but I don't have the funds at the moment. (maybe the next month or two, around the time 4.1 is finalized)
__________________
Building: X-Cart GoldPlus 4.6.1
Old cart:
XC 4.0.17 FComp-RMA-AOM-OFF-Affil
BCSE: Referral Pts-Surveys-BatchUp-OrderEZ- Reviews-RSS
FT: Glossary-OptCopt-AdvSrch-Recently Viewed-Also Bought
CM: eZConversion
XP: SalesRecovery, MultCrncy
Reply With Quote
  #23  
Old 11-13-2005, 09:26 AM
 
Mr Bob Mr Bob is offline
 

Senior Member
  
Join Date: Jul 2005
Posts: 199
 

Default

Quote:
So will other developers be allowed to license this as a base?
- It doesn't say you can resell it anywhere- I would assume that you could not. Earlier about the "Good starting point for developers and designers" That means that developers who are trying to build a website that validates, would save their time by beginning with this layout.

I would love to see a version that only uses tables for displaying data.
__________________
Product: X-Cart Gold
Current version: 4.0.14

Additional Mods: X-Affiliate
Reply With Quote
  #24  
Old 11-13-2005, 11:53 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

Quote:
Originally Posted by Mr Bob
Quote:
So will other developers be allowed to license this as a base?
- It doesn't say you can resell it anywhere- I would assume that you could not. Earlier about the "Good starting point for developers and designers" That means that developers who are trying to build a website that validates, would save their time by beginning with this layout.

I would love to see a version that only uses tables for displaying data.

I do offer reseller licenses at a discount, Contact me via Cart-Lab.com if you would like further details.

What do you mean by "a version that only uses tables..." could you elaborate a bit?
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote
  #25  
Old 11-13-2005, 12:27 PM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

Some other CSS related articles:

Intro to CSS:
http://www.yourhtmlsource.com/stylesheets/introduction.html

SEO and W3C compliance:
http://evolt.org/w3c-compliance-and-seo

SEO Benefits of CSS:
http://www.devwebpro.com/devwebpro-39-20050919SEOBenefitsOfCSS.html
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote
  #26  
Old 11-13-2005, 09:16 PM
 
Mr Bob Mr Bob is offline
 

Senior Member
  
Join Date: Jul 2005
Posts: 199
 

Default

Quote:
What do you mean by "a version that only uses tables..." could you elaborate a bit?
- Most XHTML/CSS based websites only use tables for displaying data, not just plain text.

Why have a menu displayed like this:
Code:
<tbody><tr> <td class="VertMenuTitle">[img]/demo/skin1/images/dingbats_categorie.gif[/img] <font class="VertMenuBoxNewsTitle">Categories</font> </td> </tr> <tr> <td class="VertMenuBox"> <table border="0" cellpadding="5" cellspacing="0" width="100%">

When you can achive the same thing by:
Code:
<div class="menuItems">

Basically, take what you have, and go further with it.
__________________
Product: X-Cart Gold
Current version: 4.0.14

Additional Mods: X-Affiliate
Reply With Quote
  #27  
Old 11-13-2005, 09:27 PM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

Majority of the CSS Skin tpls are similar to this:
Code:
<div id="container"> <div id="header">Header</div> <div id="content">Content</div> </div>
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote
  #28  
Old 11-14-2005, 09:09 AM
 
Mr Bob Mr Bob is offline
 

Senior Member
  
Join Date: Jul 2005
Posts: 199
 

Default

Yeah, I noticed that, which is why I noted how much time/work you have put into it. There are still files though that use tables that don't need to.
__________________
Product: X-Cart Gold
Current version: 4.0.14

Additional Mods: X-Affiliate
Reply With Quote
  #29  
Old 11-29-2005, 05:41 AM
 
marcgeldon marcgeldon is offline
 

Advanced Member
  
Join Date: Feb 2005
Posts: 65
 

Default

Will the skin be updated with newest X-Cart versions and do your customers get always the newest version?

Is it only optimized on the customer side or also on the admin side (customer side would be enough).

Hope to hear from you soon.


Best wishes,

Marc
__________________
Marc Geldon (PRO IT SYSTEMS)
http://www.proitsystems.de

X-Cart PRO 4.1.3
Reply With Quote
  #30  
Old 11-30-2005, 05:52 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

Quote:
Originally Posted by explido
Will the skin be updated with newest X-Cart versions and do your customers get always the newest version?

Is it only optimized on the customer side or also on the admin side (customer side would be enough).

Yes, the X-Cart CSS skin will be update along side X-Cart releases until a similar implementation is standard.

The admin side is NOT converted to all CSS, if I did I would never of gotten this released, as there are 2x as many files on admin side. However the design and such does fit the same look and feel. The customer side, catalog pages and checkout templates are heavily customized from out-of-box.
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 09:11 AM.

   

 
X-Cart forums © 2001-2020