Page 127 of 202 FirstFirst ... 2777117125126127128129137177 ... LastLast
Results 1,261 to 1,270 of 2020
  1. #1261
    Join Date
    Feb 2009
    Posts
    13
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    I read through a b'jillion posts on this but can't find if this is workable off the shelf for 1.3.8

  2. #1262
    Join Date
    Jun 2006
    Location
    Koh Samui
    Posts
    122
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Quote Originally Posted by serrow View Post
    I read through a b'jillion posts on this but can't find if this is workable off the shelf for 1.3.8
    Yep, still working.
    [FONT="Verdana"]http://www.xlventures.eu[/FONT]

  3. #1263
    Join Date
    Apr 2006
    Location
    Midland TX
    Posts
    428
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Just installed 1.3.8 and installed "Super Order" after installation do not have "Super Order" text button to click on. What have I done wrong?

  4. #1264
    Join Date
    Sep 2008
    Posts
    605
    Plugin Contributions
    6

    Default Re: Super Orders 2.0

    most likely not got these files

    admin/includes/boxes/extra_boxes/super_orders_localization_dhtml.php
    admin/includes/boxes/extra_boxes/super_orders_reports_dhtml.php
    admin/includes/boxes/extra_boxes/super_orders_customers_dhtml.php

  5. #1265
    Join Date
    Apr 2006
    Location
    Midland TX
    Posts
    428
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Thanks Philip

    That sure got me going in the right direction. I found almost nothing was uploaded. I have been using FileZila and it showed it was transfering files and folders but when I check with File Manager nothing. I had to manually move the files and now it works perfectly.

    I have one more mod that is not working, now I know what to check.

    Larry

  6. #1266
    Join Date
    Apr 2006
    Location
    CA, USA
    Posts
    18
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    I have this problem after installed this super order 2.0 mod. after i clicked on the superorder link on the admin menu here is what i got:

    ID Customers Order Total Date Purchased Payment Method Status Action
    1054 Unknown column 'date_cancelled' in 'field list'
    in:
    [SELECT date_cancelled, date_completed FROM zen_orders WHERE orders_id = 1 AND (date_cancelled IS NOT NULL OR date_completed IS NOT NULL)]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    and more error when I clicked on more time.

    1054 Unknown column 'balance_due' in 'field list'
    in:
    [update zen_orders set balance_due = '297.69' where orders_id = 1]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    Please help me!!!!

    Thanks,

    Dave Jr.

  7. #1267
    Join Date
    Apr 2006
    Location
    CA, USA
    Posts
    18
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Quote Originally Posted by Dave2006 View Post
    I have this problem after installed this super order 2.0 mod. after i clicked on the superorder link on the admin menu here is what i got:

    ID Customers Order Total Date Purchased Payment Method Status Action
    1054 Unknown column 'date_cancelled' in 'field list'
    in:
    [SELECT date_cancelled, date_completed FROM zen_orders WHERE orders_id = 1 AND (date_cancelled IS NOT NULL OR date_completed IS NOT NULL)]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    and more error when I clicked on more time.

    1054 Unknown column 'balance_due' in 'field list'
    in:
    [update zen_orders set balance_due = '297.69' where orders_id = 1]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    Please help me!!!!

    Thanks,

    Dave Jr.
    I got it folks... I just had to edit the sql queries and re-run in the sql server.

    ORIGINAL from sql file:

    ALTER TABLE orders ADD date_completed datetime default NULL;
    ALTER TABLE orders ADD date_cancelled datetime default NULL;
    ALTER TABLE orders ADD balance_due decimal(14,2) default NULL;

    MODIFIED to:

    ALTER TABLE SUFFIX_orders ADD date_completed datetime default NULL;
    ALTER TABLE SUFFIX_orders ADD date_cancelled datetime default NULL;
    ALTER TABLE SUFFIX_orders ADD balance_due decimal(14,2) default NULL;

    Thank you.

    Dave Junior

  8. #1268
    Join Date
    Sep 2008
    Posts
    605
    Plugin Contributions
    6

    Default Re: Super Orders 2.0

    Err hi, you shouldn't need to alter the SQL if you paste it or upload to the Install SQL Patches box in Admin, as it "should" automatically substitute your table prefixes into the SQL that is unless you are using an external tool susch as phpMyAdmin. This woud suggest an element of misconfiguration in your current setup and you should check the DB_PREFIX in admin/includes/configure.php.

    philip.

  9. #1269
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Couple of stupid questions about super orders...

    1) Does the orange refund button actually process and send the refund or does it just deduct it from the order total?

    2) Are refunds recorded and itemized in any of the reports?

    Thanks.

  10. #1270
    Join Date
    Jan 2009
    Posts
    44
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Quote Originally Posted by rleepac View Post
    Did you figure this out or get an answer to this? I'm having the same problem. The total is right but under the tax column it just shows "none!"

    Anyone?
    still having a problem with the invoice where it shows a column for tax and it says None! but then the tax shows up correctly in the total column on the right.

    anyone know how to fix this?

    Bekah

 

 

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