Re: How do EZ-Pages work?
Is there a size limitation to EZ-Pages? I'm hoping to move some static HTML pages into EZ-Pages. First one worked fine, see here: http://twomorrows.com/index.php?main_page=page&id=2
Second one cut off the last paragraph of html. Have I hit a 64K limit or something?
Thanks,
- Rand
Re: How do EZ-Pages work?
That would be a limitation on the field type ...
http://help.scibit.com/Mascon/mascon...eld_Types.html
Might wish to try the Medium blob vs text ... :smile:
Re: How do EZ-Pages work?
Re: How do EZ-Pages work?
Hi,
I would like to add a How To Buy information using Ezpage. The How To Buy info consists of two pages: HTB_A.php and HTB_B.php, where HTB_A.php has a link to HTB_B.php, via Internal URL.
My question is, how can i set an INTERNAL URL for HTB_B?
I try to add a new define in /includes/filename.php, and a URL <a href> in HTB_A to this link. But clicking on link in HTB_A links me to Page not found.:schmoll:
Re: How do EZ-Pages work?
Are your how to buy pages EZ-Pages (i.e. stored in the database) or actual php scripts that you have written outside of Zen Cart?
Re: How do EZ-Pages work?
Hi Kuroi,
It's actual php scripts that are written outside of Zen Cart.
Regards,
Jo
Re: How do EZ-Pages work?
I've read all 8 pages and still can't get my EZ pages to work,:cry:
I done the tools--> EZ Pages and set up the pages all set to -->Header: Sidebox: Footer: on. The Chapter set to 1 and the TOC 10,20,30 repectively
Configuration-->EZ-Pages Settings all set to 1
Maxium Values set to default
Still nothing, Have I flicked some switch that just won't make the pages happen?
http://quirkesfurniture.com/shop/
Re: How do EZ-Pages work?
HTML Code:
<?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
<li><?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?></li>
<?php } ?>
Is the above in your template's tpl_footer.php?
Re: How do EZ-Pages work?
What are your Sort Orders? 0 means OFF ...
Re: How do EZ-Pages work?
Thanks, I've worked it out where I was going wrong
I'll be buying you a large cup of coffee!