Page 119 of 218 FirstFirst ... 1969109117118119120121129169 ... LastLast
Results 1,181 to 1,190 of 2177
  1. #1181
    Join Date
    Jul 2009
    Posts
    402
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Hi,
    I have installed this mod and I like it, but I can not make it working.
    Infact, when in admin I activate Easy Sign Up and Login setting to true line, I can not enter my customer account with my email and password.
    If I set Easy Sign Up and Login to false, I then can enter my customer account without problems.
    After having translated alla the defines, I found this problem.
    The most important function can not be used!
    Please help.
    Thanks
    enzo
    P.S. What is it the master password?

  2. #1182
    Join Date
    Jun 2009
    Location
    Orange County, California
    Posts
    544
    Plugin Contributions
    18

    Default Re: Fast and Easy Checkout

    Hi, I'm getting an error when I click "Change address":

    Warning: ini_set() has been disabled for security reasons in fec_change_new_address.php on line 3

    I guess I could enable ini_set, but it seems that is important for security. Any way I can make FEC not need that feature to work?

  3. #1183
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by jackie.taferner View Post
    Warning: ini_set() has been disabled for security reasons in fec_change_new_address.php on line 3
    That's not an error, it's a warning.

    Whether or not it's a problem depends on what the ini_set call is doing and how essential it is.

    You don't say whether the warning is displayed on a page, or just in your logs. If it's on a page that's not good, but if the call isn't essential putting an "@" in front of it "@ini_set" will stop it being output.

    The security issue is primarily on shared servers where a host may disable it to prevent users running scripts that change php settings in order to create vulnerabilities.

    However, since you say that you could enable it, this suggests that you're managing the server, which would somewhat mitigate the risk.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  4. #1184
    Join Date
    Jun 2009
    Location
    Orange County, California
    Posts
    544
    Plugin Contributions
    18

    Default Re: Fast and Easy Checkout

    kuroi, thanks for the explanation!

    It is appearing on the page, not just the logs. But the functionality is fine, and adding @ did the trick for getting rid of the message.

  5. #1185
    Join Date
    Jun 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Im using zencart 1.3.8 and downloaded fast easy checkout 1.8.0 as its suitable for my version of zencart.

    I have a couple of problems with shipping address.

    1). If you fill in shipping address in the create account section it isnt saved.

    2). The state dropdwon refuses to be a dropdown box

    3). when filling in shipping address on the confrim order page, you are given a text field not a drop down. It the errors and says to use a drop down box, you are then presented with a drop down box.

    I have tried the latest version from the Numinix website but it didnt work at all. I guess this is because its for a later version of zencart.

    Any help or pointer to the right files to mend this would be helpful.

    Thanks

  6. #1186
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by caios View Post
    Im using zencart 1.3.8
    Why? This is an out-of-date version of Zen Cart and is no longer supported.

    Adding a complex mod such as this will make it harder to upgrade, so a much better plan would be to bring your site up-to-date, and then add this mod, which may well deal with the problems you've been having.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  7. #1187
    Join Date
    Jun 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by kuroi View Post
    Why? This is an out-of-date version of Zen Cart and is no longer supported.

    Adding a complex mod such as this will make it harder to upgrade, so a much better plan would be to bring your site up-to-date, and then add this mod, which may well deal with the problems you've been having.
    I would upgrade but the site has been up and running a while with some changes made. A lot by a previous developer so Im not sure whats been changed and what hasnt.

    Just looking into what changes there are between 1.3.8 and 1.3.9 now.

  8. #1188
    Join Date
    Jun 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by caios View Post
    Im using zencart 1.3.8 and downloaded fast easy checkout 1.8.0 as its suitable for my version of zencart.

    I have a couple of problems with shipping address.

    1). If you fill in shipping address in the create account section it isnt saved.

    2). The state dropdwon refuses to be a dropdown box

    3). when filling in shipping address on the confrim order page, you are given a text field not a drop down. It the errors and says to use a drop down box, you are then presented with a drop down box.

    I have tried the latest version from the Numinix website but it didnt work at all. I guess this is because its for a later version of zencart.

    Any help or pointer to the right files to mend this would be helpful.

    Thanks
    Well problem one was solved as I had an overide file for modules/CUSTOM/create-account. This also allowed a dropdown for state on the create account page.

    Only have a problem with the address change pop up not having a state dropdown box. Im sure its something in tpl_modules_fec_change_checkout_new_address.php

    so looking into that now. Any pointers?

  9. #1189
    Join Date
    Jun 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by caios View Post
    Well problem one was solved as I had an overide file for modules/CUSTOM/create-account. This also allowed a dropdown for state on the create account page.

    Only have a problem with the address change pop up not having a state dropdown box. Im sure its something in tpl_modules_fec_change_checkout_new_address.php

    so looking into that now. Any pointers?

    Well I fixed it by changing tpl_checkout_stacked.php to get rid of using the fancy facebox address change.

    Doesnt flow aswell this way but all functionality is there

  10. #1190
    Join Date
    May 2010
    Location
    Cyberspace
    Posts
    376
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Is this add-on overriding the email_template_checkout.html??

 

 

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