|
| |
|
|
Tailslide
Posts: 6003 Joined: 5/10/2005 From: Out here on the raggedy edge Status: offline
|
Magneto - Open Source shop - 9/3/2007 5:32:39
This looks really quite interesting: http://www.magentocommerce.com/ It's an open source ecommerce programme which seems to be using a standards-based approach (CSS layouts and XHTML 1.0 Strict!). They've even got labels on the form items. The only negative thing I've found is that the dropdown menus aren't very accessible for keyboard users (tabbing through hidden items) but still - not bad! edit: actually some of what looks like the results of the built in WYSIWYG editor look a little shoddy... *sigh*.
< Message edited by Tailslide -- 9/3/2007 6:33:15 >
_____________________________
"My strategy is so simple an idiot could have devised it" Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project
|
|
|
|
Tailslide
Posts: 6003 Joined: 5/10/2005 From: Out here on the raggedy edge Status: offline
|
RE: Magneto - Open Source shop - 9/7/2007 13:54:13
Hi Tina I've recently tweaked CubeCart to help make it more to my liking for a client site. It validates (to XHTML trans - would validate to strict but for the damn Cubecart copyright having target_blank in it and I can't remove that!), and it's more accessible than it was as I've removed unnecessary tables, replaced them with lists where appropriate and added thead, tbody etc to the tables that remain. The only inaccessible stuff is the javascript in some of the submit buttons that links the information from one page to another (not sure how to do without that) and the payment bit itself which is paypal in this case and I've got no control over their site (unfortunately!). There is also a free SEO mod (haven't used it yet) and being in the UK you'll need the VAT mod which is around $18. The cart itself is free with their copyright.
_____________________________
"My strategy is so simple an idiot could have devised it" Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project
|
|
|
|
Tailslide
Posts: 6003 Joined: 5/10/2005 From: Out here on the raggedy edge Status: offline
|
RE: Magneto - Open Source shop - 9/8/2007 3:25:24
Yes it's PHP/MySQL. The thing that would worry me with my limited level of expertise in PHP etc is why, if they were building a PHP/MySQL cart would they then use JS to do the button thing? Wouldn't it be better to continue to use the same technology straight through as you said - why bother adding in the JS especially if you've got a session already running? It makes me think that I've missed the whole reason for them doing it and that there's some other "good" reason for doing it. Maybe it's purely to update the cart without refreshing..? There's stuff like: <a href="javascript:submitDoc('prod{PRODUCT_ID}');" class="txtButton">{BTN_BUY}</a> There seem to be some occasions when the JS can safely be removed (which I have) but because I'm not terribly sure about the overall picture of what it does on every occasion I've left the bits I'm not 100% sure about. The designer of CC is specific that it won't run without JS - well, yet anyway!!
_____________________________
"My strategy is so simple an idiot could have devised it" Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|