Tag Archive for 'Zen-Cart'

How to set up your own customized template overrides?

Like I copied a post from zen-cart on last weekend, I set up a blank new customized template for zen-cart. But it does not do any good if I do not create any my own overrides to display my own style/texts. The following is a how-to from zen-cart support website covering this topic, and I am pasting here for my own reference.

Basically in the /includes/templates/CUSTOM you can start with copying any templates files/sub-folders from /includes/templates/template_default or /includes/templates/classic, and then whatever your style changes there. But some language related changes should be changed in /includes/languages/LANGUAGE folder.

Continue reading ‘How to set up your own customized template overrides?’

Related posts

How to customized your own template for Zen-cart shopping cart Open Source application

This article is copied from the official zen-cart support web site.

Since Version 1.3.+ Zen Cart™ has moved away from its old table based layout to a CSS based layout.

CAPITALIZED words refer to a folder or language that you choose. We use CUSTOM for your template and ENGLISH for your language by default. Change these if needed.

Continue reading ‘How to customized your own template for Zen-cart shopping cart Open Source application’

Related posts

Open Source shopping cart Zen-Cart

I used a very good shopping cart before for my own website. This time I have to set up a shopping cart application very quickly for one of my clients. He needs shopping cart component and paypal payment component only. I could not hesitate a second to recommend Zen-cart.

I went to SourceForge.net and downloaded zen-cart 1.3.02, and found that I love it again. Its core code is in PHP/My SQL, very easy to set up and make it up and running. Best of all, it is free with all features I need.

The next step is to tweak it with the customized template. I will let you know soon.

Related posts