Re: How do I post a document to my site for easy download?
Thanks VERY MUCH for the help. I went into the Developer's portion you suggested and found the following:
/home/lilinvic/public_html/robertocigars.com/admin/includes/languages/english.php
Line #164 : define('BOX_TOOLS_DEFINE_PAGE_2','Page 2');
If you change 'page 2' to WHATEVER YOU WANT that is what will show up in the box!
... and there was much rejoicing....:clap:
Re: How do I post a document to my site for easy download?
Quote:
Originally Posted by agentx
I went in to what the tutorial said and changed all the information,
What did you cange before?
Re: How do I post a document to my site for easy download?
I followed your advice:
https://www.zen-cart.com/tutorials/i...hp?article=242
This allowed me to change the actual titles inside the page when it comes up, but didn't allow me to change what came up inthe side box. You have to do both
Re: How do I post a document to my site for easy download?
Quote:
Originally Posted by
kobra
If you want this to be included in your description text you can place the anchor text link there It would be similar to this
Code:
You can get your <a>href="http://www.mysite.com/pub/file.pdf">Instructions Here</a>
Of course you FTP your PDF file to the /pub dir
Is there no way of uploading from within Zen Cart? Sort of defeats the object if you have to start using FTP to upload things etc.
Re: How do I post a document to my site for easy download?
Correction to my previous post. This is the correct location for the file to edit in order to have the {Page number say whatever you want in the side box... sorry for the confusion.
YOURWEBSITE.COM/includes/languages/english.php
Line #149 : define('BOX_INFORMATION_PAGE_3', 'Page 3');
Change the 'Page 3" (or 2 or 4) to whatever you want inside the single quotation makes.
Re: How do I post a document to my site for easy download?
agentx,
Quote:
Correction to my previous post. This is the correct location for the file to edit in order to have the {Page number say whatever you want in the side box... sorry for the confusion.
YOURWEBSITE.COM/includes/languages/english.php
Do you have an english.php in this location?
includes/languages/english/classic/
You should not be editing the one at
/includes/languages/english.php
See the tutorials on overrides