Page 40 of 81 FirstFirst ... 30383940414250 ... LastLast
Results 391 to 400 of 805
  1. #391
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Quote Originally Posted by retched View Post
    So wait are you using this on a v1.3.9 installation?
    which would explain the issues since v1.3.9 has LONG not been supported by Super Orders.. and it's POSSIBLE that v1.5.1 & v1.5.0 will join v1.3.9 in the land of obsolescence..
    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. #392
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    681
    Plugin Contributions
    8

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    I'd rather ask this via PM but ehh...

    I'm going to ask a quick question that is likely going to get shot down but where exactly are the credit card numbers passed so that Super Orders obfubsicates it. I'm trying to find where I can get the first six numbers of them. I know they aren't stored in ZenCart's DB anymore but I see SO somehow collects them and obfubiscates it. I'd rather not mash up the CC processor code (Quickbooks Merchant Services) to do this so I was wondering where exactly are they being nerfed at?

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

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Quote Originally Posted by retched View Post
    I'd rather ask this via PM but ehh...

    I'm going to ask a quick question that is likely going to get shot down but where exactly are the credit card numbers passed so that Super Orders obfubsicates it. I'm trying to find where I can get the first six numbers of them. I know they aren't stored in ZenCart's DB anymore but I see SO somehow collects them and obfubiscates it. I'd rather not mash up the CC processor code (Quickbooks Merchant Services) to do this so I was wondering where exactly are they being nerfed at?
    That's a general Zen Cart question.. Super Orders does NOTHING with the credit card numbers.. It merely displays the obfuscated number you see..
    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. #394
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    681
    Plugin Contributions
    8

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Quote Originally Posted by DivaVocals View Post
    That's a general Zen Cart question.. Super Orders does NOTHING with the credit card numbers.. It merely displays the obfuscated number you see..
    I figured as much as I just reload (and resorted) the table and see that there are values... just not sure how they're getting in there... Figured SO was removing them somehow.

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

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Quote Originally Posted by retched View Post
    I figured as much as I just reload (and resorted) the table and see that there are values... just not sure how they're getting in there... Figured SO was removing them somehow.
    Nope.. Super Orders only displays what's in the DB.. It does not now nor never has modified credit card numbers.. You'll need to look at your payment module..
    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. #396
    Join Date
    Jan 2007
    Posts
    375
    Plugin Contributions
    3

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    <p>
    Hi, I am using PHP 5.4.30 with Super Order 4.0.9</p>
    <p>
    Super Order have this warning PHP log</p>
    <p>
    PHP Warning: mysql_query(): Access denied for user &#39;nobody&#39;@&#39;localhost&#39; (using password: NO) in /admin123/orders.php on line 1239</p>
    <p>
    PHP Warning: mysql_query(): A link to the server could not be established in /admin123/orders.php on line 1239</p>
    <p>
    PHP Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /admin123/orders.php on line 1240</p>
    <p>
    Where</p>
    <p>
    Line 1239 $result = mysql_query($dbc);</p>
    <p>
    Line 1240 $row = mysql_fetch_array ($result, MYSQL_NUM);</p>
    <p>
    on the original php files ...</p>
    <p>
    then I manual change Line 1239 to $result = $db-&gt;Execute($dbc);</p>
    <p>
    This pass the warning 1239 on the log, but the PHP warning 1240 still there. How to fix it for PHP 5.4.30? I am sure the same module can working with PHP 5.3.x no problems before ...</p>

  7. #397
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    681
    Plugin Contributions
    8

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Quote Originally Posted by explorer1979 View Post
    <p>
    Hi, I am using PHP 5.4.30 with Super Order 4.0.9</p>
    <p>
    Super Order have this warning PHP log</p>
    <p>
    PHP Warning: mysql_query(): Access denied for user &#39;nobody&#39;@&#39;localhost&#39; (using password: NO) in /admin123/orders.php on line 1239</p>
    <p>
    PHP Warning: mysql_query(): A link to the server could not be established in /admin123/orders.php on line 1239</p>
    <p>
    PHP Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /admin123/orders.php on line 1240</p>
    <p>
    Where</p>
    <p>
    Line 1239 $result = mysql_query($dbc);</p>
    <p>
    Line 1240 $row = mysql_fetch_array ($result, MYSQL_NUM);</p>
    <p>
    on the original php files ...</p>
    <p>
    then I manual change Line 1239 to $result = $db-&gt;Execute($dbc);</p>
    <p>
    This pass the warning 1239 on the log, but the PHP warning 1240 still there. How to fix it for PHP 5.4.30? I am sure the same module can working with PHP 5.3.x no problems before ...</p>
    What version of ZenCart are you running? It looks like this is a SuperOrders 4.0.9 being run on ZenCart 1.5.2 or 1.5.3?

  8. #398
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    I have a question that has probably been answered but I couldn't find the answer. If you go to admin customers/Batch Form Printing I have to scroll far right to see the search button.I have attached 2 screen shots. What causing this. zen cart version 1.5.1. I have looked at all merged files and nothing I really did had any affect on this I don't believe.

    Click image for larger version. 

Name:	super.jpg 
Views:	56 
Size:	20.8 KB 
ID:	14335 Click image for larger version. 

Name:	super2.jpg 
Views:	49 
Size:	11.2 KB 
ID:	14336
    Last edited by countrycharm; 28 Jul 2014 at 07:49 PM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Quote Originally Posted by countrycharm View Post
    I have a question that has probably been answered but I couldn't find the answer. If you go to admin customers/Batch Form Printing I have to scroll far right to see the search button.I have attached 2 screen shots. What causing this. zen cart version 1.5.1. I have looked at all merged files and nothing I really did had any affect on this I don't believe.

    Click image for larger version. 

Name:	super.jpg 
Views:	56 
Size:	20.8 KB 
ID:	14335 Click image for larger version. 

Name:	super2.jpg 
Views:	49 
Size:	11.2 KB 
ID:	14336
    Because you have something in that product dropdown that is stretching it out.. this is unique to your store.. not caused by Super Orders..
    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. #400
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    681
    Plugin Contributions
    8

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    This is the case of a REALLY long product name or category name, or possibly both.

 

 
Page 40 of 81 FirstFirst ... 30383940414250 ... LastLast

Similar Threads

  1. v150 Edit Orders v4.0 Support Thread
    By DivaVocals in forum Addon Admin Tools
    Replies: 1877
    Last Post: 6 May 2025, 05:10 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