Zen Cart Logo
Forums / General Questions / Size Chart / EZ Page Problems

Size Chart / EZ Page Problems

Views: 912

Results 1 to 6 of 6
12 May 2011, 2:57 PM
#1
karenkte avatar

karenkte

Zen Follower

Join Date:
Feb 2008
Posts:
200
Plugin Contributions:
0

Size Chart / EZ Page Problems

Hoping for some simple fix on one more problem.

I have a product description which includes a size chart....you should be able to click on this to link to the actual chart which is an ez page....ID6

The link is
Sizes</strong> : Size Chart can be viewed <strong><u><a href="https://www.kitzimollitzipettiskirts.co.uk/index.php?main_page=page&id=6 target=">here</a></u></strong> </p><p><strong>Washing Instructions</strong> : Hand wash in lukewarm water and do not tumble dry.</p>

I have the ez page set up with all red boxes except ssl which is red.

All sort orders are 0 except the footer which is 99

The link just will not work and I have spent ages trying to figure out why....so a little help would be great...thanks

12 May 2011, 3:00 PM
#2
karenkte avatar

karenkte

Zen Follower

Join Date:
Feb 2008
Posts:
200
Plugin Contributions:
0

Re: Size Chart / EZ Page Problems

oops....meant to say ssl box is green

12 May 2011, 3:03 PM
#3
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: Size Chart / EZ Page Problems

Look at the link here...

Sizes</strong> : Size Chart can be viewed <strong><u><a href="https://www.kitzimollitzipettiskirts.co.uk/index.php?main_page=page&id=6 target=">here</a></u></strong> </p><p><strong>Washing Instructions</strong> : Hand wash in lukewarm water and do not tumble dry.</p>

Notice the highlighted red above...
What happens if you change to http

12 May 2011, 5:17 PM
#4
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Size Chart / EZ Page Problems

<a href="https://www.kitzimollitzipettiskirts.co.uk/index.php?main_page=page&id=6 target=">
  1. Change https to http

  2. target =" Well? ... what is the target equal to?

Try this:
<a href="http://www.kitzimollitzipettiskirts.co.uk/index.php?main_page=page&id=6" target="_blank">
TO OPEN IN NEW WINDOW

<a href="http://www.kitzimollitzipettiskirts.co.uk/index.php?main_page=page&id=6"> TO OPEN IN SAME WINDOW

But is this your own site?

If so, just use a relative URL (<a href="index.php?main_page=page&id=6">

13 May 2011, 10:06 AM
#5
karenkte avatar

karenkte

Zen Follower

Join Date:
Feb 2008
Posts:
200
Plugin Contributions:
0

Re: Size Chart / EZ Page Problems

Thanks.....for the help from you both....I have now realised the problem and just need to go through and alter to correct it...thank you.

13 May 2011, 1:54 PM
#6
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: Size Chart / EZ Page Problems

You are most welcome and glad your solution is fixed...