Forums / Addon Admin Tools / PDF Order Center

PDF Order Center

Results 1 to 20 of 56
08 Jun 2006, 19:02
#1
scubes13 avatar

scubes13

New Zenner

Join Date:
Mar 2006
Posts:
17
Plugin Contributions:
0

PDF Order Center

I have just installed a fresh copy of PDF Order Center into Zen 1.3.0.1

I pasted the SQL code into the Install SQL Tool in the Admin interface. I then uploaded all of the corresponding files, etc.

When I access the PDF Order Center I am shown the full screen of options. However, a few links are not working. The top navigation:
<= Reset form|Pending|Processing|Delivered|Update

does not fully work. The only link that works from those above is the "Reset form" link. The others give an error such as the following when I click on "Pending":
1146 Table 'cart_db.orders' doesn't exist
in:
[select count(*) as total from orders o left join orders_total ot on (o.orders_id = ot.orders_id) where (ot.class = 'ot_total') and (o.orders_status = '1')]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

Now, my tables are all prefixed with "zen_". I was under the impression that uploading the SQL via the Intsall Tool would automatically adjust for this, which the SQL import seems to have done. I have checked and the table "zen_orders" does exist. So how do I let the rest of the system to see that it should not look at "orders" but at "zen_orders"???

Thanks for any help/advice!
Kevin L.
09 Jun 2006, 12:14
#3
scubes13 avatar

scubes13

New Zenner

Join Date:
Mar 2006
Posts:
17
Plugin Contributions:
0

Re: PDF Order Center

grayson,

Thanks for the link. I have moved my post to that forum.

Thanks again,
Kevin L.
03 Jul 2006, 22:13
#4
tphoare avatar

tphoare

New Zenner

Join Date:
Sep 2005
Posts:
88
Plugin Contributions:
0

Re: PDF Order Center

Have just installed PDFOC without any problems and it is proving to be really useful and a real time saver. However, inadvertantly sent out 600 emails this evening to customers telling them we had despatched their order when in fact I had only meant to send out this message to a couple of customers.

Is there any way to make the system not send out emails if no boxes have been ticked rather than defaulting to every order receiving an email if nothing has been selected.

We have now set the default to not send out emails unless selected to prevent a repetition but it was a bit of an embarrassment nevertheless.
08 Nov 2007, 12:22
#5
marcps avatar

marcps

Zen Follower

Join Date:
Feb 2005
Posts:
92
Plugin Contributions:
0

Re: PDF Order Center

We had the same issue - it emailed all our customers from years ago....

We have now switched off emailing to avoid this happening again and rely on the email receipt that is sent when they order as confirmation.
01 Jul 2008, 22:16
#6
leighbee avatar

leighbee

New Zenner

Join Date:
Jan 2007
Posts:
41
Plugin Contributions:
0

Re: PDF Order Center

Just happened to us as well - nearly 2000 orders :/ this needs fixing and quick support site doesnt exist anymore...
02 Jul 2008, 09:48
#7
azrahn avatar

azrahn

Zen Follower

Join Date:
Jun 2006
Posts:
120
Plugin Contributions:
0

Re: PDF Order Center

TPHoare:

Have just installed PDFOC without any problems and it is proving to be really useful and a real time saver. However, inadvertantly sent out 600 emails this evening to customers telling them we had despatched their order when in fact I had only meant to send out this message to a couple of customers.

Is there any way to make the system not send out emails if no boxes have been ticked rather than defaulting to every order receiving an email if nothing has been selected.

We have now set the default to not send out emails unless selected to prevent a repetition but it was a bit of an embarrassment nevertheless.


LOL:laugh:

I think that anybody who has used this module has had the same problem you describe here. I know i did.
The selection method used is very vague.

Ronald.
02 Jul 2008, 17:20
#8
tphoare avatar

tphoare

New Zenner

Join Date:
Sep 2005
Posts:
88
Plugin Contributions:
0

Re: PDF Order Center

After two years I have still have the odd senior moment when I inadvertently set everything 'processing', 'despatched' or even 'cancelled' but the fact is that even with this problem it's still a very useful tool - and one to which I haven't yet found any alternative.
02 Jul 2008, 17:33
#9
leighbee avatar

leighbee

New Zenner

Join Date:
Jan 2007
Posts:
41
Plugin Contributions:
0

Re: PDF Order Center

I just think its wrong sitting back and saying "oh well what will happen will happen" I dont want to spent another morning replying to 47 emails of "unprofessionalism" , "remove my mail address", "who are you and what have I ordered" , "I'm calling my credit card company and blocking all payments from you".

I dont think its professional enough and I'd like to stop it, I will have a look and see what I need to do to code but I dont think I can fix it permanently. Perhaps I'll check to see if there are any orders older than a week and flag an error. Off work sick at the moment so I'll have a look later on in the week
02 Jul 2008, 21:27
#10
tphoare avatar

tphoare

New Zenner

Join Date:
Sep 2005
Posts:
88
Plugin Contributions:
0

Re: PDF Order Center

No, you're quite right, of course. If I knew the first thing about PHP I would have a go myself - it can't be that difficult.
25 Jul 2009, 10:35
#11
briann avatar

briann

New Zenner

Join Date:
Dec 2008
Posts:
28
Plugin Contributions:
0

Re: PDF Order Center

Paul M has made a fix for this issue, which I've merged with the last release from Grayson. Also included some other modifications.

BUT, for some reason it's still not available in the downloads section, although I submitted it more than a month ago.

So, if you would like to download this package, you could visit the dutch forum to obtain it over there.


http://www.zen-cart.nl/forums/index.php?topic=824.0


The only problem I noticed is that when sending the e-mails, there appears a red bar with header in it. Couldn't find it quickly, so if someone knows, let me know! :D (This doesn't affect the working of this mod.)
26 Jul 2009, 18:41
#12
lankeeyankee avatar

lankeeyankee

Totally Zenned

Join Date:
Jan 2007
Posts:
1,514
Plugin Contributions:
1

Re: PDF Order Center

Briann:

Paul M has made a fix for this issue, which I've merged with the last release from Grayson. Also included some other modifications.

BUT, for some reason it's still not available in the downloads section, although I submitted it more than a month ago.

So, if you would like to download this package, you could visit the dutch forum to obtain it over there.


http://www.zen-cart.nl/forums/index.php?topic=824.0


The only problem I noticed is that when sending the e-mails, there appears a red bar with header in it. Couldn't find it quickly, so if someone knows, let me know! :D (This doesn't affect the working of this mod.)


Is it version 1.2.1 that is in the first post in the thread? Or do we have to use the code snippets in the various posts?

Thanks for posting this!
06 Aug 2009, 19:06
#13
briann avatar

briann

New Zenner

Join Date:
Dec 2008
Posts:
28
Plugin Contributions:
0

Re: PDF Order Center

Is just saw your post..

Yeah, that's the newest version. But the link doesn't work anymore. (because of a merged thread) So I will correct it in a few minutes.

Edit: OOPS, I always forget that you cannot edit messages on zen-cart.com days later. :shocking:

So this is the working link: http://www.zen-cart.nl/forums/index.php?topic=3684.0
06 Aug 2009, 20:25
#14
lankeeyankee avatar

lankeeyankee

Totally Zenned

Join Date:
Jan 2007
Posts:
1,514
Plugin Contributions:
1

Re: PDF Order Center

Briann:

Is just saw your post..

Yeah, that's the newest version. But the link doesn't work anymore. (because of a merged thread) So I will correct it in a few minutes.

Edit: OOPS, I always forget that you cannot edit messages on zen-cart.com days later. :shocking:

So this is the working link: http://www.zen-cart.nl/forums/index.php?topic=3684.0


Thank you! I appreciate you posting the link here and I will try this out very soon.
25 Nov 2009, 15:33
#15
garethrooney avatar

garethrooney

New Zenner

Join Date:
Apr 2009
Posts:
54
Plugin Contributions:
0

Re: PDF Order Center

How do you change the defaults to invoice and packing slip and final rather than preview

Regards

Gareth
25 Nov 2009, 18:10
#16
briann avatar

briann

New Zenner

Join Date:
Dec 2008
Posts:
28
Plugin Contributions:
0

Re: PDF Order Center

See admin > configuration > PDF Order Center
the following settings:

Printing: default template?
Printing: final invoice or preview?

:thumbsup:
25 Nov 2009, 18:13
#17
garethrooney avatar

garethrooney

New Zenner

Join Date:
Apr 2009
Posts:
54
Plugin Contributions:
0

Re: PDF Order Center

lol what an idiot ive been....

Ive been trolling through the code for ages trying to hack it.

Cheers

Gareth
28 Nov 2009, 16:23
#18
doubletiger avatar

doubletiger

Zen Follower

Join Date:
Apr 2005
Posts:
199
Plugin Contributions:
0

Re: PDF Order Center

Hi

I installed this mod but there was a problem, it said "Can't write to directory! Please set the permissions of your temp_pdf folder to 777." I cannot find temp_pdf folder from download, can someone please help?

thanks!
28 Nov 2009, 17:06
#19
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
3

Re: PDF Order Center

I guess it's also told in the readme, but you if I remember well you need to create the temp_pdf/ folder in /modules/pdfoc/ yourself.
10 Nov 2010, 16:57
#20
soniccc avatar

soniccc

Zen Follower

Join Date:
May 2010
Posts:
386
Plugin Contributions:
0

Re: PDF Order Center

Hello,

I get this error message when I install the pdfoc.sql file. I've tried for hours on end to solve this but haven't had any success yet.

Also in Admin --> Configuration --> Pdf Order Center - the Pdf Order Center is completely empty...

Anyone with the same problem??

Regards
Jacob


"Error
SQL query:

#NEXT_X_ROWS_AS_ONE_COMMAND:2
INSERT INTO zc_soundfactory_nu_configuration( configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function )
VALUES (

'Order Listing: max entries per page?', 'PDFOC_ORDERLISTINGMAX_DEFAULT', '100', 'Determines the maximum number of orders shown per page in the orders list. Only orders on the current page will be included when pressing the Use and Omit buttons.', @pdfocid , 5, NULL , NULL
);

MySQL said:

#1062 - Duplicate entry 'PDFOC_ORDERLISTINGMAX_DEFAULT' for key 2 "