Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Help with my new template!

Help with my new template!

Views: 573

Results 1 to 2 of 2
20 Jan 2011, 9:03 AM
#1
zvaughn avatar

zvaughn

New Zenner

Join Date:
Jan 2011
Posts:
8
Plugin Contributions:
0

Help with my new template!

Greetings,

1.I have recently installed a new template into zen cart. I was wondering if someone can explain to me if/ and how its possible to have banners1-5 (which is displayed in the red box in the attached picture) only display on the homepage. That way all the items can be right on the frontpage at the top when a link is clicked.

2.How do I display the checkout icons (visa,MC, amex, disc, paypal) at the bottom with the disclaimer? My template came with a paypal logo but im not exactly sure if I do it through the code directly or if there is a easier way through the admin panel.

  1. Is there a way to remove the links at the top (ex. Home Page, Specials. etc.)? there is a couple I want to change the names on and a couple I would like to remove completely.

site: https://www.zachvaughn.com/repair

Thanks Alot!
:smile:

20 Jan 2011, 6:18 PM
#2
keneso avatar

keneso

Totally Zenned

Join Date:
May 2009
Posts:
1,273
Plugin Contributions:
3

Re: Help with my new template!

1.I have recently installed a new template into zen cart. I was wondering if someone can explain to me if/ and how its possible to have banners1-5 (which is displayed in the red box in the attached picture) only display on the homepage. That way all the items can be right on the frontpage at the top when a link is clicked.

Check if this thread can help you
http://www.zen-cart.com/forum/showthread.php?t=168047

2.How do I display the checkout icons (visa,MC, amex, disc, paypal) at the bottom with the disclaimer? My template came with a paypal logo but im not exactly sure if I do it through the code directly or if there is a easier way through the admin panel.

You can put them in the tpl_footer.php in
includes/templates/YOUR_TEMPLATE/common

  1. Is there a way to remove the links at the top (ex. Home Page, Specials. etc.)? there is a couple I want to change the names on and a couple I would like to remove completely.

Check the tpl_header.php in
includes/templates/YOUR_TEMPLATE/common
comment out the links you don't want, and change the ones you want.