Hi all. As the subject states,
What I was really wondering if there is a mature contribution, could you recomend one.
Cheers
Van..
Hi all. As the subject states,
What I was really wondering if there is a mature contribution, could you recomend one.
Cheers
Van..
I need to be able make one big pdf file...with all products etc. -or is that to much to ask?
Van...
Well, I thought I'd give 'Catalog products PDF reports V1.4' a try.
I ran into these problems.....
in admin/includes/boxes/tools.php
//Admin begin
// '<a href="' . tep_href_link(FILENAME_SERVER_INFO) . '" class="menuBoxContentLink">' . BOX_TOOLS_SERVER_INFO . '</a><br>' .
// '<a href="' . tep_href_link(FILENAME_WHOS_ONLINE) . '" class="menuBoxContentLink">' . BOX_TOOLS_WHOS_ONLINE . '</a>');
// '<a href="' . tep_href_link(FILENAME_PDF_CATALOGUE) . '" class="menuBoxContentLink" target="_BLANK">' . BOX_TOOLS_PDF_CATALOGUE . '</a><br>';
tep_admin_files_boxes(FILENAME_BACKUP, BOX_TOOLS_BACKUP) .
tep_admin_files_boxes(FILENAME_PDF_CATALOGUE, BOX_TOOLS_PDF_CATALOGUE) .
tep_admin_files_boxes(FILENAME_BANNER_MANAGER, BOX_TOOLS_BANNER_MANAGER) .
some more files........
//Admin end
My question to you is: Why are these links in at the top commented out. And how do I go about creating a @valid : tep_admin_files_boxes(FILENAME_PDF_CATALOGUE, BOX_TOOLS_PDF_CATALOGUE).
entry??
What files do I have to edit...
Again thanks for your time and guriuing.......
Van
To explain it a little bit better....
You see at step 6 you are spoused to
6 - In /includes/boxes/tools.php, put line :
'<a href="' . tep_href_link(FILENAME_PDF_CATALOGUE) . '" class="menuBoxContentLink" target="_BLANK">' . BOX_TOOLS_PDF_CATALOGUE . '</a><br>' .
but the above a href (links are commented out and generated some way different with the tep_admin_files_boxes syntax.
Please explain what is the differense.
Van....
If I use the a href link I get a
Parse error: parse error in /home/ofgnryef/public_html/catalog/admin/includes/boxes/tools.php on line 35
line 35 contains: '<a href="' . tep_href_link(FILENAME_PDF_CATALOGUE) . '" class="menuBoxContentLink" target="_BLANK">' . BOX_TOOLS_PDF_CATALOGUE . '</a>';
and in the catalog i got these....
Fatal error: Cannot redeclare tep_db_connect() (previously declared in /home/ofgnryef/public_html/catalog/includes/functions/database.php:13) in /home/ofgnryef/public_html/catalog/includes/functions/database.php on line 13
WELL I MUST SAY THAT I AM SOMEWHAT XXXXX NOW!
I am following the installation instructions: Are they correct are or is it just my own stupidity>?
>>>
This script work for OSCommerce 2.2 today snapshot.
If the script do not work for an older snapshot ask me for one of my older script. << Can i contact you some how...
________________
| Installation |
|______________|
In Admin Directory
------------------
1 - Copy "pdf_catalogue.php", "fpdf.php", "pdf_config.php'
and "font" directory at the Admin root
2 - In /includes/application_top put line :
define('FILENAME_PDF_CATALOGUE', 'pdf_catalogue.php');
4 - In /includes/languages/english.php put line :
define('BOX_TOOLS_PDF_CATALOGUE', 'Generate catalog(s)');
5 - In /includes/languages/french.php put line :
define('BOX_TOOLS_PDF_CATALOGUE', 'Générer catalogue(s)');
6 - In /includes/boxes/tools.php, put line :
'<a href="' . tep_href_link(FILENAME_PDF_CATALOGUE) . '" class="menuBoxContentLink" target="_BLANK">' . BOX_TOOLS_PDF_CATALOGUE . '</a><br>' .
In Catalog Directory or where is your Oscommerce catalog
---------------------------------------------------------
1 - Make directoy /catalogues. chmod 755
2 - Copy adobe_pdf.gif in /images
3 - Copy "pdf_catalogue_info.php" at root
Copy includes/languages/french/pdf_catalogue_info.php under includes/languages/french/pdf_catalogue_info.php
Copier includes/languages/english/pdf_catalogue_info.php under includes/languages/english/pdf_catalogue_info.php
4 - In /includes/application_top put line :
define('FILENAME_PDF_CATALOGUE', 'pdf_catalogue_info.php');
5 - In /includes/languages/french.php put line :
define('BOX_INFORMATION_PDF_CATALOGUE', 'Catalogue téléchargable');
6 - In /includes/languages/english.php put line :
define('BOX_INFORMATION_PDF_CATALOGUE', 'Downloadable catalog');
7 - In /includes/boxes/information.php with other links, put line :
'<a href="' . tep_href_link(FILENAME_PDF_CATALOGUE, '', 'NONSSL') . '">' . BOX_INFORMATION_PDF_CATALOGUE . '</a><br>' .
05/16/2003 - Catalog products PDF reports V1.4 Author: Gurvan Riou
I did a search on the forum.. ON Gurvan Riou; got 0 results....what is happenig today .....???
any ideas where he can be contacted admin?
Managed to get this e-mail: gurvan.riou@laposte.net
however returned
The following addresses had permanent fatal errors ----- <Core:gurvan.riou@laposte.net>
well well, to day is not my day....
vandiike, You are making this too complicated. Very simple. MAX admin does not use the same box structure as MS2, which the mod is written for, so you cannot use the link structure they provide.
How about this - just copy one of the other links, then replace the defines so they match the current structure. Not a big leap there.
So add this:
on any line in the array, before this line:Code:tep_admin_files_boxes(FILENAME_PDF_CATALOGUE, BOX_TOOLS_PDF_CATALOGUE) .
I have added this mod to several stores, and it works fine. If you are getting a parse error, it is not related to the added link, unless you messed up the syntax.Code:tep_admin_files_boxes(FILENAME_WHOS_ONLINE, BOX_TOOLS_WHOS_ONLINE));
Bookmarks