Page 100 of 102 FirstFirst ... 50909899100101102 LastLast
Results 991 to 1,000 of 1019
  1. #991
    Join Date
    Jun 2013
    Location
    United States
    Posts
    19
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by dgantonacci View Post
    Can not seem to install a clean instance of plugin v.4.0.5. I renamed the Admin folders as instructed, made sure no files were in conflict, logged in to Admin, uploaded files, then clicked on any link.
    I get a blank screen and can not get in to Admin again without replacing all site files from backup. Any thoughts?
    Sorry... posted in wrong thread.

  2. #992
    Join Date
    Oct 2005
    Location
    Finland
    Posts
    186
    Plugin Contributions
    1

    help question Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

    Quote Originally Posted by DivaVocals View Post
    Payments made via Authorize.net, Linkpoint and PayPal are entered for you automatically.
    Could enyone point me in the right direction to figure out how this is done, as I wan't to look into doing it for t.ex. Klarna and DIBS too. Tried to search for any info, both on web and in files, but still no luck on that. :)

  3. #993
    Join Date
    Jul 2006
    Location
    Manchester
    Posts
    138
    Plugin Contributions
    1

    Default Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

    Quote Originally Posted by rued View Post
    Could enyone point me in the right direction to figure out how this is done, as I wan't to look into doing it for t.ex. Klarna and DIBS too. Tried to search for any info, both on web and in files, but still no luck on that. :)
    PayPal.... vaguely remember this one... the Cart needs a PayPal token or ID code and your login ID to link between them.

    When you create a PayPal account there is, somewhere, an option to create an ID token for your shopping carts.

    I remember that you need to take that token ID from your PayPal account and drop it into the PayPal checkout element in the cart.

    Now you will have to figure out the rest, where the PayPal creates the ID token and where to drop it into your checkout module. I've not touched it since setting up my cart three years ago so can't remember the exact details.

    Hope this helped.
    "Why dumb down when we can rise up?" Worldmaker / BonDevZone Store

  4. #994
    Join Date
    Oct 2005
    Location
    Finland
    Posts
    186
    Plugin Contributions
    1

    Default Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

    Thanks, not exactly what I needed - but I think I just have found what I really need.

    It's the "function verify_so_paypal_records()" or "function verify_ccpay_records()" in admin/includes/classes/super_order.php
    If I make similar functions for DIBS and Klarna I think it wil solve it. Will test and see. :)

  5. #995
    Join Date
    Nov 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

    I hope I am placing my query at right place.
    I am using Zen cart for last 1 year, (Still) I don't have payment getaway, customer placing an order and then making payment by cheque, DD etc. I have to cancel or delete some order because of non payment,
    Now I have register for TAX and I have to submit all the invoices to them, Now problem starts
    my invoice should be serially arranged, Zen cart giving Invoice number automatically to every order,
    sold or dispatched orders have some cancel or deleted orders in between. so sold invoice are not serial some invoice
    numbers are missing, I want to customize my Invoice layout and want Invoice number generated or given by admin if sale is completed by payment. and current Invoice ID show as order number.
    I have searched the net and found a problem for Opencart is my solution, in opencart invoice number is granted or generated by admin, can this be done by Super order or PDFOC ?? or is there any module available for this problem ??
    I did't find any solution for my problem, please help in this regard.
    I am not a coder and running my site by myself with lots of coding and help from you and forum.

    Thanks in advance.

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

    Default Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

    Quote Originally Posted by shamik View Post
    I hope I am placing my query at right place.
    I am using Zen cart for last 1 year, (Still) I don't have payment getaway, customer placing an order and then making payment by cheque, DD etc. I have to cancel or delete some order because of non payment,
    Now I have register for TAX and I have to submit all the invoices to them, Now problem starts
    my invoice should be serially arranged, Zen cart giving Invoice number automatically to every order,
    sold or dispatched orders have some cancel or deleted orders in between. so sold invoice are not serial some invoice
    numbers are missing, I want to customize my Invoice layout and want Invoice number generated or given by admin if sale is completed by payment. and current Invoice ID show as order number.
    I have searched the net and found a problem for Opencart is my solution, in opencart invoice number is granted or generated by admin, can this be done by Super order or PDFOC ?? or is there any module available for this problem ??
    I did't find any solution for my problem, please help in this regard.
    I am not a coder and running my site by myself with lots of coding and help from you and forum.

    Thanks in advance.
    It can be done.. Not an easy change and it's unlikely that someone will just SHARE a solution on the forum. So it's likely that you will have to INVEST in the services of a developer to create the code you want..

    Not gonna answer questions here regarding PDFOC ot any other module as that is off topic for the SUPER ORDERS SUPPORT thread.. If you want to ask this same question about other modules, post in their support threads or create another post to discuss..
    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. #997
    Join Date
    Sep 2006
    Posts
    163
    Plugin Contributions
    1

    Default Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

    Quote Originally Posted by shamik View Post
    my invoice should be serially arranged, Zen cart giving Invoice number automatically to every order,
    sold or dispatched orders have some cancel or deleted orders in between. so sold invoice are not serial some invoice
    numbers are missing, I want to customize my Invoice layout and want Invoice number generated or given by admin if sale is completed by payment. and current Invoice ID show as order number.
    You clearly don't understand the requirement for invoice numbers to be serially generated. They have to be serial, but they are! Every new invoice should have a number, even the ones that were cancelled. You should never delete invoices.

    Your problem is not understanding the requirements, not a shortcoming of Zen Cart. I maintain a couple of OpenCart stores as well as Zen Cart ones and I can tell you that switching to OpenCart would not solve your problem.

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

    Default Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

    Quote Originally Posted by hairydog View Post
    You clearly don't understand the requirement for invoice numbers to be serially generated. They have to be serial, but they are! Every new invoice should have a number, even the ones that were cancelled. You should never delete invoices.
    For whatever reason it would appear that he only wants to generate an invoice number when a sale is finalized (paid for) so his invoice numbers will not have gaps in the number sequence.. It's doable, but not without custom code to create a serialized invoice number that is NOT the order number..
    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. #999
    Join Date
    Oct 2005
    Location
    Finland
    Posts
    186
    Plugin Contributions
    1

    Default Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

    Quote Originally Posted by DivaVocals View Post
    For whatever reason it would appear that he only wants to generate an invoice number when a sale is finalized (paid for) so his invoice numbers will not have gaps in the number sequence..
    That is actually the accounting rules for some countries. It's a requirement. So I understand why he wants it. :)

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

    Default Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

    Quote Originally Posted by rued View Post
    That is actually the accounting rules for some countries. It's a requirement. So I understand why he wants it. :)
    I'm sure it is.. Actually why he wants it isn't important to me. I only be stated what he asked for so it was clear to others..
    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 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