Page 44 of 80 FirstFirst ... 34424344454654 ... LastLast
Results 431 to 440 of 798
  1. #431
    Join Date
    Jun 2012
    Location
    California
    Posts
    202
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    100% understood.
    Thank You for your support.

  2. #432
    Join Date
    Jul 2006
    Location
    Johannesburg
    Posts
    447
    Plugin Contributions
    1

    Default Re: Super Orders v4.0 Support Thread

    After applying the changes for 1.5.3 I am getting the following error when capturing payments.

    PHP Fatal error: Call to a member function Insert_ID() on a non-object in /home/xxxxx/public_html/xxxxxx/xxxxxx/includes/classes/super_order.php on line 399
    The payment is still stored but the status is not updated. The following screen is also blank and not the usual "click to close and return" screen.

    Any idea what I am doing wrong?

  3. #433
    Join Date
    Oct 2011
    Posts
    168
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by DivaVocals View Post
    Go for it.... because I was about to pull out the PDF packing slip from the next release. The contributor of the PDF packing slip feature has LONG since slipped away into the ether, and though I tried, updating FPDF to the latest version of the library has proven to be more difficult than my meager skillset.

    Before you start this work, there is a v1.5.3 compatible version in my Github repo. Another community member (jeking) contributed the 1.5.3 updates.. Suggest starting from there maybe???

    https://github.com/DivaVocals/zen_SuperOrders
    Hi DivaVocals
    I downloaded the files and found some error in the \2a_Modified_Core_Files\YOUR_ADMIN\orders.php:
    First, there are 34 <table and 35</table. They aren't pairs. The code is too complicated for me to find the extra one.
    Second, on line line776 and 781 close tag should be </td>

  4. #434
    Join Date
    Dec 2011
    Posts
    23
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Hi, I appreciate any assistance. I installed Super Orders ver 4.1 earlier this year. Now I see the latest posted here is 4.0.9 so I'm confused already. I'm running ver 1.51 of Zencart which was a fresh manual install and not upgraded from a prior version.

    But my problems have occurred when I recently needed to edit orders. My first use of Edit orders, Hitting either "Update" button after changing the quantity of a line item resulted in a blank whit screen. I was only able to edit a line item total dollar amounts but shipping based on new weight and totals did not change nor was I able to manually change them.

    Yesterday I had a need to to add products and although I was able to select the additional product, I wind up with the same white blank screen when hitting the "Add Now" button. The occasional need to edit orders have resulted in frustration and the need to create a completely manual invoice for the customer as well. Thank you

  5. #435
    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 landron View Post
    Hi, I appreciate any assistance. I installed Super Orders ver 4.1 earlier this year. Now I see the latest posted here is 4.0.9 so I'm confused already. I'm running ver 1.51 of Zencart which was a fresh manual install and not upgraded from a prior version.

    But my problems have occurred when I recently needed to edit orders. My first use of Edit orders, Hitting either "Update" button after changing the quantity of a line item resulted in a blank whit screen. I was only able to edit a line item total dollar amounts but shipping based on new weight and totals did not change nor was I able to manually change them.

    Yesterday I had a need to to add products and although I was able to select the additional product, I wind up with the same white blank screen when hitting the "Add Now" button. The occasional need to edit orders have resulted in frustration and the need to create a completely manual invoice for the customer as well. Thank you
    Issues with EDIT ORDERS needs to be posted on the EDIT ORDERS support page..
    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. #436
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by ShopVille View Post
    I'm using super orders with zc 1.5.0 suddenly when trying to batch sttus update i get to a page not found https://www.mywebsite.com/admin/supe...n=batch_status

    No new plugins installed since when it was working
    Issue was invalid characters that were being interpreted as php

  7. #437
    Join Date
    Jul 2014
    Location
    Boston, MA, USA
    Posts
    47
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    I'm trying to install SuperOrders, but the ReadMe file will only show me the Purpose and Aims. I can't click any of the other linked areas. Well, I can, but it doesn't change anything. Since there are multiple file folders for installation, I am not comfortable just assuming I need folder #1. Is there any way to get the full ReadMe file? Thanks in advance.

    DML

  8. #438
    Join Date
    Jul 2014
    Location
    Boston, MA, USA
    Posts
    47
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Never mind. I downloaded it again and unzipped again. I must have had a fouled download the first time.

    Thanks anyway.
    DML

  9. #439
    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 su35 View Post
    Hi DivaVocals
    I downloaded the files and found some error in the \2a_Modified_Core_Files\YOUR_ADMIN\orders.php:
    First, there are 34 <table and 35</table. They aren't pairs. The code is too complicated for me to find the extra one.
    Second, on line line776 and 781 close tag should be </td>
    I made the second fix because it was easy..

    As far as I know all the <table> tags are all paired up in the RENDERED orders.php page.. Even if they aren't I have NO PLANS to try and chase this down at all because honestly there are BIGGER issues with the tables in the orders.php file like:

    • FORMS inside tables
    • width attribute on the table element is obsolete
    • cellspacing attribute on the table element
    • cellpadding attribute on the table element is obsolete
    • border attribute on the table element is obsolete
    • align attribute on the td element is obsolete
    • valign attribute on the td element is obsolete
    • height attribute on the td element is obsolete
    • width attribute on the td element is obsolete
    • border attribute is obsolete


    That said, like jeking did if you want to fork the Super Order repo and submit a pull request with a fix for this, I am happy to welcome your contribution.. But this isn't a serious enough issue for me to worry about. I would be more inclined to deal with re-vamping the orders.php page altogether to get rid of ALL the invalid HTML and tables.. And honestly all of these formatting issues are inherent in the default Zen Cart v1.3/v1.5 orders.php which Super Orders only enhances..
    Last edited by DivaVocals; 1 Jan 2015 at 04:53 AM.
    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. #440
    Join Date
    Dec 2006
    Location
    Hudson Valley, New York USA
    Posts
    93
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Can anyone provide an update to the status of this plugin with regards to working in ZC 1.5.4? I see mention of different forks on GIThub but I don't see anyone saying the plugin is functioning fully for 1.5.3 or 1.5.4. If someone does have a working version (even if not fully tested) could they provide a link?

 

 
Page 44 of 80 FirstFirst ... 34424344454654 ... 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. 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