Page 46 of 102 FirstFirst ... 3644454647485696 ... LastLast
Results 451 to 460 of 1019
  1. #451
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by cjcraven View Post
    Re: Payment Types
    The simple workaround is to create a payment type for each language with a different code. Each language has a naming and code but only one of them actually seems to work, the others become duplicates and you get a db error.
    Actually that does NOT work because there is other Super Orders code (namely the code which drives auto payments for credit card payments) which is dependent on certain payment types being configured in a particular way. Additional language support in Super Orders will require some substantial re-writes to be done correctly..

    However, like I said I have a down and dirty workaround included in the upcoming release. It requires the use of a DB script to directly enter the payment types for additional languages.
    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. #452
    Join Date
    Aug 2004
    Location
    Osaka Japan
    Posts
    163
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by DivaVocals View Post
    I am not able to search for this right now.. (on a mobile device posting from a hospital)

    Search in this thread for "super_data_sheet.php".. The "Print" button prints the Super Data Sheet. I posted a fix in this support thread for that file.
    Is the fix in super_data_sheet.zip? I wish you a speedy recovery and thanks for helping from the hospital!

  3. #453
    Join Date
    Aug 2004
    Location
    Osaka Japan
    Posts
    163
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by DivaVocals View Post
    Actually that does NOT work because there is other Super Orders code (namely the code which drives auto payments for credit card payments) which is dependent on certain payment types being configured in a particular way. Additional language support in Super Orders will require some substantial re-writes to be done correctly..

    However, like I said I have a down and dirty workaround included in the upcoming release. It requires the use of a DB script to directly enter the payment types for additional languages.
    Nuts, I was hoping for the simple solution.

  4. #454
    Join Date
    Aug 2004
    Location
    Osaka Japan
    Posts
    163
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by cjcraven View Post
    Is the fix in super_data_sheet.zip? I wish you a speedy recovery and thanks for helping from the hospital!
    Yes that was the fix! Works fine except for minor Japanese language issues. The fix is in post #55 http://www.zen-cart.com/forum/showpo...6&postcount=55

  5. #455
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Had SO3 installed for a while now and although only used test orders it seemed fine.

    My site is beginning to receive orders and payment through paypal. However I have noticed that the payment details come through ok but the amount has not been applied automatically...
    Just wondered if this is correct and I have to manually apply payment or if I have a bad install? as there is no PayPal option in the manual method.

    Thanks

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

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by Rizla View Post
    Had SO3 installed for a while now and although only used test orders it seemed fine.

    My site is beginning to receive orders and payment through paypal. However I have noticed that the payment details come through ok but the amount has not been applied automatically...
    Just wondered if this is correct and I have to manually apply payment or if I have a bad install? as there is no PayPal option in the manual method.

    Thanks
    Several posts here already covering this topic -- quoted one of these posts for your reference..

    Short answer -- Auto payments for orders paid via PayPal is not working and will be addressed in the next release..


    Quote Originally Posted by DivaVocals View Post
    Status on the upcoming release (highlights):

    Super Orders Auto Payment Generation for PayPal Orders:
    So after a LOT of trial and error, I was able to fix the PayPal auto payments code.. Still dunno why the code in the current v3.0 fileset worked on my client's store.. (and still does) But no matter got it all working. Felt I needed to explain HOW the PayPal auto payments will be generated so that it is CLEAR how this functionality will work.

    A Super Orders payment record will be auto-created for PayPal paid orders if:

    • There is no existing Super Orders payment record for the order
    AND

    • The PAYPAL payment status is "Completed"
    IF BOTH conditions are true, then a Super Orders payment record will automatically be created for the order.




    NO AUTO PAYMENT will be generated if:

    • There is an existing Super Orders payment record for the order
    OR

    • The PAYPAL payment status (NOT THE ORDER STATUS) is NOT "Completed"



    The benefits to this are two-fold:

    • Super Orders payment records will generate for older orders now. (All you have to do is open the target order and the Super Orders payment record will be auto created for you!!)
    • Super Orders will not inadvertently generate a Super Orders payment record until the PayPal payment has been completed and cleared by PayPal. (preventing orders in which the payment is NOT "Completed" from being inadvertently marked as a paid order when in fact it is not) When the PayPal payment status is updated (an automatic Zen Cart function), then the Super Orders payment record will automatically be created!


    Credit Card Auto Payment Generation Tweak:
    I decided to update the class file that auto generates Super Orders payments for credit card paid orders based on Blindside's post here:
    http://www.zen-cart.com/forum/showpo...&postcount=207. (just the part of this code which relates to credit payments.. PayPal auto payments are handled differently)


    I meant to include this in the v3.0 release, but it slipped my mind..

    I liked the fact that it no longer hardcodes the credit card codes, and instead relies on the data in the Super Orders payments types table. IF a NEW credit card type is supported by Zen Cart, the only thing Super Orders users need to do is to create a corresponding Super Orders payment type (the Super Orders payment code must match the corresponding credit card as it does now for supported credit cards).. This is loads easier for all I think!!

    This will help keep people -- particularly newbies -- "out of the code" just to update the module.. Having to edit module files is often where things go wrong for newbies..

    Just so it's clear -- Auto payment generation for credit cards is slightly different than the new PayPal auto payment generation.

    Auto payment generation for credit cards happens at the time of checkout. While PayPal auto payments are generated when the order is accessed from the Super Orders management screen.

    The reason for this difference has everything to do with the general assumption that credit card payments are collected at the time of the sale, while PayPal payments may not be confirmed until 24-28 hours after the order is completed.

    ===============================


    Got a lot ready for the next release (these are just some highlights).. I still have a few buglets left to grapple with.. I'll post here when I have additional updates on the next release.. (Please don't ask for an ETA.. I have to fit this work in between all my other obligations.. I am working as fast as my free time allows folks.. But I am hoping you will see something REALLY soon!)
    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.

  7. #457
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Arrh... Good news... Not me then ;))

    Thanks Diva (bet I was 1.5 pages off on back posts (

  8. #458
    Join Date
    Jan 2010
    Posts
    65
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    I'm using Reward Points module, but, when using Super Orders to delete a Order, the points are not being deducted from the customers account.

    Any feedback on this?

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

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by leilanddale View Post
    I'm using Reward Points module, but, when using Super Orders to delete a Order, the points are not being deducted from the customers account.

    Any feedback on this?
    If I had to take a swing at a guess, I'd say that Reward Points makes changes to orders.php. Whatever those changes are in the orders.php file to support this add-on must be included in super_orders.php to work with Super Orders.

    Not familiar with Rewards Points, and the issue is very specific to how that add-on works (not truly a Super Orders specific issue).. I'm afraid you'll have to get more details on the required changes on the Reward Points support thread.
    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.

  10. #460
    Join Date
    Apr 2010
    Posts
    133
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Any idea when the new version will be posted? I could have swore I read several months ago that a new version was submitted?

    I am looking forward to the "No Order Payment Data Available" being fixed!

 

 
Page 46 of 102 FirstFirst ... 3644454647485696 ... LastLast

Similar Threads

  1. v150 Edit Orders v4.0 Support Thread
    By DivaVocals in forum Addon Admin Tools
    Replies: 1786
    Last Post: 10 Apr 2024, 03:17 PM
  2. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 797
    Last Post: 23 Mar 2024, 06:51 AM
  3. 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
  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