Zen Cart Logo
Forums / All Other Contributions/Addons / Super Orders v3.0 Support Thread (for ZC v1.3.9)

Super Orders v3.0 Support Thread (for ZC v1.3.9)

Views: 176,722

Results 601 to 620 of 1,018
14 Nov 2011, 9:44 PM
#601
grossd avatar

grossd

Zen Follower

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

Super Orders v3.0 Support Thread (for ZC v1.3.9)

So, i made a few changes to super_invoice.php and now all non empty comments (including admin comments) are included in the invoice. The code is as follows:

// Find any comments entered at checkout
// and display on invoice if they exist
$orders_history = $db->Execute("SELECT orders_status_id, date_added, customer_notified, comments
FROM " . TABLE_ORDERS_STATUS_HISTORY . "
WHERE orders_id = '" . $oID . "'
ORDER BY date_added");

while (!$orders_history ->EOF) {
// check if note is empty, if yes, then skip it
if ($orders_history->fields['comments'] != '') {
$display_notes[] = $orders_history->fields['comments'];
}
$orders_history->MoveNext();
}

In particular the while loop is included to find all non empty comments.

and then at the bottom these are displayed:

<?php if (count($display_notes)>0) {?> <tr> <td><?php echo zen_draw_separator('pixel_trans.gif', '1', '5'); ?></td> </tr> <tr> <td class="main" colspan="2"><strong><?php echo HEADER_CUSTOMER_NOTES; ?></strong></td> </tr> <?php for($i=0; $i<count($display_notes);$i++) { ?> <tr> <td class="main" colspan="2"><?php echo $display_notes[$i]; ?></td> </tr> <?php } ?> <?php } ?> </table>
14 Nov 2011, 11:10 PM
#602
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

The code so that Super Orders automatically creates a Super Order payment record for PayPal paid orders is already done.. The to do list you refer to lists the items that as of today remain outstanding.. I only explicitly listed the items that are not done yet..

As for a timeframe.. I have been dealing with a personal health issue and so I work on this when time and health permit.. Best I can say at this point is I hope to be done and have this submitted by the eny of this year..

ideasgirl:

Hi Diva,

I've been searching for more than an hour the thread trying to find something to fix the "Balance Due" issue and haven't. I saw your post http://www.zen-cart.com/forum/showpost.php?p=1004265&postcount=266 where you mentioned it was going to be fixed on next release but there's not "fast fix" for those that don't want to wait for it :blush: (not me of course).

I saw your list for next release "Things to do" and don't see it there so I was wondering... :unsure:

If there's anything I can help with from that list is on any language translation to Spanish, so let me know if I can give a hand on that.

17 Nov 2011, 11:44 PM
#603
dawng22 avatar

dawng22

New Zenner

Join Date:
Aug 2010
Location:
Oceanside, CA
Posts:
2
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

I had installed Edit Orders module which seemed to be working just fine and then I installed Super Orders and I got this message after submitting the SQL query for Super Orders.

1054 Unknown column 'date_cancelled' in 'field list'
in:
[SELECT date_cancelled, date_completed FROM orders WHERE orders_id = 2 AND (date_cancelled IS NOT NULL OR date_completed IS NOT NULL)]
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.

And when I go into the Customer's Order or Super Orders the order details are gone.

20 Nov 2011, 2:31 PM
#604
ardgouge avatar

ardgouge

New Zenner

Join Date:
Mar 2007
Location:
England
Posts:
13
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

Hi All!

I installed super orders v3 and then installed edit orders v3.03. All seems to work okay but when you click on the edit order button it comes up with the following error message:

The requested URL /admin/FILENAME_EDIT_ORDERS.php was not found on this server.

I can confirm that the file is in place but will not display.

Please help!

20 Nov 2011, 2:43 PM
#605
digitalshadow avatar

digitalshadow

Totally Zenned

Join Date:
Mar 2009
Posts:
616
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

Can anyone help get this working with reward points like edit orders does?

21 Nov 2011, 6:53 PM
#606
carlvt88 avatar

carlvt88

Zen Follower

Join Date:
Aug 2007
Location:
Williston, Vermont
Posts:
180
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

Ardgouge, your post looks confusing:

  1. 'admin' shouldn't be used as a directory name to your admin area
  2. FILENAME_EDIT_ORDERS is a macro, not the actual filename
    actually on my system:
  define('FILENAME_ORDER_EDIT', 'edit_orders.php');

the macro FILENAME_ORDER_EDIT is defined in ADMIN/includes/extra_configures/edit_orders.php, to point to the actual file in the ADMIN folder.

So I can't say that I see anything wrong, but perhaps there's some confusion on how this is set up? I'm assuming you went through the instructions in SO3 on the installation for edit orders...

22 Nov 2011, 5:08 PM
#607
ardgouge avatar

ardgouge

New Zenner

Join Date:
Mar 2007
Location:
England
Posts:
13
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

Thanks for the reply, I actually hadn't copied the file into the extra_config folder - have done now and suprise suprise, it works!

22 Nov 2011, 8:51 PM
#608
ardgouge avatar

ardgouge

New Zenner

Join Date:
Mar 2007
Location:
England
Posts:
13
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

Well, I thought it was working...

I can now click on the edit order button and the edit screen appears. However, if I edit the order then click either of the update buttons I get the message again (FILENAME_ORDER_EDIT.php was not found on this server.)

Do you think I should take the hit and just reinstall the add ons (super orders and edit order) again?

22 Nov 2011, 9:55 PM
#609
swamyg1 avatar

swamyg1

Zen Follower

Join Date:
Dec 2008
Location:
San Fran
Posts:
382
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

Just got everything installed and functioning nicely. I noticed there is a vital piece missing to the super order list page, I don't see the customer comments column as I have on my regular orders page with 1.3.9h installed. I've searched this thread and I'm surprised no one else has mentioned this. Any ideas?

22 Nov 2011, 10:18 PM
#610
scriptjunkie avatar

scriptjunkie

Totally Zenned

Join Date:
Jul 2008
Posts:
772
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

ardgouge:

Well, I thought it was working...

I can now click on the edit order button and the edit screen appears. However, if I edit the order then click either of the update buttons I get the message again (FILENAME_ORDER_EDIT.php was not found on this server.)

Do you think I should take the hit and just reinstall the add ons (super orders and edit order) again?

Try re-uploading all files again. Sometimes one or more of them can get corrupted on upload.

22 Nov 2011, 10:39 PM
#611
swamyg1 avatar

swamyg1

Zen Follower

Join Date:
Dec 2008
Location:
San Fran
Posts:
382
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

swamyg1:

Just got everything installed and functioning nicely. I noticed there is a vital piece missing to the super order list page, I don't see the customer comments column as I have on my regular orders page with 1.3.9h installed. I've searched this thread and I'm surprised no one else has mentioned this. Any ideas?

Nevermind my comment, I got it sorted out:-)

