Page 164 of 218 FirstFirst ... 64114154162163164165166174214 ... LastLast
Results 1,631 to 1,640 of 2177
  1. #1631
    Join Date
    Oct 2005
    Location
    Finland
    Posts
    186
    Plugin Contributions
    1

    Default Re: Bug on FEC?

    @Coins2012 - the solution is just a few posts up on this page ...
    http://www.zen-cart.com/showthread.p...25#post1221025

  2. #1632
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default Re: Bug on FEC?

    Quote Originally Posted by Coins2012 View Post
    I could use this also, did you find a fix?
    In ADMIN > CONFIGURATION > CUSTOMER DETAILS set Create Account Default Country ID to the default country. Please also make sure you are using the latest version of Fast and Easy Checkout available on Numinix.com.

  3. #1633
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,625
    Plugin Contributions
    123

    Default Re: Bug on FEC?

    There are some bugs in the way Gift Wrap was integrated into this module.
    These bugs are present in 1.10.0 (for 1.5.x) and 1.8.2 (for 1.3.9).

    In admin/orders.php, in the block

    Code:
           while (!$orders_doublebox->EOF) {
              $pos = -1;
              for ($i=0, $n=sizeof($order->products); $i<$n; $i++) {
                  if ($order->products[$i]['orders_products_id'] ==
                      $orders_doublebox->fields['orders_products_id']) {
                      $pos = $i;
                      break;
                  }
              }
              ...
    change

    if ($order->products[$i]['orders_products_id'] ==

    to

    if ($order->products[$i]['id'] ==

    (same change in admin/packingslip.php)

    Note that this is the 1.5 code; in 1.3.9, the $orders_doublebox variable is called $orders_wrapping. But 1.3.9 has the same bug.

    Then in includes/classes/order.php, change the block

    Code:
                $sql_data_array = array('orders_id' => $zf_insert_id,
                                        'orders_products_id' => $order_products_id,
                                        'wrap' => $wrapsettings[$prid][$q]
                                        );
    to

    Code:
                $sql_data_array = array('orders_id' => $zf_insert_id,
                                        'orders_products_id' => zen_get_prid($this->products[$i]['id']), 
                                        'wrap' => $wrapsettings[$prid][$q]
                                        );
    Last edited by swguy; 2 Nov 2013 at 10:28 PM.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #1634
    Join Date
    Oct 2005
    Location
    Finland
    Posts
    186
    Plugin Contributions
    1

    Default Re: Bug on FEC?

    Great to hear that you have finally fixed the country issue in your latest version numinix.
    But isn't your contribution being updated here at this site, since you point to your own site?
    This one is outdated you say http://www.zen-cart.com/downloads.php?do=file&id=594 ?

  5. #1635
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default Re: Bug on FEC?

    Quote Originally Posted by rued View Post
    Great to hear that you have finally fixed the country issue in your latest version numinix.
    But isn't your contribution being updated here at this site, since you point to your own site?
    This one is outdated you say http://www.zen-cart.com/downloads.php?do=file&id=594 ?
    You're welcome, although this bug was probably fixed years ago.

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

    Default Re: Bug on FEC?

    Quote Originally Posted by rued View Post
    Great to hear that you have finally fixed the country issue in your latest version numinix.
    But isn't your contribution being updated here at this site, since you point to your own site?
    This one is outdated you say http://www.zen-cart.com/downloads.php?do=file&id=594 ?
    Point to their own site?? Ummmm no unless the forum rules have changed..

    The confusion comes from the fact that Numinix no longer updates ANY of it's free modules on THIS site.. they only update them on their own site.. The MOST recent version of this module is available ONLY on the Numinix site.
    Author: Numinix

    Version: 1.14.0
    Update added on: 2013-11-01 17:36:47
    They also do not post in the support threads for their modules very often on this site. So unless someone tells you this, you will not know.. Many of the problems reported in this support thread are due to not having the most recent version..

    BUT...

    Every now and then someone from the community may be nice and upload the latest version of one of Numinix's module's to this site.. The last person to do this was jackie.taferner.
    Fast and Easy Checkout for Zen Cart - Version: 1.10.0

    Original Author numinix
    Last Updated by jackie.taferner - 16 Mar 2012
    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. #1637
    Join Date
    Oct 2005
    Location
    Finland
    Posts
    186
    Plugin Contributions
    1

    Default Re: Bug on FEC?

    Quote Originally Posted by DivaVocals View Post
    Point to their own site?? Ummmm no unless the forum rules have changed..
    Surely does:
    Quote Originally Posted by numinix View Post
    Please also make sure you are using the latest version of Fast and Easy Checkout available on Numinix.com.
    Quote Originally Posted by numinix View Post
    You're welcome, although this bug was probably fixed years ago.
    If that's the case you should really keep your listing updated, as it's not included.

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

    Default Re: Bug on FEC?

    Quote Originally Posted by rued View Post
    Surely does:



    If that's the case you should really keep your listing updated, as it's not included.
    as I said.. Numinix no longer updates ANY of it's free modules on THIS site.. they only update them on their own site.. been that way for a while..
    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. #1639
    Join Date
    Oct 2005
    Location
    Finland
    Posts
    186
    Plugin Contributions
    1

    Default Re: Bug on FEC?

    Saw you did. Just pointing it out, as it's useless to list it here - and just post that it's fixed elsewhere. That's just self promotion, hoping to sell more services I guess. :)

    Also saw this http://www.zen-cart.com/faq.php?faq=...aq_do_and_dont

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

    Default Re: Bug on FEC?

    Quote Originally Posted by rued View Post
    Saw you did. Just pointing it out, as it's useless to list it here - and just post that it's fixed elsewhere.
    You get no disagreement from me..

    However, it doesn't appear that Numinix plans to resume updating their fee modules here on this site.. Apparently, they will continue to make the rare/occasional appearance in the support threads still active on this forum to let folks know that they don't update their modules by reminding us that the version available here is out of date.. and then occasionally some community member will update the version available here by downloading it from the Numinix site and uploading it here.. and as long as this is the status quo of things, there will always be a GAP between what's available here and what the latest version of any Numinix module actually is.. **shrugs**
    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. Replies: 4
    Last Post: 25 Jan 2012, 07:37 PM
  2. Fast and Easy Checkout - Checkout Without Account not showing
    By Lee-oh in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 3 Feb 2010, 05:09 PM
  3. Go To Checkout Error - with Fast and Easy Checkout installed
    By RFree190 in forum General Questions
    Replies: 3
    Last Post: 10 Mar 2009, 07:08 AM
  4. checkout page not redirect (Fast and Easy Checkout module)
    By wowemall in forum Addon Templates
    Replies: 0
    Last Post: 27 Sep 2008, 02:36 PM
  5. Fast and Easy Checkout
    By cmes in forum General Questions
    Replies: 5
    Last Post: 15 Feb 2008, 04:07 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