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

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by cherven View Post
    I did add to the downloads section, just waiting for it to get approved.
    And the link I posted above isn't just a bugfix, it's the complete package.

    The problem with the Packaging Slip, and Invoice links not opening was caused by the Mac Encoding.
    The problem with the Payment and Purchase Order was caused by this being commented out...

    File: YOUR_ADMIN_FOLDER/includes/extra_datafiles/super_orders_defines.php
    PHP Code:
    define('FILENAME_SUPER_PAYMENTS''super_payments'); 
    Thanks.. that's much clearer.. yes submitting the updates to the downloads is the right way to address this.. and it was my bad on commenting out the super_payments define.. so nice catch..

    I have some further MINOR updates (some PHP 5.3 compatibility updates that got overlooked) to make so I will wait for your version to be approved and then submit the updates I have..
    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
    Sep 2006
    Posts
    142
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by cherven View Post
    For anybody who is having issues, try the fixed version here:
    http://www.2shared.com/file/LDQccxnW...0-4_final.html

    I changed all the files to Unix Encoding, Instead of mac, and mixed (which was causing problems for me)
    I Also fixed the problem when clicking on Payment or Purchase Order.

    Let me know if this solves your problems, and if any problems still exist.
    Thank you! Your set of files were the proper solution for all the issues I was having, and everything is now working correctly!

  3. #23
    Join Date
    Dec 2008
    Location
    Saratoga Springs, NY
    Posts
    25
    Plugin Contributions
    1

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by paperthreads View Post
    Thank you! Your set of files were the proper solution for all the issues I was having, and everything is now working correctly!
    Your welcome! Let us know if you find anymore bugs.

  4. #24
    Join Date
    Aug 2009
    Location
    Longs, SC
    Posts
    626
    Plugin Contributions
    2

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by DivaVocals View Post
    I did not create any kind of 4.02 to 4.03 patch fileset..

    to update 4.0.2 to 4.0.3, download 4.0.3.. Login into admin.. re-upload all the files in the "Base Files" folder -- making sure to make all the correct admin and template folder changes as requires.. (I am in the airport and I cannot remember ALL the file changes.. I just know they are in the "Base Files" folder). Click any link in the admin to re-run the auto-installer.. Should make all the changes you are looking for..

    ETA: the invoice file in the "Core Files" folder also changed.. Just to be SURE you got ALL the changes.. I would simply just re-install the entire package..
    Thanks Diva,
    I'll reinstall to pick up all the changes. Thanks for the help! Hope you're going someplace good.

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

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by badarac View Post
    Thanks Diva,
    I'll reinstall to pick up all the changes. Thanks for the help! Hope you're going someplace good.
    The new version should set you right..

    I was actually coming back when I wrote my other post from the airport.. Went drag racing this weekend!! Whoo hoo!! My hubby is in the chase for the championship for his particular class in this particular sanctioning body!!
    Last edited by DivaVocals; 25 Sep 2012 at 08:53 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.

  6. #26
    Join Date
    Jul 2011
    Posts
    22
    Plugin Contributions
    1

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by DivaVocals View Post
    It would be helpful to provide details of this issue... Also it's better if you send potential bugfixes to me to test, evaluate and re-submit, OR you can submit an update to the downloads section.. This is better than having folks having to download two sets of files to install this add-on..
    Hi Diva

    Just one issue or at least I haven't seen it on the forum and one question, The issue I have hopefully sorted myself. Which is; while on SO, say you wanted to send a customer an email, you would click on the name and then be directed to the email creation page; no problem there... However, if you decided not to email them after all, the obvious choice would be is to hit cancel. This is where I found the error. It tries to redirect back to super_orders.php. As you know this file no-longer exists.

    This is my edited result from admin/orders.php

    replace line 1755 with:

    echo '<a href="' . zen_href_link(FILENAME_MAIL, 'origin=orders.php&mode=NONSSL&selected_box=tools&customer=' . $orders->fields['customers_email_address'] . '&cID=' . $orders->fields['customers_id'], 'NONSSL') . '">' . $orders->fields['customers_name'] . '</a>';
    ?>

    It now sends you back to the orders page and not a white screen with url not found on this server.

    Now the question...
    The only parts that we ask of super orders is to batch print and batch email along with tracking and edit orders. Batch printing works perfectly although very slow, maybe because we have many thousands of orders on our server. However, we have no use for the "Order Payment Data" part of SO. Not because we don't like it but because it doesn't work for our system. We use paypal express and Realex redirect card payments. Although you have seemingly fixed the paypal ipn promlem from v3. Our result is zero price and a date of 30-11-1999 logged for every sale within the green bar. I can only assume this is a communication problem between paypal and our server. As we are trying to save time, we don't want to edit every sale to update with price. With the original zencart orders.php, we are getting the price from paypal and all works normally. With the payment data in so it doesn't seem to collect the amount which is obviously there and gives the result £0.00, then uses the correct amount stored on the sever as a balance due. As for the Realex, there is no green bar and an invoice that says the customer still needs to pay the balance. I have already sorted the invoice by removing the code that creates the amount supplied and balance due part.

    My question is, Can I scrap the whole super orders "order.php" file and use my old joint edit and tracking orders.php and just use your links to the batch print and email or is there other parts of orders.php that interfers with the batch mods.

    Many thanks even if you can find the time even to read this, I know you must be very busy.

  7. #27
    Join Date
    Jul 2011
    Posts
    22
    Plugin Contributions
    1

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by honda-crunch View Post
    Hi Diva
    Although you have seemingly fixed the paypal ipn promlem from v3. Our result is zero price and a date of 30-11-1999 logged for every sale within the green bar. I can only assume this is a communication problem between paypal and our server.
    Hi Diva

    I do believe I have fixed the issue with the order payment data not working correctly with Paypal. However it has given another headache. After searching the paypal forum. DrByte (the Paypal expert) gave me a big clue.. He says that if you use paypal pro, communication is very poor between Paypal and zencart's IPN so it doesn't always work; hence why we never recieved full IPN data. He also goes on to say the only proper system to work with zencart is express checkout. As we do not use paypal pro any more (due to paypals RIP-OFF costs) I switched my Paypal express settings mode from payflow-uk to paypal. It now receives IPN data properly and uses it correctly in your super orders "order payment data". As for the headache, It would be too easy to say all is ok. While new orders work fine, if I open and close an older order processed with payflow-uk; its doesn't crash but gives the following warning: "There was a problem retrieving transaction details. (Transaction refused because of an invalid argument. See additional error messages for details.) 10004"
    I found out this is due to the two different paypal modes. This can be fixed by changing the paypal mode back to payflow-uk but once the order has gone through successfully, how many times are you going to open old orders. If refund is required from an old order, we can always do it directly from paypal's website.

    Obviously not your problem but it may help others getting the same issue.

    It would be nice to know; for future reference, if it is possible to retrieve and use data from redirect payment methods such as our Realex module which directs customers to a secure server after the sale then back to us to complete. At present, super orders assumes that the order has not been paid thus giving no payment data.

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

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by honda-crunch View Post
    It would be nice to know; for future reference, if it is possible to retrieve and use data from redirect payment methods such as our Realex module which directs customers to a secure server after the sale then back to us to complete. At present, super orders assumes that the order has not been paid thus giving no payment data.
    As I always say, it's software so the answer to "is it possible to do X" is "yes probably".

    HOW to achieve that is a question I cannot answer as whatever code is required would have to be written so that the Super Orders payment data can be captured from the Realex module, and I know nothing about this particular payment module. In order to work there needs to be a means to capture the Realex payment data and convert that data into a Super Orders payment record. (This is how the code for converting credit card transactions and PayPal transactions into Super Orders payment records works)
    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
    Aug 2012
    Posts
    134
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Didn't see anyone else mention this, when I try to print an invoice a new window opens, but it is blank. In the log files it shows: Invalid CRT parameters detected

  10. #30
    Join Date
    Aug 2009
    Location
    Longs, SC
    Posts
    626
    Plugin Contributions
    2

    Default Re: Super Orders v4.0 Support Thread

    I upgraded my clients site to the 4.0.4 level and found a couple problems.

    The version in the sql is being set to 4.0.2. Easily fixed in the admin/config but incorrect none the less.

    The new version fixed the problem with the add on admin profiles not having the authority to print. That's the good news. The bad news is that for some reason I was not able to update existing profiles to select the new checkboxes for SO. I clicked update and when I accessed the profile again the checkboxes were blank. I ended up creating brand new profiles which saved fine.

    Batch form print generates html that will not page break in IE. It worked fine in Firefox. The pages just run together. I had to make a change to invoice.php and packingslip.php removing the div and replacing it with br. The old code was:
    PHP Code:
    <div style="page-break-before:always"><span style="display: none;">&nbsp;</span></div
    and the change was:
    PHP Code:
    <br style="page-break-before:always"><span style="display: none;">&nbsp;</span

 

 
Page 3 of 80 FirstFirst 123451353 ... LastLast

Similar Threads

  1. v150 Edit Orders v4.0 Support Thread
    By DivaVocals in forum Addon Admin Tools
    Replies: 1782
    Last Post: 7 Mar 2024, 11:56 PM
  2. Edit Orders v3.0 for ZC 1.3.9 [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 656
    Last Post: 18 Apr 2016, 06:28 PM
  3. v139h Super Orders v3.0 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1018
    Last Post: 28 Apr 2014, 11:38 PM
  4. OLD Super Orders 2.0 (See v3.0 thread instead)
    By BlindSide in forum All Other Contributions/Addons
    Replies: 2019
    Last Post: 17 Jan 2012, 05:43 AM
  5. RE: Super Orders v3.0 Support Thread
    By Johnnyd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Jun 2011, 09:28 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