22 Nov 2011, 11:30 PM
#612
scriptjunkie avatar

scriptjunkie

Totally Zenned

Join Date:
Jul 2008
Posts:
772
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

swamyg1:

Nevermind my comment, I got it sorted out:-)

Do you mind posting what went wrong and how you solved it so that anyone experiencing this issue in the future will be able to benefit from your experience?

28 Nov 2011, 7:54 PM
#613
swamyg1 avatar

swamyg1

Zen Follower

Join Date:
Dec 2008
Location:
San Fran
Posts:
382
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

I have a problem with line breaks when sending batch status updates. I get extra <br> tags inserted into my DB and they read with big spaces on my order details page. The problem does not occur on the customers side in their email that's sent from the store, that email looks fine.

I'm pretty sure the problem lies in this line:

$comments = zen_db_scrub_in($_POST['comments'], false);

I've tried setting this to "true" but then the email sent has no line breaks at all. It does look fine on the order details page though!

Surely someone else has had this problem?

28 Nov 2011, 8:32 PM
#614
swamyg1 avatar

swamyg1

Zen Follower

Join Date:
Dec 2008
Location:
San Fran
Posts:
382
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

jerkynet:

Minor bug: Customer status indicator (green check/unlock/locked icons)

Super_orders

When adding customer comment,

  • mark to email, green check icon is added to comment history
  • mark NOT to email, unlock icon is added to comment history

Batch_status

When adding customer comment,

  • mark to email, unlock icon is added to comment history
  • mark NOT to email, unlock icon is added to comment history

Note: the physical email being/not being sent is correct, this is ONLY an audit trail issue with the icons showing in customer notified column.
Thanks!
Zen 1.39h
SuperOrders 3.0

I never found the answer to this anywhere in this thread, was somebody able to sort the problem out?

30 Nov 2011, 2:07 PM
#615
milstream avatar

milstream

New Zenner

Join Date:
Nov 2011
Posts:
2
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

Zen Cart Version 1.3.9h

Super Orders -> split order

The resulting orders show total as $0.00, therefore any payment applied shows as a negative (overpayment) This shows on both the parent and the child.

Caveat - These orders are placed as "cash on delivery" and I split the order before any payment was applied.

4 Dec 2011, 10:52 AM
#616
coopco avatar

coopco

New Zenner

Join Date:
Jun 2006
Location:
Sea Lake, Australia
Posts:
81
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

Zen Cart Version 1.3.9h

In super_data_sheet.php V3.0, since I am not using TY TRACKER, I was getting errors, so I made these changes:

<?php // TY TRACKER 2 BEGIN, INCLUDE DATABASE FIELDS ------------------------------ // line below added by coopco to remove TY Tracker if (TY_TRACKER == 'True') { and at the end of the TY TRACKER section: // END TY TRACKER 3 ------------------------------------------------------------------- echo ' <td class="smallText" align="left" valign="top">' . nl2br(zen_db_scrub_out($orders_history->fields['comments'])) . ' </td>' . "\n" . ' </tr>' . "\n"; $orders_history->MoveNext(); } } else { echo ' <tr>' . "\n" . ' <td class="smallText" colspan="5">' . TEXT_NO_ORDER_HISTORY . '</td>' . "\n" . ' </tr>' . "\n"; } // added by coopco to remove TY Tracker }
9 Dec 2011, 6:06 PM
#617
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

I am sure this has been discussed already... if so could someone please point me to the solution.

But is there any way to add back the feature to edit comments visible by the customer? Or is there a way to unhide admin comments so they become visible to the customer?

thanks!

10 Dec 2011, 9:01 PM
#618
nwfap avatar

nwfap

New Zenner

Join Date:
Dec 2011
Posts:
20
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

Hello Zenners,

Does this mod work with the admin login as a customer 2.2 mod? I've currently installed that mod and would like to install this mod but I'm concerned they might not work together.

thanks!

NWFAP

10 Dec 2011, 9:34 PM
#619
scriptjunkie avatar

scriptjunkie

Totally Zenned

Join Date:
Jul 2008
Posts:
772
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

These two mods (SO3.0 and admin_login_as_customer 2.2) don't share any files, nor does the functionality of one have anything to do with the functionality of the other. I use them both and find they play quite nicely together :smile:

NWFAP:

Hello Zenners,

Does this mod work with the admin login as a customer 2.2 mod? I've currently installed that mod and would like to install this mod but I'm concerned they might not work together.

thanks!

NWFAP

20 Dec 2011, 2:52 PM
#620
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

The code so that Super Orders automatically creates a Super Order payment record for PayPal paid orders is already done.. The to do list you refer to lists the items that as of today remain outstanding.. I only explicitly listed the items that are not done yet..
I missed your post :blink:

Can you point me on the right direction where to find the fix? I really didn't find it... Please :hug: I will treat you well when you come to visit.