Results 1 to 10 of 40

Hybrid View

  1. #1
    Join Date
    Mar 2006
    Location
    USA
    Posts
    77
    Plugin Contributions
    0

    Default Re: GOB Package Trackers module - Support Thread

    Before anyone judges me, I asked politely for help via PMs and here on the forums. These people didn't lift a finger to help. They seem very arrogant and too busy to help anyone here.

    Incredible!

  2. #2
    Join Date
    Jun 2008
    Location
    Bordeaux, France
    Posts
    69
    Plugin Contributions
    6

    Default Re: GOB Package Trackers module - Support Thread

    Attached are my working files with tracking incorporated for the store front.
    400+ people have downloaded that damn module without returning problems.
    Attached Files Attached Files
    Last edited by gob33; 31 Jul 2010 at 12:56 AM.

  3. #3
    Join Date
    Mar 2006
    Location
    USA
    Posts
    77
    Plugin Contributions
    0

    Default Re: GOB Package Trackers module - Support Thread

    Thank you!!!

  4. #4
    Join Date
    Jun 2008
    Location
    Bordeaux, France
    Posts
    69
    Plugin Contributions
    6

    Default Re: GOB Package Trackers module - Support Thread

    I really appreciate you getting back to me and trying to help.
    I was missing a syntax on header.php. I fixed it.

    Thank you, Scott
    Pb fixed. Be warned, users, to be carefull when patching the source.

  5. #5
    Join Date
    Aug 2010
    Posts
    25
    Plugin Contributions
    0

    Default Re: GOB Package Trackers module - Support Thread

    When changing to this:

    6) Edit "admin/orders.php"

    6.1) Line 589, add 1 piece :

    PHP Code:
                  <tr>
                    <td class="main"><strong><?php echo ENTRY_NOTIFY_CUSTOMER?></strong> <?php echo zen_draw_checkbox_field('notify'''true); ?></td>
                    <!-- GOB_PACKAGE_TRACKERS_MODIFICATION_BEGIN -->
                    <td class="main"><strong><?php echo ENTRY_NOTIFY_TRACKING?></strong> <?php echo zen_draw_checkbox_field('notify_tracking'''true); ?></td>
                    <!-- GOB_PACKAGE_TRACKERS_MODIFICATION_END -->
                    <td class="main"><strong><?php echo ENTRY_NOTIFY_COMMENTS?></strong> <?php echo zen_draw_checkbox_field('notify_comments'''true); ?></td>
                  </tr>
    from this:

    PHP Code:
                  <tr>
                    <td class="main"><strong><?php echo ENTRY_NOTIFY_CUSTOMER?></strong> [<?php echo zen_draw_radio_field('notify''1'true) . '-' TEXT_EMAIL ' ' zen_draw_radio_field('notify''0'FALSE) . '-' TEXT_NOEMAIL ' ' zen_draw_radio_field('notify''-1'FALSE) . '-' TEXT_HIDE?>]&nbsp;&nbsp;&nbsp;</td>

                    <!-- GOB_PACKAGE_TRACKERS_MODIFICATION_BEGIN -->
                    <td class="main"><strong><?php echo ENTRY_NOTIFY_TRACKING?></strong> <?php echo zen_draw_checkbox_field('notify_tracking'''true); ?></td>
                    <!-- GOB_PACKAGE_TRACKERS_MODIFICATION_END -->

                    <td class="main"><strong><?php echo ENTRY_NOTIFY_COMMENTS?></strong> <?php echo zen_draw_checkbox_field('notify_comments'''true); ?></td>

    Your emails are not sent!

    If I use the second code above it works fine. What is the problem here?

  6. #6
    Join Date
    Aug 2010
    Posts
    25
    Plugin Contributions
    0

    Default Re: GOB Package Trackers module - Support Thread

    In addition why are no tracking numbers sent if there are no comments on the order?

  7. #7
    Join Date
    Jun 2008
    Location
    Bordeaux, France
    Posts
    69
    Plugin Contributions
    6

    Default Re: GOB Package Trackers module - Support Thread

    1) No problem there.
    The modifs to do are between the labels <!--GOB_PACKAGE_TRACKERS_MODIFICATION_XXXX --> only.
    You have copied a line from ZC 1.3.8 (when that module was published).
    That line has been changed in 1.3.9 in:
    Code:
          <td class="main"><strong><?php echo ENTRY_NOTIFY_CUSTOMER; ?></strong> [<?php echo zen_draw_radio_field('notify', '1', true) . '-' . TEXT_EMAIL . ' ' . zen_draw_radio_field('notify', '0', FALSE) . '-' . TEXT_NOEMAIL . ' ' . zen_draw_radio_field('notify', '-1', FALSE) . '-' . TEXT_HIDE; ?>]&nbsp;&nbsp;&nbsp;</td>
    Simply insert the modif between labels without changing the code.

    2) This is the standart behaviour of orders emails in ZC.
    A comment or an order status change is needed for the email to be send.
    Line 122 of admin\orders.php says:
    Code:
            if ( ($check_status->fields['orders_status'] != $status) || zen_not_null($comments)) {
              $db->Execute("update " . TABLE_ORDERS . "
              .....
    If you need to send an email, put some char like '-' in the comments.

 

 

Similar Threads

  1. GOB Package Tracker
    By sensualpalace in forum Addon Shipping Modules
    Replies: 0
    Last Post: 29 Sep 2012, 10:22 PM
  2. v139h GOB Package Trackers syntax error - help?
    By heteromorphic in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 26 Sep 2012, 05:39 AM
  3. GOB Package Tracker 1136 Error
    By BrooklynArtist in forum Addon Shipping Modules
    Replies: 1
    Last Post: 3 Feb 2012, 07:21 PM
  4. jScroller Sidebox Package Support Thread
    By clydejones in forum Addon Sideboxes
    Replies: 166
    Last Post: 28 Jan 2012, 03:39 AM
  5. GOB Package Tracker
    By jorsara in forum Addon Templates
    Replies: 0
    Last Post: 26 Feb 2010, 05:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg