Page 165 of 202 FirstFirst ... 65115155163164165166167175 ... LastLast
Results 1,641 to 1,650 of 2020
  1. #1641
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Super Orders 2.0

    Quote Originally Posted by globalmemory View Post
    Yes it has been modified. I'll get my programmer to modify the code so that it defaults to the default currency during checkout. Thanks for your input.
    Did your programmer use code previously posted in this thread to add PayPal auto payment?? It helps the community if you can report the FULL story.. (Especially if you are using code that's been previously posted)

    FYI, it's helpful when posting in a support thread to let folks know that you've made modifications to the default code.. It would have saved us all a bit of back and forth posting..
    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. #1642
    Join Date
    Sep 2007
    Location
    Herne Bay, Kent, England
    Posts
    182
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Quote Originally Posted by topcat24 View Post
    You can look at the Paypal automatically added to Super Orders from the post http://www.zen-cart.com/forum/showth...532#post611532
    I have added the code and it has been working on our site for the last year
    Many thanks for that topcat24, and to you as well DivaVocals. I only accept payment from Paypal in £'s so I should be alright shouldn't I?

    Philip

  3. #1643
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Super Orders 2.0

    Quote Originally Posted by philip56 View Post
    Many thanks for that topcat24, and to you as well DivaVocals. I only accept payment from Paypal in £'s so I should be alright shouldn't I?

    Philip
    Depends on what you mean by "accept £".

    For example: My client only accepts USD for payment, but supports multiple currencies so that her customers can SEE their order in their national currency versus USD. However, her PayPal account is set up so that she only receives payments in USD. If the customer selected a different currency for their order, in Zen Cart the order details are displayed in the currency her customer placed their order in (See image)


    In other words, the ORDER details will be in the currency selected by the customer, but the PAYMENT received will be in the default currency.

    Please note that the balance due shown is in the default currency (USD) and payments entered are presumed to also be in this currency. So when a payment is entered, the balance due will be in USD. The code previously posted does not appear to handle the balance due conversion correctly. Again I haven't tested this (so I am hoping that someone who is using this code with multiple currency support will chime in here), but if I am correct, it means that the balance due calculations will be incorrect if you support multiple currencies.

    This is how the current Super Orders code deals with multiple currency orders when you apply a payment manually (or when credit card payments are auto-generated)
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	SuperOrdersGBP.jpg 
Views:	142 
Size:	10.0 KB 
ID:	7229   Click image for larger version. 

Name:	SuperOrdersGBP_Paid.jpg 
Views:	158 
Size:	15.6 KB 
ID:	7230  
    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.

  4. #1644
    Join Date
    Sep 2008
    Posts
    64
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Quote Originally Posted by DivaVocals View Post
    Did your programmer use code previously posted in this thread to add PayPal auto payment?? It helps the community if you can report the FULL story.. (Especially if you are using code that's been previously posted)

    FYI, it's helpful when posting in a support thread to let folks know that you've made modifications to the default code.. It would have saved us all a bit of back and forth posting..
    Sorry but there have been many modifications made a while ago and i can't remember all of them.
    Regards,

    GM

  5. #1645
    Join Date
    Sep 2007
    Location
    Herne Bay, Kent, England
    Posts
    182
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Quote Originally Posted by DivaVocals View Post
    Depends on what you mean by "accept £".

    For example: My client only accepts USD for payment, but supports multiple currencies so that her customers can SEE their order in their national currency versus USD. However, her PayPal account is set up so that she only receives payments in USD. If the customer selected a different currency for their order, in Zen Cart the order details are displayed in the currency her customer placed their order in (See image)


    In other words, the ORDER details will be in the currency selected by the customer, but the PAYMENT received will be in the default currency.

    Please note that the balance due shown is in the default currency (USD) and payments entered are presumed to also be in this currency. So when a payment is entered, the balance due will be in USD. The code previously posted does not appear to handle the balance due conversion correctly. Again I haven't tested this (so I am hoping that someone who is using this code with multiple currency support will chime in here), but if I am correct, it means that the balance due calculations will be incorrect if you support multiple currencies.

    This is how the current Super Orders code deals with multiple currency orders when you apply a payment manually (or when credit card payments are auto-generated)
    I see. Frankly I'm not sure how I can tell if my site accepts multiple currencies. (Where do I look)? I certainly hope not. (I operate on the KISS principal)! I do know that the £ is our default currency, Switch To Default Language Currency is set to false and Language selector is set to default.

    Only a separate issue, I see you have tidied up the code that send out messages to customers. Does the payment received message actually go now? I currently get round that one by sending the message manually but it's a bit of a pain.

    Regards

    Philip

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

    Default Re: Super Orders 2.0

    Quote Originally Posted by globalmemory View Post
    Sorry but there have been many modifications made a while ago and i can't remember all of them.
    I understand when you have lots of modules installed that it may be tough to remember them all off the top of your head... But remember that I asked you THREE times about whether or not you had made modifications to THIS module. It took a NUMBER of posts before you FINALLY revealed that YES, Super Orders had indeed been modified (as I suspected it had been)..

    It helps the rest of the community when we SHARE what we learn with the rest of the community.. For example IF your issue would have really been a bug with Super Orders, others would benefit from knowing that a bug existed, and more importantly how to resolve it.

    In that spirit, it would be nice if you could SHARE with the community and confirm if the modifications you made to Super Orders are in fact from code posted on this forum?? If yes, it would be nice to know was it the same code posted here:
    http://www.zen-cart.com/forum/showpo...postcount=1116

    AND

    http://www.zen-cart.com/forum/showpo...postcount=1117

    This way we can confirm that there is indeed a possible (as yet untested/unconfirmed) issue if this code is used..
    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. #1647
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Super Orders 2.0

    Quote Originally Posted by philip56 View Post
    I see. Frankly I'm not sure how I can tell if my site accepts multiple currencies. (Where do I look)? I certainly hope not. (I operate on the KISS principal)! I do know that the £ is our default currency, Switch To Default Language Currency is set to false and Language selector is set to default
    You would either have the currency sidebox or currency header box turned on so that your customers would be able to select an available currency..

    Quote Originally Posted by philip56 View Post
    Only a separate issue, I see you have tidied up the code that send out messages to customers. Does the payment received message actually go now? I currently get round that one by sending the message manually but it's a bit of a pain.
    I did tidy up the outbound message for order notes sent via the admin.. I also made notes which are not sent to the customer "admin notes" so they should no longer be viewable by the customer in the "My Account" area..

    As for payment messages, these messages never sent out anything more than the updated order status upon payment receipt to my knowledge, and I didn't do anything to add to this..
    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. #1648
    Join Date
    Sep 2007
    Location
    Herne Bay, Kent, England
    Posts
    182
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Quote Originally Posted by DivaVocals View Post
    You would either have the currency sidebox or currency header box turned on so that your customers would be able to select an available currency..

    I did tidy up the outbound message for order notes sent via the admin.. I also made notes which are not sent to the customer "admin notes" so they should no longer be viewable by the customer in the "My Account" area..

    As for payment messages, these messages never sent out anything more than the updated order status upon payment receipt to my knowledge, and I didn't do anything to add to this..
    Thank you very much DivaVocals, I appreciate that reply. I have the currency sidebox turned on at the moment - I think it can go. For trademark reasons which only trade within the EU. Most other members use the Euro with the exception of some of the newer eastern European members, but they must switch within a very few years of accession.

  9. #1649
    Join Date
    Jan 2008
    Posts
    39
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    I love Super Orders 2.0 for it's functionality and ease when looking at my customer orders!

    I was just wondering if it was possible to add a PayPal selection to the type of payment in the drop down menu. All my invoices show a balance due and I manually add the payment to each one but I just wanted the ease of adding "PayPal" if that is how my customer paid.

    Thanks in advance for any help or suggestions.

    Ben

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

    Default Re: Super Orders 2.0

    **deleted**
    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.

 

 

Similar Threads

  1. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 804
    Last Post: 18 Apr 2025, 12:04 AM
  2. 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
  3. 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
  4. Super Orders 2.0 postage marks with Super Orders
    By sketchhgal in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Mar 2009, 03:05 PM
  5. Edit Orders and Super Orders, anyone doing that?
    By swamyg1 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 4 Feb 2009, 06:03 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