Page 25 of 32 FirstFirst ... 152324252627 ... LastLast
Results 241 to 250 of 314
  1. #241
    Join Date
    Jan 2005
    Posts
    186
    Plugin Contributions
    0

    Default Re: 138 mods tested on 139

    Quote Originally Posted by Shane78 View Post
    UPDATE

    Working
    4.7MULTIADD version of Stock with Attributes (tested by jabula) add_customers_from_admin_105 << Version in contribs untested as it was retro hacked for PHP 4X (Tested by Melanie)
    Admin Notes Advanced (tested my me)
    admin_activity_report_1-3 (Tested by Melanie)
    Alternative Header (tested by me)
    Ask a question (tested by me)
    backup_mysql_plugin_v1-3 (Tested by Melanie)
    bettercategoriesezinfo_v1.3.5 (Tested by Clyde Jones)
    bookmark_sidebox_1 (tested by Delights)
    business_activity_report_1-5-0 (Tested by Melanie)
    Category Dressing (Tested by me)
    Checkout Amazon Style (Tested by Get Em Fast)
    CKeditor (Tested by Frank18) PHP5.3 READY
    Comodo Corner of Trust (Tested by JTheed )
    Contact Sidebox (tested by aeibc )
    Contest System 1.6.3 (Tested by skipwater)
    cross_sell_1-3-1 (Tested by Clyde Jones) www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=76 ) You need to scroll to the bottom of the page:
    Author: Granville:Version: 1.3.1 PHP5.3 READY
    cross_sell_advanced_1-0 (Tested by Clyde Jones) PHP5.3 READY
    Direct Bank Deposit – (USA / Australia (tested by DivaVocals, Delights,Frank18)
    Display Inc/Ex Tax or VAT Prices (Tested by me and im not very good at these things lol)
    Download Fetch 1.1 (Tested by skipwater)

    "easy populate 1.5.4 (tested by lankeeyankee)"

    Edit Orders (Tested by me)
    Encrypted Master Password (Tested by me)
    ezpages_meta_tag_fields_1-0 (Tested by Melanie)

    Should this read "easy populate 1.2.5.4 (tested by lankeeyankee)"? Just curious because this is one of the mods I am waiting for to upgrade.

    Thanks,
    Marc

  2. #242
    Join Date
    Jul 2009
    Posts
    126
    Plugin Contributions
    0

    Default Re: 138 mods tested on 139

    i have no problem using 1.2.5.4 at all! i'm no hero like the others here, not even an ep fan.. but for me it is working like a charm.

  3. #243
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,748
    Plugin Contributions
    0

    Default Re: 138 mods tested on 139

    Value GV-Mod not working with 1.3.9 (a,b,c)
    Version: 1.2.3
    Last Updated: Feb 04 2009
    Author: Beez & vike
    PHP 5.3 Compatible?: NO
    Mike
    GeekHost - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  4. #244
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: 138 mods tested on 139

    O.K. I removed the following lines from easypopulate 1.2.5.7 and it sort of works with 1.3.9c

    /* Line 127 of easypopulate.php/
    * Add your custom fields to this array
    *
    * these will automatically add the fields
    * in the necessary sql statement and other arrays
    * functions both import and export

    * NOTE: Currently just works on TABLE_PRODUCTS
    * REMOVED by Me to work it with 1.3.9c
    * $custom_fields == FALSE;
    *if(strlen(EASYPOPULATE_CONFIG_CUSTOM_FIELDS) > 0)
    *{
    * $custom_fields = *explode(',',EASYPOPULATE_CONFIG_CUSTOM_FIELDS);
    *}


    line 252 of easypopulate.php

    // 'EASYPOPULATE_CONFIG_CUSTOM_FIELDS',

    I am unable to upload EP file (it says it is uploaded, but it keeps looking into tmp dir instead of TempEP; it could be that I also tried 1.2.5.4 which is using temp and did not delete all that was necessary).
    If I ftp the file to TempEP it will populate the database.

    Veronika

  5. #245
    Join Date
    Apr 2010
    Location
    SAN DIEGO
    Posts
    25
    Plugin Contributions
    0

    Default Re: 138 mods tested on 139

    Quote Originally Posted by BlessIsaacola View Post
    Happy to report that Google Checkout V1.4.7 works with Zen Cart 1.3.9a PHP up to 5.2.13 (I don't have PHP 5.3 so I did not test it).

    To make GCO work, follow the installation instructions for 1.3.8a but make sure you apply the changes manually to 1.3.9a files.

    In my case it did not work because I had Prevent Spider Sessions set to TRUE on the admin side in Configurations - Sessions.

    If this is set to TRUE GCO doesn't work. The work around this is to turn this to false which is a bad idea because spiders can now start sessions with this enabled.

    An alternative option is to do the following:
    1. Open up /googlecheckout/resonsehandler.php
    2. Search for define('MODULE_PAYMENT_GOOGLECHECKOUT_MULTISOCKET', 'False');
    3. Immediately below it add this: define('SESSION_BLOCK_SPIDERS','False');


    It should look like this:

    PHP Code:
    error_reporting(E_ALL);

    // temporal disable of multisocket 
    define('MODULE_PAYMENT_GOOGLECHECKOUT_MULTISOCKET''False');
    define('SESSION_BLOCK_SPIDERS','False'); 
    There is a suggestion to Search for error_reporting(E_ALL); and change it to error_reporting(0); to stop it from throwing errors. I did not make this change and haven't noticed any error yet.

    You can also read up here (where I finally was able to figure out a way that work):
    forums.oscommerce.com/topic/272825-offical-google-checkout-module-for-oscommerce-support-thread/
    Wow It took me a long time to find this reply. Great posting! Best ever. Incidentally the complement information I have found is just not working as pie as this.
    Thank you so very much.

  6. #246
    Join Date
    Apr 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: 138 mods tested on 139

    I have just upgraded to 1.3.9d and upgraded stock with attributes to v1.4.10. I have not seen any mention of Stock with attributes v1.4.10. This seems to be working for me.
    Last edited by Enforcer16; 5 Jun 2010 at 08:30 AM. Reason: spelling

  7. #247
    Join Date
    Sep 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: 138 mods tested on 139


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

    Default Re: 138 mods tested on 139

    Quote Originally Posted by IdeaShop View Post
    Which version of SBA are these files for??
    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. #249
    Join Date
    Sep 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: 138 mods tested on 139

    Quote Originally Posted by DivaVocals View Post
    Which version of SBA are these files for??
    v4.7ajax

  10. #250
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: 138 mods tested on 139

    Has anyone tested Search Log Version: 2.0 ?

    Would be pleased to get some feedback

    Thanks / Frank

 

 
Page 25 of 32 FirstFirst ... 152324252627 ... LastLast

Similar Threads

  1. v153 Anyone tested 1.5.3 on MySQL 5.6 yet?
    By swguy in forum Installing on a Linux/Unix Server
    Replies: 6
    Last Post: 15 Oct 2014, 07:19 PM
  2. v150 Convert a template designed and tested on v1.3.9 to v1.5 ?
    By g00glethis1 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 15 Aug 2012, 07:34 AM
  3. Wich SQL to choose? upgr 138 to 139 or only sgl??
    By stefanl in forum Upgrading from 1.3.x to 1.3.9
    Replies: 39
    Last Post: 11 Jun 2010, 06:31 PM
  4. Improve 138 by cannibalizing from 139? [BAD IDEA]
    By Feznizzle in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 3 May 2010, 09:38 PM
  5. I have tested my site locally. how to move to server now?
    By weber in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Jul 2007, 03:06 PM

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