Eric G
Eric G

Reputation: 4058

Easiest PHP Shopping Cart to Skin

After frustration with installing custom designed skins for ZenCart, I was wondering which, if any, of the PHP shopping carts out there have a good templating system that makes it easy (or easier) to install custom designs?

Upvotes: 1

Views: 1049

Answers (4)

giuseppe
giuseppe

Reputation: 907

The simplest is in my opinion Virtuemart 2.

Take a customized template like esport by gavick and you're already on

you can override every page you want, and you take advance of any power of joomla for community extensions

Upvotes: 0

Chris
Chris

Reputation: 11

I think it is Avactis shopping cart.

Various dynamic parts of Avactis storefront can be integrated into an existing website through inserting of simple Tags into static pages. All Avactis Tags are described in the Avactis Tag Library

More details: http://en.wikipedia.org/wiki/Avactis

Upvotes: 1

Sinan
Sinan

Reputation: 5980

There is a project called open cart at http://www.opencart.com/.

It has plugins and a template system so it should be fairly easy skin.

Upvotes: 4

alex
alex

Reputation: 490597

Magento is alright to skin, provided you know a bit about Views and also how the layout is controlled.

It's been a while since I used Magento, but from what I can remember is you define a layout in an XML file, and then there are many views in a different folder of which you can modify quite easily.

Upvotes: 0

Related Questions