Zen Cart Logo
Forums / General Questions / How do EZ-Pages work?

How do EZ-Pages work?

Views: 245,831

Results 201 to 220 of 570
07 Feb 2008, 15:39
#201
boggled avatar

boggled

Zen Follower

Join Date:
Mar 2006
Location:
Tennessee
Posts:
286
Plugin Contributions:
0

How do EZ-Pages work?

andrewg_ny:

For some reason EZ Pages consisting of internal links to define pages such as 'contact us' do not appear in tables-of-contents even when given the same chapter#. Is this to be expected? Is this a defect, and are there workarounds?

I want to keep using certain define pages such as contact us or for gift certificates because they have interactive forms beyond the straight HTML that the EZ pages generally contain--but I was hoping to avoid putting these EZ pages at the top level of the hierarchy, instead putting them as sub-chapters underneath a top-level parent 'Customer Service' EZ page.

Thanks in advance.

-Andrew

I was wanting to do the same thing, but haven't found a workaround yet.
Any ideas? Anyone? :(

15 Feb 2008, 11:49
#202
psr_racing avatar

psr_racing

New Zenner

Join Date:
Feb 2007
Posts:
90
Plugin Contributions:
0

Re: How do EZ-Pages work?

What is the easiest and best way to make pictures appear on an EZ page? Ideally I want these pics stored on the server (thats hosting Zencart) not stored with my ISP's webspace (tend to change ISP's frequently!).
I'm thinking along the lines of creating a new folder on the server where I FTP all the pics to and then link to them in the HTML code but I know little to nothing about HTML. Where should I put this folder and what is the code to link to its content (if this line of thinking is correct)?

15 Feb 2008, 16:30
#203
tshooters avatar

tshooters

Totally Zenned

Join Date:
Dec 2005
Posts:
1,037
Plugin Contributions:
2

Re: How do EZ-Pages work?

Here's the code I use for EZPages pics, where I have made a subfolder called
mypics under the Zen Cart images folder.

<div align="center"><img src="../images/mypics/myimage.jpg" alt=""></img></div>

Leaving the alt="" in it helps with html validation.

16 Feb 2008, 18:09
#204
theredhead avatar

theredhead

New Zenner

Join Date:
Aug 2007
Posts:
33
Plugin Contributions:
0

Re: How do EZ-Pages work?

is there a simple way to have the New Products for XXX display at the bottom on an EZ-Page?

kuroi:

There's not really an easy way to add it to individual EZ-Pages, but you could copy the code that calls in this listing box in tpl_index_default.php to tpl_page_default and if required add some filters to restrict the display to certain pages.

Thanks for the answer. This is exactly the kind of thing I thought might work.

I tried it out, but think I was using the wrong code (or leaving out important parts or dropping in too much code or...). The upshot is I broke those pages.

Can you point out the right bits of code to use?

Thanks.

-the redhead-

18 Feb 2008, 21:27
#205
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: How do EZ-Pages work?

TShooters what file do you put the code in. I lost you on that.

<div align="center"><img src="../images/mypics/myimage.jpg" alt=""></img></div>
18 Feb 2008, 22:59
#206
tshooters avatar

tshooters

Totally Zenned

Join Date:
Dec 2005
Posts:
1,037
Plugin Contributions:
2

Re: How do EZ-Pages work?

..what file do you put the code in. I lost you on that.

Put the code in the "HTML Content:" box of the EZPage you're creating
in Admin/Tools/EZPages.

18 Feb 2008, 23:16
#207
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: How do EZ-Pages work?

TShooters thank you for your help. As I was waiting I came across this thread here that answer my question. Thank you again. http://www.zen-cart.com/forum/showthread.php?t=88971

18 Feb 2008, 23:24
#208
tshooters avatar

tshooters

Totally Zenned

Join Date:
Dec 2005
Posts:
1,037
Plugin Contributions:
2

Re: How do EZ-Pages work?

:thumbsup: Glad the post you referenced is a good solution for you.

19 Feb 2008, 21:19
#209
thewarden avatar

thewarden

New Zenner

Join Date:
Jun 2006
Posts:
17
Plugin Contributions:
0

Re: How do EZ-Pages work?

Ok, I've gone over all this, and have yet to figure this out. Not so "ez" for me. I know I'm just missing something, but can not figure it out. :wacko:

All I want, is a sidebox with links to pages with my own content on them. Kind of like in a standard html based site. Just links to pages that I want to create. I'm completely lost, and the faq (as posted in this thread), just leaves me more clueless.

