Page 192 of 202 FirstFirst ... 92142182190191192193194 ... LastLast
Results 1,911 to 1,920 of 2020
  1. #1911
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Super Orders 2.0

    Do not let the big scary SQL message throw you off.. The error message says EXACTLY what the issue is.. (You have attempted to enter a record into the so_payment_types table that already exists - Cash)

    See if Super Orders is working. Make sure all your payment types are there and if so then everything is fine..

    Quote Originally Posted by Rizla View Post
    Hope this is in the right place...
    Just learning Zen and have one site set up locally for testing. Super Orders 2 and other mods, so installed ok.

    Have my main site also on local server that will be the one uploaded to the web... so gives me an error when using the SQL installer from Zen.

    When I try to run the install SQL I get this for some reason:

    1062 Duplicate entry 'CA' for key 'type_code'
    in:
    [INSERT INTO so_payment_types VALUES (NULL, 1, 'CA', 'Cash');]
    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


    Is there a fix? I would like to run it on my main site if possible without doing a re-install.

    Thanks
    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. #1912
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Thanks for the reply...
    Trouble is it gives me that error and wont proceed to final install.

    I am cutting and pasting the install.sql into the SQL Query window.

    I'm on the latest Zen

    PS: SO is not there.... No menue's at all
    Last edited by Rizla; 16 Oct 2010 at 03:10 PM.

  3. #1913
    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 carlvt88 View Post
    Also, I've found recently that some transactions such as Reversal_Cancel aren't handled properly. This is not just my patch, but the IPN handler as well. I've posted this in the paypal EC support thread already.
    So to make sure I am clear, this is an issue even with the default orders.php correct??
    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. #1914
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    ignore ignore

  5. #1915
    Join Date
    Aug 2007
    Location
    Williston, Vermont
    Posts
    182
    Plugin Contributions
    1

    Default Re: Super Orders 2.0

    Yep, not an SO issue - it's a paypal EC / IPN issue.

  6. #1916
    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 carlvt88 View Post
    Yep, not an SO issue - it's a paypal EC / IPN issue.
    Got it.. Will look for the thread where you posted the issue..
    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. #1917
    Join Date
    Aug 2007
    Location
    Williston, Vermont
    Posts
    182
    Plugin Contributions
    1

    Default Re: Super Orders 2.0

    sorry -should have posted this in the first place:
    http://www.zen-cart.com/forum/showthread.php?t=165917

  8. #1918
    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 carlvt88 View Post
    sorry -should have posted this in the first place:
    http://www.zen-cart.com/forum/showthread.php?t=165917
    No worries.. I would have found it, but thanks for saving me the search..
    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. #1919
    Join Date
    Sep 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Using Zen Cart 1.3.9f

    Please can someone help?

    Super orders is working fine except in batch print. I am selecting the invoices I want to print but in IE8 I just get a blank page on the screen and the page print is blank.

    View source shows:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
    <html>
    <head>
    <title>Output Batch Print Job(super_invoice.php :: 4 pages :: 1 copies)</title>
    </head>
    <frameset rows="*,*,*,*">

    <frame src="super_invoice.php?oID=44361">
    <frame src="super_invoice.php?oID=44362">
    <frame src="super_invoice.php?oID=44364">
    <frame src="super_invoice.php?oID=44365">
    </frameset>
    </html>

    Also tried with google chrome and the invoices I want to print display fine but they all print as they appear on the screeon - list of the tops of the invoices on one page. I don't know of a setting in Chrome to print the frames on separate pages.

    I have reinstalled super orders. I am reluctant to go back to a backup that worked as I have made other improvements whilst setting up that I will lose.

    Help! Thanks. Cliff

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

    Default Re: Super Orders 2.0

    I've tested the batch printing feature in IE8, Firefox 3.x, Chrome and Safari, and I am unable to reproduce this issue..

    That said I'm inclined to believe that this is less of a Super Orders issue and more of a browser specific issue. In this case Internet Explorer. The mostly likely causes are the compatibility view settings or your security settings or a combination of both.. Found this in a quick Google search it might help get you on the road to correcting this.

    Tools>Internet Options - Security tab, click "Reset all zones to default"

    If your web pages do not work in a version of IE but does work in the 'other' browsers then it is because of IE's security zone settings.

    Always target IE's default security zone settings. What zones are your index and frameset pages loading in?


    Also validate your frameset (index) and iframe page at validator.w3.org (F12>Validate>Markup). IE is now more standards compliant and is less
    tolerant of malformed markup (viz... does not fill in the blanks).

    Usually during testing I turn off "Automatically recover from rendering errors with Compatibility View" on the Advanced tab of Internet Options to
    make sure IE8 DOES NOT try to correct my mistakes with compatibility view. Code to the standards of your chosen DTD and IE works fine, feed it junk and it can choke or trip to IE7 emulation mode.
    I've confirmed that the frameset HTML generated by the batch invoices is valid HTML so this means that the "super_batch_forms.php" is coded to generate a valid output.. Therefore the only other probable issue is that your settings in IE8 are preventing the visual display of the output.



    Quote Originally Posted by cliff smith View Post
    Using Zen Cart 1.3.9f

    Please can someone help?

    Super orders is working fine except in batch print. I am selecting the invoices I want to print but in IE8 I just get a blank page on the screen and the page print is blank.

    View source shows:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
    <html>
    <head>
    <title>Output Batch Print Job(super_invoice.php :: 4 pages :: 1 copies)</title>
    </head>
    <frameset rows="*,*,*,*">

    <frame src="super_invoice.php?oID=44361">
    <frame src="super_invoice.php?oID=44362">
    <frame src="super_invoice.php?oID=44364">
    <frame src="super_invoice.php?oID=44365">
    </frameset>
    </html>

    Also tried with google chrome and the invoices I want to print display fine but they all print as they appear on the screeon - list of the tops of the invoices on one page. I don't know of a setting in Chrome to print the frames on separate pages.

    I have reinstalled super orders. I am reluctant to go back to a backup that worked as I have made other improvements whilst setting up that I will lose.

    Help! Thanks. Cliff
    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