Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Custom Category Content

Custom Category Content

Locked

Views: 1,735

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
17 Aug 2006, 10:50 AM
#1
spretswell avatar

spretswell

New Zenner

Join Date:
Feb 2006
Posts:
37
Plugin Contributions:
0

Custom Category Content

Our website is https://www.uksoccershop.com, we sell football shirts from all around the world. To be able to increase sales, we want to increase the numbers of banners / graphics we have on the site to promote our best products.

So for example, when a customer clicks on "Spanish teams" category, they should see graphics related to Barcelona, Real Madrid, etc, and when they click on Italian teams "Milan, etc".

An example of what we want can be seen at https://www.subside.co.uk.

Is this possible?

17 Aug 2006, 1:30 PM
#2
polarduality avatar

polarduality

Zen Follower

Join Date:
Mar 2006
Location:
Los Angeles
Posts:
260
Plugin Contributions:
2

Re: Custom Category Content

I imagine you can add html into the Categories Description field.
With html you'd be able to display the picture of your choice and link it to a specific product.

17 Aug 2006, 1:31 PM
#3
spretswell avatar

spretswell

New Zenner

Join Date:
Feb 2006
Posts:
37
Plugin Contributions:
0

Re: Custom Category Content

Good idea, how do I add HTML to it?

17 Aug 2006, 3:57 PM
#4
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

Re: Custom Category Content

Go to Admin > Configuration > My Store > HTML Editor and select HTMLAREA

This will enable yout html area on your descriptions... or just add the code to the description (if you have the code to insert from your preferred computer editor).

17 Aug 2006, 3:57 PM
#5
spretswell avatar

spretswell

New Zenner

Join Date:
Feb 2006
Posts:
37
Plugin Contributions:
0

Re: Custom Category Content

Perfect, thanks!

18 Aug 2006, 2:09 AM
#6
polarduality avatar

polarduality

Zen Follower

Join Date:
Mar 2006
Location:
Los Angeles
Posts:
260
Plugin Contributions:
2

Re: Custom Category Content

This is an example of how you would display a specific image and link it to the product of your choice.
<A HREF="PRODUCTURLGOESHERE"><IMG SRC="IMAGEURLGOESHERE"></A>