thats a shame, is there anyother solution for a one page checkout, registration is likely to cause a lot of harm financially![]()
thats a shame, is there anyother solution for a one page checkout, registration is likely to cause a lot of harm financially![]()
Last edited by Shane78; 26 Apr 2010 at 03:16 PM.
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...![]()
Thanks m8, ill take a look.![]()
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..
![]()
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.
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.
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)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');
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.
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
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.
Look for the above code around line 290 and just put the comment tags around the bracket } .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-->
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.
Bookmarks