Zen Cart Logo
Forums / General Questions / Hyperlink Ezy Page content

Hyperlink Ezy Page content

Locked

Views: 1,159

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
10 Oct 2008, 9:13 AM
#1
silentavatar avatar

silentavatar

New Zenner

Join Date:
Oct 2008
Location:
Australia
Posts:
34
Plugin Contributions:
0

Hyperlink Ezy Page content

I'm definately a new zenner! Although I've used Joomla previously, so pretty quickly got a handle on how Zen Cart works.

However... this one has me stumped.:dontgetit

How can I hyperlink an Ezy Page from within a product desription?

I want to add a link to "more information".

What settings to I need to configure on Ezy pages for this to happen? Any?

A thousand thankyou's to whoever can answer this :smile:

10 Oct 2008, 12:04 PM
#2
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town & London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: Hyperlink Ezy Page content

Call up the EZpage you want to link to.

In your browser address bar you will see the url to that page:

EG:

http://www.YOURWEBSITE.COM/index.php?main_page=page&id=16

...Copy that URL and paste it as

<a href="http://www.YOURWEBSITE.COM/index.php?main_page=page&id=16"> LINK TO MY EZPAGE</a>

In fact, you will probably only need to paste the link as

index.php?main_page=page&id=16

...not the full url.

10 Oct 2008, 12:32 PM
#3
silentavatar avatar

silentavatar

New Zenner

Join Date:
Oct 2008
Location:
Australia
Posts:
34
Plugin Contributions:
0

Re: Hyperlink Ezy Page content

fairestcape:

Call up the EZpage you want to link to.

In your browser address bar you will see the url to that page:

EG:

http://www.YOURWEBSITE.COM/index.php?main_page=page&id=16

> 
> ...Copy that URL and paste it as
> 
> ```
<a href="http://www.YOURWEBSITE.COM/index.php?main_page=page&id=16"> LINK TO MY EZPAGE</a>

In fact, you will probably only need to paste the link as

index.php?main_page=page&id=16

> ...not the full url.

Thanks for your quick reply!

I know how to get a page url from Ezy Pages, though as I understand it when you create Ezy Pages, you need to specify if it as a Header, Footer or Sidebox. I dont want to locate the page in any of those, so what is the protocol when defining the Ezy page?

Cheers from Aus.
10 Oct 2008, 12:40 PM
#4
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town &amp; London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: Hyperlink Ezy Page content

If you don't want the ezpage to display in any of the three menu positions (header, sidebox, footer), then give these a sort order of " 0 " when you create the ezpage.

The page will still exist, but as there is no sort order for any of the menu options, it will not display as a link in these menus.

In your ezpages list (ADMIN>>>TOOLS>>>EZPAGES) you will see a column on the left showing the page ID.

It is this ID that you put into your URL, as shown in the URL example I gave earlier.

10 Oct 2008, 12:53 PM
#5
silentavatar avatar

silentavatar

New Zenner

Join Date:
Oct 2008
Location:
Australia
Posts:
34
Plugin Contributions:
0

Re: Hyperlink Ezy Page content

Thanks heaps!!!

A thousand thank-you's to fairestcape!
:D

10 Oct 2008, 4:08 PM
#6
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town &amp; London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: Hyperlink Ezy Page content

fairestcape:

If you don't want the ezpage to display in any of the three menu positions (header, sidebox, footer), then give these a sort order of " 0 " when you create the ezpage.

... alternatively, just click "No" for the menu option radio buttons - will do the same as sort order = 0 .

11 Oct 2008, 6:00 AM
#7
silentavatar avatar

silentavatar

New Zenner

Join Date:
Oct 2008
Location:
Australia
Posts:
34
Plugin Contributions:
0

Re: Hyperlink Ezy Page content

Hi fairestcape,

Your instructions worked like a charm, however I must be doing something woring as I get this info before my page info. (see below). Any idea what is causing this?:unsure:

<!-- /* Font Definitions */ @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:1627421319 -2147483648 8 0 66047 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0cm; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} p {mso-margin-top-alt:auto; margin-right:0cm; mso-margin-bottom-alt:auto; margin-left:0cm; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} span.style1 {mso-style-name:style1;} @page Section1 {size:612.0pt 792.0pt; margin:72.0pt 90.0pt 72.0pt 90.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.Section1 {page:Section1;} -->
11 Oct 2008, 6:43 AM
#8
silentavatar avatar

silentavatar

New Zenner

Join Date:
Oct 2008
Location:
Australia
Posts:
34
Plugin Contributions:
0

Re: Hyperlink Ezy Page content

I worked it out. The dreaded cut and paste from a Word doc.:blush:

I cut and paste back into Notepad, and then back to the Ezy page and then formatted. Voila! Heiroglyphics gone.:clap:

Thanks for all your help fairescape. I really appreciate it.

Cheers from Aus.:smile:

11 Oct 2008, 8:43 PM
#9
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town &amp; London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: Hyperlink Ezy Page content

Yeah... I was going to say... DO NOT USE MS WORD to create HTML.

Get yourself a free HTML editor off the WWW.

MS Word wreaks havok with everything webbish - avoid it!