Can anyone give me simple step by step instructions, on how I can create a menu on my zen site (preferably on the right column), that contains links to pages that I want to create??

Thanx!

19 Feb 2008, 22:00
#210
thewarden avatar

thewarden

New Zenner

Join Date:
Jun 2006
Posts:
17
Plugin Contributions:
0

Re: How do EZ-Pages work?

Never mind. Got it. :)

19 Feb 2008, 22:07
#211
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: How do EZ-Pages work?

TheWarden when you log in your admin go to tools, scroll down to EZ pages click that. At the top of the page put in the Page Title that will be what shows for your link in the side box. Next you have to decide where you want it to show in the Header:, Side box:, ** Footer:, **** Chapter **** TOC: Make sure you put in your sort order greater than 0. Fill in your **HTML Content: and at the bottom you can add an Internal Link or a External Link if you like. Hope this helps.

19 Feb 2008, 22:09
#212
thewarden avatar

thewarden

New Zenner

Join Date:
Jun 2006
Posts:
17
Plugin Contributions:
0

Re: How do EZ-Pages work?

countrycharm:

TheWarden when you log in your admin go to tools, scroll down to EZ pages click that. At the top of the page put in the Page Title that will be what shows for your link in the side box. Next you have to decide where you want it to show in the Header:, Side box:, ** Footer:, **** Chapter **** TOC: Make sure you put in your sort order greater than 0. Fill in your **HTML Content: and at the bottom you can add an Internal Link or a External Link if you like. Hope this helps.

Thanx, and that would have helped, cuz what I wasn't doing, was setting my sort order greater than 0.

Now I have one last question (hopefully) on this topic, how do I change the title of the sidebox from "important links" to whatever I wish?

19 Feb 2008, 23:42
#213
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: How do EZ-Pages work?

Sorry Warden I had to go get my son. The answer to your question is here>includes/languages/english/extra_definitions/ez_pages_definitions.php

19 Feb 2008, 23:45
#214
thewarden avatar

thewarden

New Zenner

Join Date:
Jun 2006
Posts:
17
Plugin Contributions:
0

Re: How do EZ-Pages work?

countrycharm:

Sorry Warden I had to go get my son. The answer to your question is here>includes/languages/english/extra_definitions/ez_pages_definitions.php

Thanx! Really getting somewhere now!:clap:

20 Feb 2008, 00:02
#215
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: How do EZ-Pages work?

I'm glade it work out for you. :smile:

20 Feb 2008, 00:35
#216
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: How do EZ-Pages work?

I forgot to tell you when you make changes to the file make sure you upload it to includes/languages/english/extra_definitions/your_custom_file/ez_pages_definitions.php

28 Feb 2008, 12:02
#217
jaynt avatar

jaynt

New Zenner

Join Date:
Jul 2007
Posts:
15
Plugin Contributions:
0

Re: How do EZ-Pages work?

My EZ page is up and ready to go...just one problem every time i add content to it and then push update it sends me to my store front without updating the page...

any ideas?

05 Mar 2008, 15:30
#218
kellyann avatar

kellyann

New Zenner

Join Date:
Mar 2008
Posts:
4
Plugin Contributions:
0

Re: How do EZ-Pages work?

(sorry fixed my problem)

07 Mar 2008, 14:23
#219
hataish avatar

hataish

New Zenner

Join Date:
Mar 2008
Posts:
1
Plugin Contributions:
0

Re: How do EZ-Pages work?

Hi, This post is very informative, however there are some queries to ask about some specific topic. If someone can help me then please send me a private message. Thanks,

23 Mar 2008, 00:32
#220
theredhead avatar

theredhead

New Zenner

Join Date:
Aug 2007
Posts:
33
Plugin Contributions:
0

Re: How do EZ-Pages work?

kuroi:

There's not really an easy way to add it to individual EZ-Pages, but you could copy the code that calls in this listing box in tpl_index_default.php to tpl_page_default and if required add some filters to restrict the display to certain pages.

Kuroi -

Thanks again for the tip. I have tried multiple versions of putting the New Products listing box into the tpl_page_default with no success. I've used progressively larger chunks of code, but nothing is showing up on the EZ pages.

Do you have any further suggestions for enabling this functionality? To refresh, I'm trying to add the standard New Products listing to the bottom of my EZ pages.

-the redhead-