I figured it out.....
nvm, you can delete the posting.
I figured it out.....
nvm, you can delete the posting.
Alright, here it goes:
Login to our admin page
Go to Tools>Layout Boxes Controller
make sure sideboxes/ezpages.php is turned on
Go to Tools>EZ Pages>new file
Insert Page Title: wholesaleinfo
Sidebox:Yes, Order 10
The rest is no.
Click Insert.
At this point, your page URL will be pointed to the ID of the page. You can view the ID of the newly created page by going to
Tools>EZ Pages
In my case, my page ID was 3 so the URL to reach it is:
http://yourdomain/store/index.php?main_page=page&id=3
I really did not like that the page link was referring to a page ID. It's not very SEO like so I have edited the newly created page and specified in the "internal Link URL: index.php?main_page=wholesaleinfo"
That's it.
One thing that still troubles me is that if I decide to insert content while the URL is specified to go to "index.php?main_page=wholesaleinfo" it does not let me. I get an error: Error: you have defined multiple settings when only one may be defined per link.........blah blah blah".
This error does not happen when i leave the internal link url blank.
Bummer.......
The error about multiple settings means you can only use a url to link to OR insert your html. You can't do both on one EZ Page.
An internal link means a page that is already in ZC: ie shipping, contact us, conditions. An external link is a webpage that you have outside of ZC.
Alright, well, I hope someone developed a mod for this. I've figured out an alternative, manual way to do this by creating tpl php files and define_pagenames.php. That seemed to do it.
I also tried to modify the ezpages table from the pageID integer to PageID varchar so I can put letters there, but that did not work so i reverted the change.
EZ Pages are stored in the database. Define pages are an entirely different thing, created with files. How did you make the page you're trying to link to with EZ Pages?