Pre-sale questions

Hello,



We’re trying to find out following about CS-Cart, based on answers we’ll make a purchase.



The shop script needs to be 100% XHTML and CSS valid.

Is CS-Cart 100% XHTML and CSS valid so when validating with w3.org there will be correct output?



The shop needs to allow electronic downloads?

Can we sell electonic products (software) with CS-Cart?



Thank you for your answers.



Erik

[QUOTE]The shop script needs to be 100% XHTML and CSS valid.

Is CS-Cart 100% XHTML and CSS valid so when validating with w3.org there will be correct output?[/QUOTE]



There were only 5 items that needed to be corrected. No biggie and it really depends on what DOCtype you are verifying to.



Go to w3c.org and HTML/CSS verify check the demo.cs-cart.com website…


[QUOTE]The shop needs to allow electronic downloads?

Can we sell electonic products (software) with CS-Cart?[/QUOTE]



Yes, this is built-in to CS-CART.

[quote name=‘Unregistered’]

Line 144, Column 109: Attribute “border” exists, but can not be used for this element.

gif" width=“176” height=“69” border=“0” alt=“CS-Cart.com” />

etc.

[/QUOTE]



It seems to me quite easy to overcome this. 2 steps:



1 - Edit “top.tpl” file and delete "border=“0"”



[url]Instant Demo - CS-Cart Multi-Vendor Demo Try Free for 15 days



[COLOR=“Red”]And[/COLOR]



2 - Add in “styles.css” this:


img{border:none}



[url]Instant Demo - CS-Cart Multi-Vendor Demo Try Free for 15 days


[quote name=‘Unregistered’]

Are these “no biggies” destined to remain “features” or are they going to be seriously erridicted?[/QUOTE]



CS-Cart templating is based on Smarty template engine:



www.smarty.net/



It’s easy to solve w3.org warning thanks to the Smarty power.



You can ask some questions on Smarty forum to clear your fears of your mind:



[url]Search Results for "forums" | Smarty



Or, you can navigate in the CS-Cart Template editor (customer side only!)



[url]Instant Demo - CS-Cart Multi-Vendor Demo Try Free for 15 days



See you soon on board!





Lee Li Pop