Page 80 of 218 FirstFirst ... 3070787980818290130180 ... LastLast
Results 791 to 800 of 2177
  1. #791
    Join Date
    Mar 2010
    Posts
    251
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    thats a shame, is there anyother solution for a one page checkout, registration is likely to cause a lot of harm financially

  2. #792
    Join Date
    Oct 2008
    Location
    newcastle upon tyne (UK)
    Posts
    876
    Plugin Contributions
    2

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by moesoap View Post
    thats a shame, is there anyother solution for a one page checkout, registration is likely to cause a lot of harm financially
    sorry i cant help.. my stores are all b2b not b2c so not only do i require a customer to have an account they also have to be approved to make orders. Im sure someone else will know tho...
    Last edited by Shane78; 26 Apr 2010 at 03:16 PM.

  3. #793
    Join Date
    Oct 2008
    Location
    newcastle upon tyne (UK)
    Posts
    876
    Plugin Contributions
    2

    Default Re: Fast and Easy Checkout for Zen Cart

    just had a quick look.. what about Easy Sign Up 2?
    http://www.zen-cart.com/index.php?ma...roducts_id=957

    never tried it so cant give any advice...

  4. #794
    Join Date
    Mar 2010
    Posts
    251
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Thanks m8, ill take a look.

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

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by moesoap View Post
    instead of fighting, why not instruct me
    Not fighting.. Discussing.. No emotions involved (only the ones you assume are there) As for your issues, you haven't provided NEARLY enough information.

    • What version PHP is your host running? (if PHP 5.3 -STOP as just RECENTLY posted, this mod is NOT PHP 5.3 compatible)
    • Did this mod work for you before you upgraded and then STOP working???
    • Did you use a tool like Winmerge or Beyond Compare to "update" yourself??
    • If so what files did you edit?? (my understanding is that two core files are the heart of the edits required to make this module 1.3.9a compatible)
    • Link to your site might be useful..


    Quote Originally Posted by Shane78 View Post
    Thats not fighting, thats flirting ;)
    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. #796
    Join Date
    Aug 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I've been trying to figure this out and now I must ask the guru's of this board! :)

    On the Check Out page I would like to change the "Order Comments" title. Where would I find this file to do that?

    Also, we are getting customers calling us saying that the shipping part of the one page checkout is saying:

    United Parcel Service
    111210: The requested service is unavailable between the selected locations.
    If you prefer to use ups as your shipping method, please contact...

    If you click change address and then click continue with out actually changing the address, then the UPS will show rates for your zip code.

    This is only happening with 1 out of 10 customers. Any thoughts?

    Thanks

  7. #797
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by jdaven123 View Post
    I've been trying to figure this out and now I must ask the guru's of this board! :)

    On the Check Out page I would like to change the "Order Comments" title. Where would I find this file to do that?

    Also, we are getting customers calling us saying that the shipping part of the one page checkout is saying:

    United Parcel Service
    111210: The requested service is unavailable between the selected locations.
    If you prefer to use ups as your shipping method, please contact...

    If you click change address and then click continue with out actually changing the address, then the UPS will show rates for your zip code.

    This is only happening with 1 out of 10 customers. Any thoughts?

    Thanks
    When you say Order Comments, do you mean where it says Special Instructions or Order Comments?

    If so, there are several places.

    I found these by using the Admin - Tools - Developers Tool Kit in the admin screen.

    Code:
    store/includes/languages/english/checkout.php
    
    Line #33 : define('TABLE_HEADING_COMMENTS', 'Special Instructions or Order Comments'); 
    
    
    store/includes/languages/english/checkout_confirmation.php
    
    Line #20 : define('HEADING_ORDER_COMMENTS', 'Purchase Order Number, Special Instructions or Order Comments'); 
    
    
    store/includes/languages/english/checkout_payment.php
    
    Line #22 : define('TABLE_HEADING_COMMENTS', 'Purchase Order Number, Special Instructions or Order Comments'); 
    
    
    store/includes/languages/english/checkout_shipping.php
    
    Line #25 : define('TABLE_HEADING_COMMENTS', 'Purchase Order Number, Special Instructions or Order Comments'); 
    
    
    store/includes/languages/english/fec_confirmation.php
    
    Line #20 : define('HEADING_ORDER_COMMENTS', 'Special Instructions or Order Comments');
    You may not need them all, but it won't hurt to change them all should you uninstall FEC. (Don't remember if I added Purchase Orders or not so yours may not say that exactly)

    The UPS thing I can't say if it only happens 1 out of 10. More explicit information would be needed to run that one down.

  8. #798
    Join Date
    Mar 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Hi guys, been having a few issues with Fast and Easy checkout...


    One issue was when I had the "Checkout Without Account" installed, every time I filled in the Billing Address, and continued, it asked me to add Billing address again, basically the same page...weird? Any ideas?

    Easy Sign Up and Login!
    Anyway, thats not my issue right now, I can manage without that, but, please take a look at this broken page, is this a coding issue for me to do or is their a setting within Zen Cart that will enable the page to display "unbroken"

    Heres the link, im using version Zen Cart 1.3.8a
    Patch: 1::
    Database Patch Level: 1.3.8

    Firefox browser...https://www.ndsrevolution.co.uk/inde...ain_page=login

  9. #799
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by NDSRevolution View Post
    Hi guys, been having a few issues with Fast and Easy checkout...

    Easy Sign Up and Login!
    Anyway, thats not my issue right now, I can manage without that, but, please take a look at this broken page, is this a coding issue for me to do or is their a setting within Zen Cart that will enable the page to display "unbroken"

    Heres the link, im using version Zen Cart 1.3.8a
    Patch: 1::
    Database Patch Level: 1.3.8

    Firefox browser...https://www.ndsrevolution.co.uk/inde...ain_page=login
    I don't see anything wrong with that screen, created an account and all went well. What are you seeing? I used both Firefox 3.63 and IE 7 to view it.

  10. #800
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by lankeeyankee View Post
    1.7.3 works with 1.3.9a but there are 2 core changes from 1.3.8a to 1.3.9a specifically admin/orders.php and includes/classes/order.php but this mod does not work on php 5.3.x with any version.
    Can you tell me what version of the 5.3x you actually tested this on?

    I ran it on a Wamp Server with PHP 3.0 installed and got it to run by removing 1 character in /includes/templates/YOUR TEMPLATE/templates/tpl_checkout_stacked.php. Here is what I did to make it work.
    Code:
    	  <?php
    	    } else {
    	  ?>
    	  <h2 id="checkoutShippingHeadingMethod"><?php echo TITLE_NO_SHIPPING_AVAILABLE; ?></h2>
    	  <div id="checkoutShippingContentChoose" class="important"><?php echo TEXT_NO_SHIPPING_AVAILABLE; ?></div>
    	  <?php
    	    }
    	  ?>
    	  </fieldset>
    	  <?php
      /*   }    */
    	  ?>
    	  <!--EOF SHIPPING-->
    Look for the above code around line 290 and just put the comment tags around the bracket } .

    As I said, it worked for me.

    Please let me know if you try this and your results. Remember to say what version of PHP 5.3x you are running.

 

 

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