Zen Cart Logo

Advice , please

Locked

Views: 502

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
31 Oct 2010, 10:40 AM
#1
magik avatar

magik

New Zenner

Join Date:
Dec 2009
Posts:
10
Plugin Contributions:
0

Advice , please

Hi guys

I have been struggling with template customization for a couple days.
I am using firefox plug in called I think BUG to determin where
to look for code to change the look of template.

The BUG shows on the right CSS ( which is OK)
but on the left shows html, but my problem is
I can not find html files

Please , help where to locate it

thank you

31 Oct 2010, 12:09 PM
#2
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,069
Plugin Contributions:
56

Re: Advice , please

The HTML for your pages is generated by your PHP modules. For your contact_us page, for example, start by looking in /includes/templates/YOUR_TEMPLATE/templates/tpl_contact_us_default.php (or replace YOUR_TEMPLATE with template_default if you haven't yet done any code modification).

Before you make any changes to the base Zen Cart files, check out the Tutorials/FAQ link at the top of this page ... especially https://www.zen-cart.com/tutorials/index.php?article=230.