Page 77 of 218 FirstFirst ... 2767757677787987127177 ... LastLast
Results 761 to 770 of 2177
  1. #761
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Fast and Easy Checkout for Zen Cart

    Just noticed a bug with the current version of Fast and Easy Checkout.

    If you view the Checkout page, then go to My Account page and change your address (to another country/zone that has a different shipping charge), then go back to the Checkout page, you will find that the shipping charge is not updated at the top of the page within the Shopping Cart Content section.

    I hope all that made sense!

    Not a major bug, as the correct shipping rate is displayed further on down the page.

    Please let me know if you require any further information.

    All the best,

    Alex

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

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by Lopi View Post
    Hello,
    I have a problem. If a customer orders without creating an account on the payment page for the selection of shipping is selected postage, but it shall not be registered in order to select a new postage when it is possible that the checkbox was unchecked by default? Or have a fix thank you

    Zen - 1.3.8a
    ???? ????

    I do not understand this post at all.. Can you try re-stating your issue again.. It is unclear what behavior/issue you are reporting..
    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.

  3. #763
    Join Date
    Jun 2005
    Posts
    309
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Since upgrading to FEC 1.7.3 I get a low stock warning on every order. The warning is set to zero, and stock messages what now have 0 stock send a normal message incliding "Stock: 0:" but items that I still have just say "Stock: " . Any ideas? Anyone else have this issue?
    2 + 2 = 5 for extremely large values of 2

    Pez Collectors Store

  4. #764
    Join Date
    Jun 2005
    Posts
    309
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Never mind. In includes/classes/order.php I replaced the new code from 1.7.3:
    PHP Code:
                $this->email_low_stock .=  'ID# ' zen_get_prid($this->products[$i]['id']) . ', ' $this->products[$i]['model'] . ', ' $this->products[$i]['name'] . ', ' 'Stock: ' $stock_left "\n\n";
              
    // kuroi: trigger and details for attribute low stock email
              
    } elseif ($attribute_stock_left <= STOCK_REORDER_LEVEL) {
                
    $this->email_low_stock .=  'ID# ' zen_get_prid($this->products[$i]['id']) . ', ' $this->products[$i]['model'] . ', ' $this->products[$i]['name'] . ', ';
                            foreach(
    $this->products[$i]['attributes'] as $attributes){
                                
    $this->email_low_stock .= $attributes['option'] . ': ' $attributes['value'] . ', ';
                            }
                            
    $this->email_low_stock .= 'Stock: ' $attribute_stock_left "\n\n"
    with the old code from 1.6.2:
    PHP Code:
                $this->email_low_stock .=  'ID# ' zen_get_prid($this->products[$i]['id']) . "\t\t" $this->products[$i]['model'] . "\t\t" $this->products[$i]['name'] . "\t\t" ' Qty Left: ' $stock_left "\n"
    That seems to have solved the problem for now.
    2 + 2 = 5 for extremely large values of 2

    Pez Collectors Store

  5. #765
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I have a problem with FEC.

    I have two options of shipping when a customer makes an order.

    1. Flat Rate Shipping Module
    2. Store Pick Up

    It seems when i select store pick up it refreshes and go to the advanced search page displaying no search results.

    When i go back to shopping cart its just an endless loop...

    Any ideas?

  6. #766
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    349
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Hi ZC user, are somebody know thet, I use version 1.5.1. is thet version safe, becouse it work fine end steadily on my shop.

  7. #767
    Join Date
    Oct 2006
    Posts
    25
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I tried to uninstall FEC and then reinstall it but all I got was a bunch of SQL error messages telling that lines allready exists. Now it's not installing at all, barely can get a FEC button in the Admin -> Configure but it only opens a blank page. In the store nothing happens.

    I had version 1.7.2 and tried install 1.7.3 but to no avail. Is there a step by step uninstall advice anywhere considering also SQL statements? Or any ideas what should I do? Loved the product very much though as long as it worked.

  8. #768
    Join Date
    Jun 2005
    Posts
    309
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Did you run the uninstall.sql file? Thats should be all the SQL statements you need.
    2 + 2 = 5 for extremely large values of 2

    Pez Collectors Store

  9. #769
    Join Date
    Oct 2006
    Posts
    25
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by gothstone View Post
    Did you run the uninstall.sql file? Thats should be all the SQL statements you need.
    Yep. It tells it removes 4 statements.

  10. #770
    Join Date
    Jul 2009
    Location
    Norwich, UK
    Posts
    120
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Hi guys , just thought I would let you know , im having a bit of a problem with FEC. The customer can order the product , but there is no where for an address / name / any information in regards to the customer. Am I missing something out?

    James
    FMUK Consulting - Web Design & Development | Graphics | Marketing | Apps - http://www.FMUKConsulting.co.uk

 

 

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