osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Can anyone recommend a PDF maker contribution?

This is a discussion on Can anyone recommend a PDF maker contribution? within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; Hi all. As the subject states, What I was really wondering if there is a mature contribution, could you recomend ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 02-18-2004, 12:35 AM
Member
 
Join Date: Nov 2003
Location: Greece
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
vandiike
Default Can anyone recommend a PDF maker contribution?

Hi all. As the subject states,

What I was really wondering if there is a mature contribution, could you recomend one.


Cheers

Van..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 02-18-2004, 12:38 AM
Member
 
Join Date: Nov 2003
Location: Greece
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
vandiike
Default

I need to be able make one big pdf file...with all products etc. -or is that to much to ask?

Van...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 02-18-2004, 02:56 AM
Member
 
Join Date: Nov 2003
Location: Greece
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
vandiike
Default

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 02-18-2004, 03:00 AM
Member
 
Join Date: Nov 2003
Location: Greece
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
vandiike
Default

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....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 02-18-2004, 03:31 AM
Member
 
Join Date: Nov 2003
Location: Greece
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
vandiike
Default

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>';
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 02-18-2004, 03:43 AM
Member
 
Join Date: Nov 2003
Location: Greece
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
vandiike
Default

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>' .
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 02-18-2004, 03:47 AM
Member
 
Join Date: Nov 2003
Location: Greece
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
vandiike
Default

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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 02-18-2004, 04:15 AM
Member
 
Join Date: Nov 2003
Location: Greece
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
vandiike
Default

too see problem live.

http://www.insituconservation.com/catalog/

see under quick search
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 02-18-2004, 04:19 AM
Member
 
Join Date: Nov 2003
Location: Greece
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
vandiike
Default

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....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10  
Old 02-18-2004, 07:00 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,990
Thanks: 80
Thanked 345 Times in 324 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

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:

Code:
tep_admin_files_boxes(FILENAME_PDF_CATALOGUE, BOX_TOOLS_PDF_CATALOGUE) .
on any line in the array, before this line:

Code:
tep_admin_files_boxes(FILENAME_WHOS_ONLINE, BOX_TOOLS_WHOS_ONLINE));
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.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Contribution help offnetrob osCommerce 2.2 Modification Help 1 03-02-2006 02:57 PM
PDF DataSheet Maker HumanEasy osCMax v1.7 Discussion 1 04-28-2004 10:25 AM
any contribution? superkor osCMax v1.7 Discussion 1 12-20-2003 12:04 PM
Anyone created penpal and match maker shop? laonux osCommerce 2.2 Modification Help 2 07-23-2003 09:19 AM


All times are GMT -8. The time now is 04:14 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax