Page 3 of 86 FirstFirst 123451353 ... LastLast
Results 21 to 30 of 854
  1. #21
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by lat9 View Post
    In one of the COWOA plugins, there was an order_status page that did not require the user to log in to view their status. The page required the user to enter the email address associated with the order and the order-number to gain access to the information.
    Not seeing that page or the instructions to "receive an E-Mail with instructions on how to view the status of their order".. Can I buy a vowel??
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #22
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by DivaVocals View Post
    Working on merging the COWOA orders.php file with the one for Super Orders, and discovered that there is an entire chunk of code which doesn't seem to belong to COWOA or for that matter to do anything at all.. Lines 663 - 714

    Code:
    <?php
      if (MODULE_ORDER_TOTAL_DOUBLEBOX_STATUS == 'true') {
        $orders_doublebox = $db->Execute("select orders_products_id  
                                        from " . TABLE_ORDERS_DOUBLEBOX . "  
                                        where orders_id = '" . zen_db_input($oID) . "' and wrap = 1");  
    
      if ($orders_doublebox->RecordCount() > 0) {
    ?>
          <tr>
            <td><?php echo zen_draw_separator('pixel_trans.gif', '1', '10'); ?></td>
          </tr>
          <tr>
            <td class="main"><table border="1" cellspacing="0" cellpadding="5">
              <tr>
                <td class="smallText" align="center"><strong><?php echo DOUBLEBOX_SUMMARY_HEADING; ?></strong></td>
              </tr>
    <?php
           while (!$orders_doublebox->EOF) {
              $pos = -1;
              for ($i=0, $n=sizeof($order->products); $i<$n; $i++) {
                  if ($order->products[$i]['orders_products_id'] == 
                      $orders_doublebox->fields['orders_products_id']) {
                      $pos = $i; 
                      break;
                  }
              }
              $orders_doublebox->MoveNext();
              if ($pos == -1) {
                 continue; // Should never happen
              }
              $i = $pos; 
              echo '<tr>';
              echo '<td class="accountProductDisplay">' . $order->products[$i]['name'];
              if ( (isset($order->products[$i]['attributes'])) && (sizeof($order->products[$i]['attributes']) > 0) ) {
                   echo '<br><nobr><small>';
                   for ($j=0, $n2=sizeof($order->products[$i]['attributes']); $j<$n2; $j++) {
                           echo '&nbsp;&nbsp;- ' . $order->products[$i]['attributes'][$j]['option'] . ": " . nl2br(zen_output_string_protected($order->products[$i]['attributes'][$j]['value'])) . '<br>';
                        }
                   echo '</small></nobr>';
              }
              echo '</td>'; 
              echo '</tr>'; 
           }
    ?>
            </table></td>
          </tr>
    <?php
      } else { 
        echo '<tr><td>'. DOUBLEBOX_NO_TEXT . '</td></tr>'; 
      }
    } 
    ?>
    I don't know what the code was for but I see that it is in FEC orders.php file also. The original coder must have left it in for some reason or he forgot to remove it, but It is not necessary for COWOA to have to work.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  3. #23
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by DivaVocals View Post
    Not seeing that page or the instructions to "receive an E-Mail with instructions on how to view the status of their order".. Can I buy a vowel??
    I'm getting that page just fine Diva. Look here
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #24
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by countrycharm View Post
    I'm getting that page just fine Diva. Look here
    Great.. but that doesn't help me since the customer e-mail in my test orders does not provide a link to that page at all.. So I'm still stumped how to get this working..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #25
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by DivaVocals View Post
    Great.. but that doesn't help me since the customer e-mail in my test orders does not provide a link to that page at all.. So I'm still stumped how to get this working..
    This is what the customer e-mail says:
    Order Confirmation from Laserdisc Vault

    Jessica Rabbit

    Thanks for shopping with us today!
    The following are the details of your order.
    ------------------------------------------------------
    Order Number: 20657
    Date Ordered: Sunday 08 July, 2012
    Check order status:
    http: // clientlaserdiscvault(dot)overthehillweb(dot)com/index.php?main_page=account_history_info&order_id=20657

    Products
    ------------------------------------------------------
    1 x Gatefold LD Replacement Jackets (LDRJ-GFOLD) = $3.69
    ------------------------------------------------------
    Sub-Total: $3.69
    Per Item (Best Way): $5.95
    Total: $9.64

    Delivery Address
    ------------------------------------------------------
    Jessica Rabbit
    2129 W 74th St
    Los Angeles, CA 90047
    United States

    Billing Address
    ------------------------------------------------------
    Jessica Rabbit
    2129 W 74th St
    Los Angeles, CA 90047
    United States

    Payment Method
    ------------------------------------------------------
    Check/Money Order

    Please make your check or money order payable to:

    Laserdisc Vault LLC

    Mail your payment to:
    LaserDisc Vault, LLC
    294 Myway Hwy | New York, NY 10001 USA

    Your order will not ship until we receive payment.


    -----
    This email address was given to us by you or by one of our customers. If you
    feel that you have received this email in error, please send an email to
    [email protected]


    -----
    Copyright (c) 2012 Laserdisc Vault. Powered by Zen Cart



    This email is sent in accordance with the US CAN-SPAM Law in effect
    01/01/2004. Removal requests can be sent to this address and will be honored
    and respected.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #26
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by DivaVocals View Post
    Great.. but that doesn't help me since the customer e-mail in my test orders does not provide a link to that page at all.. So I'm still stumped how to get this working..
    If your not getting the email link to that page at all check your admin/orders.php file and the includes/classes/order file and make sure they are merge right. That's about all I can tell you. Make sure all your files has uploaded correctly. I know this isn't your first rodeo....lol and I am not trying to be smart. Let me install this on my test sever again.
    Last edited by countrycharm; 8 Jul 2012 at 05:07 PM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  7. #27
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by countrycharm View Post
    If your not getting the email link to that page at all check your admin/orders.php file and the includes/classes/order file and make sure they are merge right. That's about all I can tell you. Make sure all your files has uploaded right. I know this isn't your first rodeo....lol
    orders.php file merges are fine, and files are indeed uploaded to the right places.. The issue is that the COWOA_order flag is not being set correctly when the order is saved to the orders table. Not entirely sure why that is..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #28
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by DivaVocals View Post
    orders.php file merges are fine, and files are indeed uploaded to the right places.. The issue is that the COWOA_order flag is not being set correctly when the order is saved to the orders table. Not entirely sure why that is..
    Think I got it worked out.. My testing indicates that my changes did the trick.. COWOA and Super Orders now playing nicely together..

    When checking my merges to the includes/classes/order.php, I discovered that the areas of this file not modified by COWOA do not match the Zen Cart v1.5 changes to this file..

    Also I will post details of the merges required for using COWOA with Super Orders 4.0 once I have everything working correctly.. They are sufficiently complex enough that IMHO the updated files should probably be included in a future COWOA release. That said I have no plans to update or contribute to ANYMORE Zen Cart add-ons than I am already committing to (WAAAAY too busy!!) But I will post the details of the changes required here to help out anyone using both mods together..
    Last edited by DivaVocals; 8 Jul 2012 at 05:56 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #29
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by DivaVocals View Post
    Think I got it worked out.. My testing indicates that my changes did the trick.. COWOA and Super Orders now playing nicely together..

    When checking my merges to the includes/classes/order.php, I discovered that the areas of this file not modified by COWOA do not match the Zen Cart v1.5 changes to this file..

    Also I will post details of the merges required for using COWOA with Super Orders 4.0 once I have everything working correctly.. They are sufficiently complex enough that IMHO the updated files should probably be included in a future COWOA release. That said I have no plans to update or contribute to ANYMORE Zen Cart add-ons than I am already committing to (WAAAAY too busy!!) But I will post the details of the changes required here to help out anyone using both mods together..
    Glad you got it working. I was banging my head on wall as to why
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #30
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by countrycharm View Post
    Glad you got it working. I was banging my head on wall as to why
    Yep all good.. now to see if I can get the gift wrapping add-on to work with this and we're all good!!
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 3 of 86 FirstFirst 123451353 ... LastLast

Similar Threads

  1. v139c COWOA Module (my update for ZC v1.3.x)
    By JTheed in forum All Other Contributions/Addons
    Replies: 398
    Last Post: 29 Oct 2014, 02:35 PM
  2. Installed FEC before COWOA, now COWOA config menu doesn't appear
    By i-make-robots in forum Addon Payment Modules
    Replies: 8
    Last Post: 12 Jan 2014, 01:34 PM
  3. v151 How to install COWOA (for ZC v1.5.x)
    By edgemeister in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 4 Apr 2013, 05:21 PM
  4. v151 Which COWOA Plugin? Fast and Easy or original COWOA ?
    By damon in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 8 Nov 2012, 03:44 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR