Zen Cart Logo
Forums / All Other Contributions/Addons / pdf order center

pdf order center

Locked

Views: 1,070

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
23 Nov 2008, 12:07 PM
#1
tavikki avatar

tavikki

New Zenner

Join Date:
Jan 2006
Posts:
8
Plugin Contributions:
0

pdf order center

Hi.

Just installed the pdf order center and tried to connect it to the superorders module using the code in the install file. The problem here is the code in my php file isnt exactly like the install kode so it woulnt work.

The install code is:

<td class="main"><?php echo '<FORM><INPUT TYPE="BUTTON" VALUE="' . BOX_CUSTOMERS_SUPER_BATCH_STATUS . '" ONCLICK="window.location.href=\'' . zen_href_link(FILENAME_SUPER_BATCH_STATUS, '') . '\'"></FORM>' . '  ' . '<FORM><INPUT TYPE="BUTTON" VALUE="' . BOX_CUSTOMERS_SUPER_BATCH_FORMS . '" ONCLICK="window.location.href=\'' . zen_href_link(FILENAME_SUPER_BATCH_FORMS, '') . '\'"></FORM>'; ?></td>

The closest i can find in super_orders.php is this:

<tr> <td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php echo HEADING_TITLE_ORDERS_LISTING . '  ' . '<INPUT TYPE="BUTTON" VALUE="' . BOX_CUSTOMERS_SUPER_BATCH_STATUS . '" ONCLICK="window.location.href=\'' . zen_href_link(FILENAME_SUPER_BATCH_STATUS, '') . '\'">' . '  ' . '<INPUT TYPE="BUTTON" VALUE="' . BOX_CUSTOMERS_SUPER_BATCH_FORMS . '" ONCLICK="window.location.href=\'' . zen_href_link(FILENAME_SUPER_BATCH_FORMS, '') . '\'">'; ?></td>

I have NO php skills so im not sure if i am at the right place or if there is some other changes i need to do.

23 Nov 2008, 12:53 PM
#2
brushwoodnursery avatar

brushwoodnursery

Zen Follower

Join Date:
Dec 2006
Posts:
199
Plugin Contributions:
0

Re: pdf order center

PDF orders was last updated a long time ago, I think, and super orders may have changed. Back up your files and give it a try. Worst case, you have to reload.

I've just installed edit orders and pdf orders. They sit just fine in my 1.3.8a alongside super orders. I have actually decided not to use super. I like edit orders better for my needs.

23 Nov 2008, 6:36 PM
#3
tavikki avatar

tavikki

New Zenner

Join Date:
Jan 2006
Posts:
8
Plugin Contributions:
0

Re: pdf order center

I'll take a look at edit orders, thank u.