sorry if this question has been asked already, but i searched for it and couldn't find it.
Is this generator compatible with 1.3.8 ? I'd rather not download it, fiddle with it, and then find out it won't work with my shop
thanks. :)
sorry if this question has been asked already, but i searched for it and couldn't find it.
Is this generator compatible with 1.3.8 ? I'd rather not download it, fiddle with it, and then find out it won't work with my shop
thanks. :)
Tiffany Rose
Frozen Rose Design
HOW TO SHOW UP YOUR NEWLY CREATED PAGES
your can add the link to the new page to any location as desired.
The URL for it is either:
- zen_href_link(FILENAME_DEFINED_PAGE)
or
- http://www.mysite.com/index.php?main_page=DEFINED_PAGE
HERE'S AN EXAMPLE ON HOW TO ADD TO THE "information" SIDEBOX:
a. edit /includes/modules/sideboxes/MYTEMPLATE/information.php
b. add this line, perhaps right above the "Shipping" link (FILENAME_SHIPPING):
$information[] = '<a href="' . zen_href_link(FILENAME_DEFINED_PAGE) . '">' . BOX_INFORMATION_DEFINED_PAGE . '</a>';
c. Upload these changes to your server, and the link will appear in your "information" sidebox.
![]()
New here and I have been reading over the posts about how to get the new files that I created to work and well, I am still unable to figure this out. If someone can KINDLY deal with my questions that I know have been asked, I would GREATLY appreciate it.
I specified my page name: Facts, the correct template name: my_template, and saved in an empty temp folder: temp-gen. I used my FTP program to upload to my store but WHERE exactly do I load the files created, which folder? I have tried several places and nothing works so I want to make sure WHERE to load the files to.
Thanks SO Much!
This module comes with a Help page and is very good reading for all using it.
With that said, here are some quicky usage instructions
Page Name (case-sensitive)
- enter as per the way you want the Text to show on your Web page
ie. Help Desk << this is the text to be used for the link
Template Name (case-sensitive)
- type exactly as used within your Zen Cart
Directory
- this is where the files will be saved on your computer
- browse to a temporary dir. and create a New Folder using the Page Name above
this will put everything into one easy to find location
When finished, browse to the temp dir. on your computer and to the dir. with the Page Name. Inside is a dir. named 'includes' and a 'readme.txt' file.
Within your Hosting account, browse to your Zen Cart and upload the 'includes' dir. from your computer. All files will be uploaded to where they need to be.
In order to see this new link though, you will have to manually create/add a link on whatever page you desire.
The only suggestion I can make is...
The 'readme.txt' says this:
After copying these files to your zencart installation directory, you can link to this page using the following link:
http://yourdomain.com/zencart_direct...page=help_desk
(help_desk is just my example define page)
I would not use that link but instead:
index.php?main_page=help_desk
It will then work just fine on SSL and non-SSL pages. Using the first link example will not.
When I choose a page to edit from the drop down, the page reloads and shows me the same screen (ie doesn't load the page). I've moved the site from another domain. Any ideas why this should happen? I've tested changing text editor to plain text/HTMLarea/TinyMCE and it still seems to reload to the same half-blank page. Many thanks in advance!
Not sure how your question applies to the Define Pages Generator addon, which works from your home computer?
Sounds like a possilbe problem with your uploaded file as Zen Cart appears to be showing what is in the file, which is not everything you think should be there. If you do a Forum search you should find other threads related to your situation.
Hmm.. sorry I've posted to the wrong thread! Many thanks for the suggestion.