-
Re: Fast and Easy Checkout for Zen Cart
I installed this module as instructed. In admin I enabled Fast and Easy Checkout, One Page Checkout, and Easy Login. Easy Login appears to be working, but when I add a product to the cart and go to Checkout, I am still going through the normal checkout process...as if Fast and Easy Checkout is not enabled or installed.
Any tips would be great.
the store is Sunset Growers
Thanks!
-
Re: Fast and Easy Checkout for Zen Cart
I really do appreciate the humungous time it must have taken you to develop this easy checkout, but....you leave us Hanging when you say:
TIPS:
FAST AND EASY CHECKOUT FOR ZEN CART IS ACTIVATED BY LOADING AN EXTRA_CONFIGURES FILE CALLED CHECKOUT.PHP BEFORE THE FILENAMES.PHP FILE
Can you PLEASE give us some very thorough baby talk steps as to what the heck you are saying? Do we copy the extra_configures file....and if so which one..there's 2 of them. Then...you say called checkout.php...which is it? Where and exactly how do we put either one of these files anywhere. What do you mean "before" filenames.php file?
So frustrating:no::shocking::frusty: Your response would be very much apprciated by all the other dopes like me who need to know
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
ahaynes106
I installed this module as instructed. In admin I enabled Fast and Easy Checkout, One Page Checkout, and Easy Login. Easy Login appears to be working, but when I add a product to the cart and go to Checkout, I am still going through the normal checkout process...as if Fast and Easy Checkout is not enabled or installed.
Any tips would be great.
the store is
Sunset Growers
Thanks!
UPDATE:
Well call me stupid! I had uploaded everything to the site...except "javascript_check.php". :blush:
Working now.
Oh well, live and learn.
-
Re: Fast and Easy Checkout for Zen Cart
Well, I guess I am stupid!!! Are you saying that you have to upload each and every FILE AND FOLDER individually? I understood that we just have to upload the install file?.....so sick of this:no::huh:
-
Re: Fast and Easy Checkout for Zen Cart
I install this mod end don't work! :no:
Can somebodu please step-by-step explein hay to install end what is posible problem thet may not mod work!
Thenks :blush:
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
helpmeplease
Well, I guess I am stupid!!! Are you saying that you have to upload each and every FILE AND FOLDER individually? I understood that we just have to upload the install file?.....so sick of this:no::huh:
Just do what it says in teh instructions.
Quote:
Installation
Upload all files to their respective folders;
Rename /includes/templates/YOUR_TEMPLATE to your custom template name;
Copy and paste the install.sql file into ADMIN->TOOLS->INSTALL SQL PATCHES to be able to activate or deactivate the one-page checkout feature included with Fast and Easy Checkout for Zen Cart;
That would be all files in the "required_files" folder you downloaded. I did not upload the "admin (optional)"
Open the install.sql in notepad and copied and pasted the content into the box at the location in step 3 above in my store admin. Then go to Fast and Easy Checkout under your stores admin configuration tab.
Good luck...workes for me.
-
Re: Fast and Easy Checkout for Zen Cart
Installed this module today and it looks really nice.
Issue:
When I tried a test order I get to the ?main_page=fec_confirmation page and all it says is:
Quote:
Your order is being processed, please wait...
This happens with either the PayPal Website Payments Pro Credit Card processing or with the PayPal option selected.
Any ideas on how long a customer should wait?
Test issue at: http://www.justmymusic.com/store/
Debugger says:
Quote:
[19-Feb-2010 07:55:38] PHP Fatal error: Cannot redeclare class order in /home/xxxx/xxxx/justmymusic.com/store/includes/classes/order.php on line 1032
-
Re: Fast and Easy Checkout for Zen Cart
Still not working: blank page on fec_confirmation
Additional notes: Should update the instructions as follows...
Installation:
1. Upload all files to their respective folders;
2. Rename /includes/templates/YOUR_TEMPLATE to your custom template name;
3. Rename /includes/modules/YOUR_TEMPLATE
4. Rename /includes/languages/english/YOUR_TEMPLATE
5. Rename /admin/ if your have changed your admin folder name
6. Copy and paste the install.sql file into ADMIN->TOOLS->INSTALL SQL PATCHES to be able to activate or deactivate the one-page checkout feature included with Fast and Easy Checkout for Zen Cart;
-
Re: Fast and Easy Checkout for Zen Cart
Hey Everyone.
I recently started working with Zen Cart and had the need for Fast and Easy Checkout.
I'm having an issue that I haven't been able to find in any of the forum posts.. Well, I've tried many searches without seeing an issue like mine.
Basically, I have Fast and Easy Checkout enabled (One Page Checkout is disabled), and the site properly redirects to the no_account screen upon going to checkout. It displays the customer billing information and accepts it without issue.
The issue is that, after I submit this information, it goes to 'Step 2', but it shows no details on the page. The URL string is: index.php?main_page=checkout&action=null
The screen shows 'Your Order Total:', then white space with no other details, and then the 'continue checkout' button. When I click on the button, it doesn't let me go forward as it's expecting me to select a payment option, but again, the page doesn't display anything for me to select.
I've made sure that the only payment module enabled is 'Credit Card - Offline Processing'.
So, I'm at a bit of a loss. Has anyone run in to this issue?
My credentials:
Zen Cart 1.3.8a
Database Patch Level: 1.3.8
Modules:
Simple SEO URL Manager
Cross Sell
FEC latest
-
Re: Fast and Easy Checkout for Zen Cart
I figured out what the issue is.
On this page:
includes/templates/template_default/templates/tpl_checkout_default.php
On line 36:
PHP Code:
<?php include(DIR_WS_TEMPLATE . 'templates/tpl_checkout_stacked.php'); ?>
Basically, that call wasn't pointing to the correct template that I'm using. By default it was trying to call the 'classic' template path.
So, I changed that line to this:
PHP Code:
<?php include($template->get_template_dir('tpl_checkout_stacked.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_checkout_stacked.php'); ?>
And it loaded the template.
Hopefully the rest of the process is smooth!
-
1 Attachment(s)
Re: Fast and Easy Checkout for Zen Cart
Does anyone know a guide to customise the checkout page? Basically when i activate fast and easy checkout, one page checkout, easy sign up and login and checkout with no account it doesnt fit properly to the page see attached image. Also how do i size all the fields and labels so that they are all in line?>
-
Re: Fast and Easy Checkout for Zen Cart
New error:
[19-Feb-2010 20:27:26] PHP Parse error: syntax error, unexpected ';', expecting T_FUNCTION in /home/.xxxx/xxxx/justmymusic.com/store/includes/classes/order.php on line 1033
I am guessing that there is an extra ";" floating around... the problem is that I am using the order.php from the latest install of this mod.
Any idea how I can get the confirmation page to load?
http://www.justmymusic.com/images/forums/fec_01.gif
-
Re: Fast and Easy Checkout for Zen Cart
Did you try comparing the order.php file from this mod to the original. You might find the correction for the section that's causing the error..
Quote:
Originally Posted by
jasmel
New error:
[19-Feb-2010 20:27:26] PHP Parse error: syntax error, unexpected ';', expecting T_FUNCTION in /home/.xxxx/xxxx/justmymusic.com/store/includes/classes/order.php on line 1033
I am guessing that there is an extra ";" floating around... the problem is that I am using the order.php from the latest install of this mod.
Any idea how I can get the confirmation page to load?
http://www.justmymusic.com/images/forums/fec_01.gif
-
Re: Fast and Easy Checkout for Zen Cart
While this may work for you, overwriting the default template files is a no no..:no: Should use an override instead.. (see Zen Cart FAQs to understand the override system) It's likely that your original issue was cause my a missed file in the original module files upload..
Quote:
Originally Posted by
xzistance
I figured out what the issue is.
On this page:
includes/templates/template_default/templates/tpl_checkout_default.php
On line 36:
PHP Code:
<?php include(DIR_WS_TEMPLATE . 'templates/tpl_checkout_stacked.php'); ?>
Basically, that call wasn't pointing to the correct template that I'm using. By default it was trying to call the 'classic' template path.
So, I changed that line to this:
PHP Code:
<?php include($template->get_template_dir('tpl_checkout_stacked.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_checkout_stacked.php'); ?>
And it loaded the template.
Hopefully the rest of the process is smooth!
-
Re: Fast and Easy Checkout for Zen Cart
Can you place a YOURTEMPLATE folder into the \includes\classes section as an override?
I will work on this more throughout the weekend.
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
DivaVocals
While this may work for you, overwriting the default template files is a no no..:no: Should use an override instead.. (see Zen Cart FAQs to understand the override system) It's likely that your original issue was cause my a missed file in the original module files upload..
This seemed to fix the error that I was getting with the Debug report. (no longer getting a orders.php error) However, I am still getting the "Your order is being processed, please wait..." message.
From doing searches in this thread it seems it in the past there was some special code or time delay to make the PayPal payments to work. Is this still true?
Do I need to change a file to allow this mod to work with PayPal?
-
Re: Fast and Easy Checkout for Zen Cart
Hi there,
I am a noob at all this, but just to clarify on the installation steps;
All the files need to be uploaded to the correct folder locations on the shop through ftp yes?
If there are any new folders within the fast and easy checkout these just get copied to the path as stated in the installation steps yes?
Also the 'MY TEMPLATE' folder you say to name to your custom template, so I have premium7a installed so I just rename the 'MY TEMPLATE' to premium7a yes?
and also the sql patch needs to be copied and pasted rather then uploading through zen cart admin?
thanks but just some questions I need to ask before I do this, thanks to the developer of this :D
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
jasmel
This seemed to fix the error that I was getting with the Debug report. (no longer getting a orders.php error) However, I am still getting the "Your order is being processed, please wait..." message.
From doing searches in this thread it seems it in the past there was some special code or time delay to make the PayPal payments to work. Is this still true?
Do I need to change a file to allow this mod to work with PayPal?
The "Your order is being processed, please wait..." is what you should see, and when the order processing is complete you will see an order confirmation page. If this is not happening, if you are getting errors, it is likely that the module is installed incorrectly.. Please re-read my first response to you.. It sounds like you have not properly merged the files in the module with files already existing on your site. If you did not merger the order.php file with the one already in place on your site, you will get the errors you cited.
Use a program like Winmerge or Beyond Compare to merge any files in the module which already exist on your site..
-
Re: Fast and Easy Checkout for Zen Cart
can anyone confirm that my post #717 is the correct steps? thanks :D
-
Re: Fast and Easy Checkout for Zen Cart
Tried this fast and easy module again..... it certainly wipes out my admin fast and easy!
the shop is still there but I can not access the admin at all? any help would be great before I knock this on the head and go down another route :D
-
Re: Fast and Easy Checkout for Zen Cart
I've run in to another issue with FEC that I don't understand.
I was able to run an order through the first time. In testing a second time, using the same email address as I did during the first order, I get this message on the no_account page:
Quote:
Our system already has a record of that email address - please try logging in with that email address. If you do not use that address any longer you can correct it in the My Account area.
Shouldn't it be bypassing this check for FEC?
-
Re: Fast and Easy Checkout for Zen Cart
I think I figured out the issue. I only had 'Checkout Without Account Only' marked as 'true' and not 'Checkout Without Account' as well.
I suppose the configuration confused me, but it seems that it'll allow multiple entries with the same email address in to the customers tbl as long as both of those are marked 'true'.
If they aren't, you'll get that account validation error.
-
Re: Fast and Easy Checkout for Zen Cart
Hey guys. I'm trying to implement free shipping for orders more than $xx.xx amount. I followed this tutorial to set it to the price I want:
https://www.zen-cart.com/tutorials/index.php?article=68
However, for FEC checkout, I'm only seeing my UPS module options display on the shipping selection screen.
Is there a bug or something I have to do with FEC to get this to work?
-
Re: Fast and Easy Checkout for Zen Cart
Once your free shipping limit is reached. No shipping option will be displayed. There is more to it though. You may want to look in one of the free shipping threads. I messed with it awhile ago, unfortunately, I don't remember everything that was involved. I believe using a discount code keeps the shipping options shown.
-
Re: Fast and Easy Checkout for Zen Cart
OK, I'm sure there is an easy fix for this stupid error. I have been looking n looking with no luck.
I'm getting this error in he cache folder.
[26-Feb-2010 10:28:53] PHP Warning: include(includes/templates/classic/templates/fec/tpl_modules_esl_ordertotal.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/northame/public_html/includes/templates/template_default/templates/tpl_login_default.php on line 19
[26-Feb-2010 10:28:53] PHP Warning: include(includes/templates/classic/templates/fec/tpl_modules_esl_ordertotal.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/northame/public_html/includes/templates/template_default/templates/tpl_login_default.php on line 19
[26-Feb-2010 10:28:53] PHP Warning: include() [<a href='function.include'>function.include</a>]: Failed opening 'includes/templates/classic/templates/fec/tpl_modules_esl_ordertotal.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/northame/public_html/includes/templates/template_default/templates/tpl_login_default.php on line 19
Now we do not use /classic/
Everything seems to be working though. We ran several test orders with no warnings or errors. Well, except the coupon code worked but it did not adjust the price.
Sooo, any thoughts on what's causing these errors?
Running 1.3.8a and FEC 1.7.1.6 from the numinix.com site.
Thank you in advance.
-
Re: Fast and Easy Checkout for Zen Cart
I have this module installed but can anyone advise me how I remove / edit this text on checkout
Your order will be shipped to the address at the left or you may change the shipping address by clicking the Change Address button.
-
Re: Fast and Easy Checkout for Zen Cart
Search for it in file: /includes/languages/english/checkout.php
Replace with the text you want.
Tip: Use Tools > Developers Tool Kit and search for specific strings to find file locations. Will save you a lot of time. For example, you might search for "shipped to the address at the left" (without quotes) under the search for all files, and select catalog (or admin/catalog). It will show you the file and line # of file where that string of text is present.
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
litepockets
Search for it in file: /includes/languages/english/checkout.php
Replace with the text you want.
Tip: Use Tools > Developers Tool Kit and search for specific strings to find file locations. Will save you a lot of time. For example, you might search for "shipped to the address at the left" (without quotes) under the search for all files, and select catalog (or admin/catalog). It will show you the file and line # of file where that string of text is present.
Litepockets.... you are true legend... thanks mate!
If i wanted to remove the addresses totally do you know how to do that also?
thanks very much ;-)
-
Re: Fast and Easy Checkout for Zen Cart
Hey Jay,
Are you asking how to remove the whole fieldset? IE. not display the address or ability to edit it?
If so, I would try commenting out the fieldsets "checkoutShipTo" and "checkoutBillTo" in /includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_stacked.php
First backup the file, and do the following.
Starting at line 168 (on latest revision of FEC) find:
PHP Code:
<fieldset class="checkout" id="checkoutShipTo">
<legend><?php echo TABLE_HEADING_SHIPPING_ADDRESS; ?></legend>
<?php if ($messageStack->size('checkout_shipping') > 0) echo $messageStack->output('checkout_shipping'); ?>
<div id="checkoutShipto" class="floatingBox back">
<address class="checkoutAddress"><?php echo zen_address_label($_SESSION['customer_id'], $_SESSION['sendto'], true, ' ', '<br />'); ?></address>
</div>
<div class="floatingBox important forward"><?php echo TEXT_CHOOSE_SHIPPING_DESTINATION; ?></div>
<?php if ($displayAddressEdit) { ?>
<script language="javascript" type="text/javascript"><!--
var Browser = {
Version: function() {
var version = 999; // we assume a sane browser
if (navigator.appVersion.indexOf("MSIE") != -1)
// bah, IE again, lets downgrade version number
version = parseFloat(navigator.appVersion.split("MSIE")[1]);
return version;
}
};
if (Browser.Version() < 8) {
document.write('<?php echo '<a href="' . $editShippingButtonLink . '">' . zen_image_button(BUTTON_IMAGE_CHANGE_ADDRESS, BUTTON_CHANGE_ADDRESS_ALT) . '</a>'; ?>');
} else {
document.write('<?php echo '<div class="buttonRow">' . zen_image_button(BUTTON_IMAGE_CHANGE_ADDRESS, BUTTON_CHANGE_ADDRESS_ALT, 'id="changeCheckoutShippingAddr"') . '</div>';?>');
}
//--></script>
<noscript><div class="buttonRow"><?php echo '<a href="' . $editShippingButtonLink . '">' . zen_image_button(BUTTON_IMAGE_CHANGE_ADDRESS, BUTTON_CHANGE_ADDRESS_ALT) . '</a>'; ?></div></noscript>
<?php } ?>
</fieldset>
Change to:
PHP Code:
<!--<fieldset class="checkout" id="checkoutShipTo">
<legend><?php //echo TABLE_HEADING_SHIPPING_ADDRESS; ?></legend>
<?php //if ($messageStack->size('checkout_shipping') > 0) echo $messageStack->output('checkout_shipping'); ?>
<div id="checkoutShipto" class="floatingBox back">
<address class="checkoutAddress"><?php //echo zen_address_label($_SESSION['customer_id'], $_SESSION['sendto'], true, ' ', '<br />'); ?></address>
</div>
<div class="floatingBox important forward"><?php //echo TEXT_CHOOSE_SHIPPING_DESTINATION; ?></div>
<?php //if ($displayAddressEdit) { ?>
<script language="javascript" type="text/javascript"><!--
var Browser = {
Version: function() {
var version = 999; // we assume a sane browser
if (navigator.appVersion.indexOf("MSIE") != -1)
// bah, IE again, lets downgrade version number
version = parseFloat(navigator.appVersion.split("MSIE")[1]);
return version;
}
};
if (Browser.Version() < 8) {
document.write('<?php //echo '<a href="' . $editShippingButtonLink . '">' . zen_image_button(BUTTON_IMAGE_CHANGE_ADDRESS, BUTTON_CHANGE_ADDRESS_ALT) . '</a>'; ?>');
} else {
document.write('<?php //echo '<div class="buttonRow">' . zen_image_button(BUTTON_IMAGE_CHANGE_ADDRESS, BUTTON_CHANGE_ADDRESS_ALT, 'id="changeCheckoutShippingAddr"') . '</div>';?>');
}
//-->
<!--</script>
<noscript><div class="buttonRow"><?php //echo '<a href="' . $editShippingButtonLink . '">' . zen_image_button(BUTTON_IMAGE_CHANGE_ADDRESS, BUTTON_CHANGE_ADDRESS_ALT) . '</a>'; ?></div></noscript>
<?php //} ?>
</fieldset>-->
Then starting on line 355 find:
PHP Code:
<fieldset class="checkout" id="checkoutBillTo">
<legend><?php echo TABLE_HEADING_BILLING_ADDRESS; ?></legend>
<div id="checkoutBillto" class="floatingBox back">
<address><?php echo zen_address_label($_SESSION['customer_id'], $_SESSION['billto'], true, ' ', '<br />'); ?></address>
</div>
<div class="floatingBox important forward"><?php echo TEXT_SELECTED_BILLING_DESTINATION; ?></div>
<?php if (MAX_ADDRESS_BOOK_ENTRIES >= 2) { ?>
<script language="javascript" type="text/javascript"><!--
var Browser = {
Version: function() {
var version = 999; // we assume a sane browser
if (navigator.appVersion.indexOf("MSIE") != -1)
// bah, IE again, lets downgrade version number
version = parseFloat(navigator.appVersion.split("MSIE")[1]);
return version;
}
};
if (Browser.Version() < 8) {
document.write('<?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT_ADDRESS, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHANGE_ADDRESS, BUTTON_CHANGE_ADDRESS_ALT) . '</a>'; ?>');
} else {
document.write('<?php echo '<div class="buttonRow">' . zen_image_button(BUTTON_IMAGE_CHANGE_ADDRESS, BUTTON_CHANGE_ADDRESS_ALT, 'id="changeCheckoutPayAddr"') . '</div>';?>');
}
//--></script>
<noscript><div class="buttonRow"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT_ADDRESS, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHANGE_ADDRESS, BUTTON_CHANGE_ADDRESS_ALT) . '</a>'; ?></div></noscript>
<?php } ?>
</fieldset>
Change to:
PHP Code:
<!--<fieldset class="checkout" id="checkoutBillTo">
<legend><?php //echo TABLE_HEADING_BILLING_ADDRESS; ?></legend>
<div id="checkoutBillto" class="floatingBox back">
<address><?php //echo zen_address_label($_SESSION['customer_id'], $_SESSION['billto'], true, ' ', '<br />'); ?></address>
</div>
<div class="floatingBox important forward"><?php //echo TEXT_SELECTED_BILLING_DESTINATION; ?></div>
<?php //if (MAX_ADDRESS_BOOK_ENTRIES >= 2) { ?>
<script language="javascript" type="text/javascript"><!--
var Browser = {
Version: function() {
var version = 999; // we assume a sane browser
if (navigator.appVersion.indexOf("MSIE") != -1)
// bah, IE again, lets downgrade version number
version = parseFloat(navigator.appVersion.split("MSIE")[1]);
return version;
}
};
if (Browser.Version() < 8) {
document.write('<?php //echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT_ADDRESS, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHANGE_ADDRESS, BUTTON_CHANGE_ADDRESS_ALT) . '</a>'; ?>');
} else {
document.write('<?php //echo '<div class="buttonRow">' . zen_image_button(BUTTON_IMAGE_CHANGE_ADDRESS, BUTTON_CHANGE_ADDRESS_ALT, 'id="changeCheckoutPayAddr"') . '</div>';?>');
}
//--></script>
<!--
<noscript><div class="buttonRow"><?php //echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT_ADDRESS, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHANGE_ADDRESS, BUTTON_CHANGE_ADDRESS_ALT) . '</a>'; ?></div></noscript>
<?php //} ?>
</fieldset>-->
This is only a suggestion, haven't tested. Let me know if it doesn't work out for you.
-
Re: Fast and Easy Checkout for Zen Cart
thanks litepockets, so I need to change what you have put in orange is that right?
Yes and I mean remove shipping billing address ;-)
-
Re: Fast and Easy Checkout for Zen Cart
Hi Jay,
Not just the orange, but all of the code in the blocks I provided. If you go from the line indicated, start selecting at the beginning of <fieldset.... all the way through the closing tag for that fieldset element (as shown in the code blocks above) than just replace with everything in the blocks I marked "change to:" . Make sure you do it for both sections (shipping and billing) both are included in the code changes above.
I can't emphasize enough though, back up your files before doing any modification to the code. This is only commenting out code, not removing it, but always take the safe route :yes:
-
Re: Fast and Easy Checkout for Zen Cart
ok mate I will try this but going to do this tomorrow as feel as rough as a badgers ######, thanks for your help mate, very much appreciated :D
-
Re: Fast and Easy Checkout for Zen Cart
Litepockets,
yet again you are a true legend, it has got rid of the addresses and now just says delivery information and payment information, address will be done through paypal and if signed up through my shop on there.
All the info you have given me should be used as a sticky imo... great help :D:D:D
-
Re: Fast and Easy Checkout for Zen Cart
Glad I was able to help :)
-
Re: Fast and Easy Checkout for Zen Cart
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
jasmel
Still not working: blank page on fec_confirmation
Additional notes: Should update the instructions as follows...
Installation:
1. Upload all files to their respective folders;
2. Rename /includes/templates/YOUR_TEMPLATE to your custom template name;
3. Rename /includes/modules/YOUR_TEMPLATE
4. Rename /includes/languages/english/YOUR_TEMPLATE
5. Rename /admin/ if your have changed your admin folder name
6. Copy and paste the install.sql file into ADMIN->TOOLS->INSTALL SQL PATCHES to be able to activate or deactivate the one-page checkout feature included with Fast and Easy Checkout for Zen Cart;
Hi jasmel~ Thanks for your input. You've lost me already on step 1 !! How do I upload a file off my computer to a SPECIFIC folder when all I'm doing is going to the admin panel, clicking on TOOLS and then using the INSTALL SQL PATCHES?
also lost on step 5.:cry:
Thanks so much
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
xzistance
I think I figured out the issue. I only had 'Checkout Without Account Only' marked as 'true' and not 'Checkout Without Account' as well.
I suppose the configuration confused me, but it seems that it'll allow multiple entries with the same email address in to the customers tbl as long as both of those are marked 'true'.
If they aren't, you'll get that account validation error.
Ok, really DUMB DUMB question....but can you help me find where you are referring to when you say 'Checkout Without Account Only' marked as 'true' and not 'Checkout Without Account' as well. :frusty: :wacko:
-
Re: Fast and Easy Checkout for Zen Cart
Sounds like a great mod and hopefully what I'm looking for, but after installing the mod I get a blank screen on the browser when I click on the checkout button. I followed the steps exactly. I restored, the store and sql, and did it again with the same results. Any ideas/help are greatly appreciated. Thank you in advance!
-
Re: Fast and Easy Checkout for Zen Cart
Possible solution if you have this problem:
1062 Duplicate entry 'Permanent Account Holders Only' for key 'query_name'
in:
[INSERT INTO zen_query_builder ( query_id , query_category , query_name , query_description , query_string ) VALUES ( '', 'email,newsletters', 'Permanent Account Holders Only', 'Send email only to permanent account holders ', 'select customers_email_address, customers_firstname, customers_lastname from TABLE_CUSTOMERS where COWOA_account != 1 order by customers_lastname, customers_firstname, customers_email_address');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
For anyone having a problem with this message, and NOT posting HOW they solved it (thanks a LOT guys), this is what I did, and it SEEMS to have worked (no guarantees for anyone else....I'm just trying to post what helped me).
numinix says "remove the first 4 lines or so". I removed 8 LINES, and its basically worked. So where it starts with:
"SET @configuration_group_id=0;" .... thats where I started my SQL edit. So far it's worked, but I don't have high hopes of this working
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Sevenhelmets
Possible solution if you have this problem:
1062 Duplicate entry 'Permanent Account Holders Only' for key 'query_name'
in:
[INSERT INTO zen_query_builder ( query_id , query_category , query_name , query_description , query_string ) VALUES ( '', 'email,newsletters', 'Permanent Account Holders Only', 'Send email only to permanent account holders ', 'select customers_email_address, customers_firstname, customers_lastname from TABLE_CUSTOMERS where COWOA_account != 1 order by customers_lastname, customers_firstname, customers_email_address');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
For anyone having a problem with this message, and NOT posting HOW they solved it (thanks a LOT guys), this is what I did, and it SEEMS to have worked (no guarantees for anyone else....I'm just trying to post what helped me).
numinix says "remove the first 4 lines or so". I removed 8 LINES, and its basically worked. So where it starts with:
"SET @configuration_group_id=0;" .... thats where I started my SQL edit. So far it's worked, but I don't have high hopes of this working
It probably will since all this "error" means is that you are trying to insert a value into the database that already exists.. If it already exists then you don't need to insert it a second time..
-
Re: Fast and Easy Checkout for Zen Cart
Hello Hello...
excellent mod, i have only just started playing with it but i already love it.
installed first time, which is nice...
But i have noticed when playing that when you enter info to 'Special Instructions or Order Comments' box and proceed to the confirmation page, it does not save the info i have entered. instead the automated 'none' is in that section.
Is this a known problem or unique to me? :lamo:
-
Re: Fast and Easy Checkout for Zen Cart
I am getting a blank page on myurl.com/checkout_shipping_address
This is pulled from the change the shipping address on the final checkout page.
What am I missing? I have gone through it several times and still can't find the missing file (s)
thanks!
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
numinix
jill, it uses the same exact code as the regular checkout process. does it display with the default settings (no FEC installed)?
Hi all,
I have installed FEC module successfully. when i click the confirm order button it shows
"Your order is being processed, please wait..."
---------not redirect to checkout success page. so please give an idea to solve this problem.
regards,
THIRUPPATHY.M:clap::smartalec::oops::lamo:
-
Re: Fast and Easy Checkout for Zen Cart
I am getting this error when using a duplicate email address on an order...
"Our system already has a record of that email address - please try logging in with that email address. If you do not use that address any longer you can correct it in the My Account area."
I have been searching, even at the numinx site, and no answers. I'd appreciate some help on how to fix this.
Thanks!
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
cloudstrife08
Hello,
We're getting the above as well. We can't tell what people are viewing. What else does this file do?
Thanks
Did anyone find a resolution to this issue, as I too have this problem and it drives me nuts not being able to see what pages / products people are looking at...
Cheers,
Mike
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
eyal8r
I am getting this error when using a duplicate email address on an order...
"Our system already has a record of that email address - please try logging in with that email address. If you do not use that address any longer you can correct it in the My Account area."
I have been searching, even at the numinx site, and no answers. I'd appreciate some help on how to fix this.
Thanks!
Amazing what you'll find when you look through the support thread..:smile: Suggest going back a page or two.. Addressed and answered a short while ago.. HTH..
-
Re: Fast and Easy Checkout for Zen Cart
Is there a way to combine the two pages:
index.php?main_page=no_account and
index.php?main_page=login
The difference between the two pages is just the "password"-section. So it would make sence to have just one page. If the password is filled in, it must create a account, else not.
Or is there already some mod like this?
-
Re: Fast and Easy Checkout for Zen Cart
I just have one question. Do you have to copy and paste all of the previous sql updates?
-
Re: Fast and Easy Checkout for Zen Cart
I have installed FEC on my store www.lemy.co.uk and it works fine with ultimate seo urls. However, the checkbox for copybilling is not hiding the shipping address when ticked. Any idea why or where i should look? Thanks!
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Pink
Is there a way to combine the two pages:
index.php?main_page=no_account and
index.php?main_page=login
The difference between the two pages is just the "password"-section. So it would make sence to have just one page. If the password is filled in, it must create a account, else not.
Or is there already some mod like this?
Yes, it's called Fast and Easy AJAX Checkout
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
andreitero
I have installed FEC on my store
www.lemy.co.uk and it works fine with ultimate seo urls. However, the checkbox for copybilling is not hiding the shipping address when ticked. Any idea why or where i should look? Thanks!
Look for JavaScript errors.
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
MoooNDawG
I just have one question. Do you have to copy and paste all of the previous sql updates?
Only if upgrading from a previous version to the current version. The update files are labeled with the version number. Before you overwrite your files, check your current version number inside /module_version/. On older versions it may be in a folder called /numinix_version/ or not exist at all.
If you cannot find out the version you are using, or if there are a lot of SQL patches between your current version and the latest version, it may be a better idea to just uninstall and install again (note that you'll need to skip the lines at the top of the file specific to storing COWOA information).
-
Re: Fast and Easy Checkout for Zen Cart
I am having a strange problem. After doing some research on the forums, I am being pointed to the problem being with my payment module FEC. (WONDERFUL module btw).
We are getting random orders that are not getting put in the database. We will receive an email that there is an order, but when we go into ZenCart to process the order, it's not there. I checked the physical database and it is not there. The customers account information they created is in the database, just no order information.
In addition to that, we are getting a few random orders that we get the email order, it gets put into the database, but the second email we receive with the other part of the credit card numbers is not being sent. Not sure if the two problems are related.
Using ZenCart 1.3.8a
SQL 5.0.22
Thank You
-
Re: Fast and Easy Checkout for Zen Cart
Hello,
Does Fast and Easy Checkout work with the Ceon Sagepay direct module?
Thank you
Anthony
-
Re: Fast and Easy Checkout for Zen Cart
Any idea what it means when the page after inserting your personal info just shows:
Your Order Total:
and nothing below.. I think the credit card boxes and shipping would normally appear on this page.
here is what it tells me in the address bar:
index.php?main_page=checkout&action=null
Thanks!
-
Re: Fast and Easy Checkout for Zen Cart
Theres a problem with version 1.7.2 and 1.7.3 - the Add New Address In Checkout does not work properly - I am using the 1.7.1.6 file version for tpl_modules_change_checkout_new_address since that is the only working version.
I would like to know how I can use the county drop down menu.
-
Re: Fast and Easy Checkout for Zen Cart
Hi, I use version 1.5.1. is thet version safe, becouse it work fine end steadily on my shop.
If not, hay to overwrite on latest version end not to change the current configuration of layout checkout page??? :blush:
-
Re: Fast and Easy Checkout for Zen Cart
Hi Zen cart checkout experts:
I have a serious problem with the checkout function with my online store at: www.mgpsos.com. I have been using Zen cart version 1.2.5 for almost 5 years. it worked very well until it was hacked september last year. Recently, I had to repblish the store to clean up hacker's code injected to the sites. After I republished all the files, I encountered a serious problem, the checkout function doesn't work any more. Click on the checkout button will always back to the main home page. Who can help me out? For testing it out, you can use following logon info:
Website: www.mgpsos.com
User Id: detang##########################
Password: gpsonline
I'd appreciate your support, please email me at [email protected] if you have a solution.
Thank you very much in advance!
Mobile GPS Online
Detang Zhong
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Captain Tycoon
Theres a problem with version 1.7.2 and 1.7.3 - the Add New Address In Checkout does not work properly - I am using the 1.7.1.6 file version for tpl_modules_change_checkout_new_address since that is the only working version.
What problem do you have?
I do have a javascript-issue with 1.7.3. More on this you see here: http://www.numinix.com/forum/viewtop...4&p=3915#p3915
-
Re: Fast and Easy Checkout for Zen Cart
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
-
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
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Lopi
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
???? :unsure: ????
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..
-
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?
-
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.
-
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?
-
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. :blush:
-
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.
-
Re: Fast and Easy Checkout for Zen Cart
Did you run the uninstall.sql file? Thats should be all the SQL statements you need.
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
gothstone
Did you run the uninstall.sql file? Thats should be all the SQL statements you need.
Yep. It tells it removes 4 statements.
-
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
-
Re: Fast and Easy Checkout for Zen Cart
Hello,
I just upgraded to 1.7.3 and I have a few questions:
#1 How do I split the Fast and Easy Checkout page in 2 columns like on your demo http://www.numinix.com/forum/viewtop...tton&start=795 ?
#2 In French, on the Fast and Easy Checkout page, it is displayed "TABLE_HEADING_BILLING_ADDRESS" instead of the billing address. What file do I need to modify to translate it in French?
#3 In French, on the Checkout page, the button "Change Address" does not appear. How can I correct this issue?
#4 Also, I think your French files are not up to date. I volonteer to translate them all correctly. Could you please indicate me all the files that need to be translated?
In advance, thank you so much.
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
etilyeti
Hello,
I just upgraded to 1.7.3 and I have a few questions:
#1 How do I split the Fast and Easy Checkout page in 2 columns like on your demo
http://www.numinix.com/forum/viewtop...tton&start=795 ?
#2 In French, on the Fast and Easy Checkout page, it is displayed "TABLE_HEADING_BILLING_ADDRESS" instead of the billing address. What file do I need to modify to translate it in French?
#3 In French, on the Checkout page, the button "Change Address" does not appear. How can I correct this issue?
#4 Also, I think your French files are not up to date. I volonteer to translate them all correctly. Could you please indicate me all the files that need to be translated?
In advance, thank you so much.
Nevermind, I found the answer to the first question. In the Fast and Easy Checkout Configuration, when activating the Fact and Easy Checkout option, I misunderstood the "(note: Easy Sign-up and Login must be disabled separately)". In my mind, it meant that Easy Sign-Up and Login option should be disabled in order to properly activate the Fast and Easy Checkout option. Then when trying to activate both at the same time, my browser cache would prevent me to see the correct updates. So I used another browser, which allowed me to see the actual page.
Anyway, I stil have not figured out 2,3 and 4:
#2 In French, on the Fast and Easy Checkout page, it is displayed "TABLE_HEADING_BILLING_ADDRESS" instead of the billing address. What file do I need to modify to translate it in French?
#3 In French, on the Checkout page, the button "Change Address" does not appear. How can I correct this issue?
#4 Also, I think your French files are not up to date. I volonteer to translate them all correctly. Could you please indicate me all the files that need to be translated? I might, but I can't promise, have friends to also translate the mod in Spanish, Slovak, Czech and German.
-
Re: Fast and Easy Checkout for Zen Cart
Is this ready for 1.3.9?
Thinking about using it. :smile:
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
chal2les
Is this ready for 1.3.9?
Thinking about using it. :smile:
next on my list to test.. unless you want to have a bash and report back :P
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
chal2les
Is this ready for 1.3.9?
Thinking about using it. :smile:
Just tested quickly, and no it doesnt work properly in 139.
far too many core file edits... and edits of core files that have been amended in 139 from 138a.
would need a serious amount of time spent winmerging it
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Shane78
Just tested quickly, and no it doesnt work properly in 139.
far too many core file edits... and edits of core files that have been amended in 139 from 138a.
would need a serious amount of time spent winmerging it
Yes, it requires some merging but it's not that difficult to do. I have several other admin mods installed and I was able to get it into 1.39a (it is 1.39a not 1.39). If you already have it installed, just compre the core files that it touches with the 1.39 mods and it should work. If you are running on PHP 5.3+ then you may need to look at all of the files in FEC.
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
JTheed
Yes, it requires some merging but it's not that difficult to do...
define difficult?... lol ;-)
could a new comer achieve this without error or frustration or several hours?... no...
yes i got it to work (badly), but far too much room for error, so IMHO it is not 139 compatible.
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Shane78
define difficult?... lol ;-)
could a new comer achieve this without error or frustration or several hours?... no...
yes i got it to work (badly), but far too much room for error, so IMHO it is not 139 compatible.
Sorry to disagree.. 1.3.9a compatibility should NOT be determined based simply on the degree of difficulty or ability of any one community member to successfully merge this module and use it with 1.3.9a. Incompatibility IMO means the module FLAT OUT out doesn't work and will need to be RE-WRITTEN/RE-WORKED to work with the latest version of Zen Cart.. (JMHO)
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
DivaVocals
Sorry to disagree.. 1.3.9a compatibility should NOT be determined based simply on the degree of difficulty or ability of any one community member to successfully merge this module and use it with 1.3.9a. Incompatibility IMO means the module FLAT OUT out doesn't work and will need to be RE-WRITTEN/RE-WORKED to work with the latest version of Zen Cart.. (JMHO)
lol, you're more than welcome to disagree, the world would be dull if people didn't.
However, i feel that for a 138 mod to be considered 139 compatible it shouldn't require the user TOO MUCH effort in plugging the module into the core code. After all, Zen Cart is about “putting the dream of online business ownership within reach of anyone!” Not the select few who make a living of developing sites with Zen Cart.
You're a very skilled developer, of course it's going to be more straight forward for you... Im not a developer, im Zen Cart shop owner. I scrape a living selling stuff, my time is focused on that. I dont have the time or the skill to become a developer so for that reason, if it is difficult for me and people like me, it's NOT 139 compatible (for the masses).
:wink:
-
Re: Fast and Easy Checkout for Zen Cart
Respectfully it doesn't take any developing skill to use Winmerge.. And I will maintain what I have always maintained with regards to tools like Zen Cart and the average store owner.. This tool (nor any other open source tool) will NEVER be as easy as ready made plug-n-play software.. Using these tools will ALWAYS require you to be WILLING to pick up some additional skills in order to customize or maintain it.. So I maintain that if a simple Winmerge is what is needed, then while it may not be an EASY task, easy should not be the qualification to determine incompatibility..
I say all of this and add that I am in no ways a "skilled developer" as in the likes of the author of this mod, Kuroi, and others who frequent this forum. I am merely an HTML developer who needed to step her game up because websites are no longer about static pages.. They are about dynamic content, and e-commerce. So the skills I speak of are skills I myself had to develop IF I wanted to make this tool something I offered to my clients.. (and for the record, while my day job is in Information Technology-Software development, developing websites is not how I earn my living, it is my second job in effect)
Quote:
Originally Posted by
Shane78
lol, you're more than welcome to disagree, the world would be dull if people didn't.
However, i feel that for a 138 mod to be considered 139 compatible it shouldn't require the user TOO MUCH effort in plugging the module into the core code. After all, Zen Cart is about “putting the dream of online business ownership within reach of anyone!” Not the select few who make a living of developing sites with Zen Cart.
You're a very skilled developer, of course it's going to be more straight forward for you... Im not a developer, im Zen Cart shop owner. I scrape a living selling stuff, my time is focused on that. I dont have the time or the skill to become a developer so for that reason, if it is difficult for me and people like me, it's NOT 139 compatible (for the masses).
:wink:
-
Re: Fast and Easy Checkout for Zen Cart
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.
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
lankeeyankee
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.
Good to know.. Thanks for the update..
-
Re: Fast and Easy Checkout for Zen Cart
Thanks for the reply and I appreciate where you are coming from and respect your opinion but I feel you are wrong.
All tasks in life require a learning curve, that is not the issue, the issue is if something can be easily merged or not. And from a NON-programmers point of view.. it is NOT an easy task. So from my NON-programmers point of view this is NOT a compatible mod. That is the point I am trying to make. But I guess this is all relative.
You may not consider yourself a skilled developer but users like me look up to users like you as you are clearly more skilled. You have set yourself up with a site on developing zc sites, you are regular active in the forums with good and accurate advice. While this is not your 1st source of income, your 1st source of income is in IT.. so you're skills are even more honed to this area.
consider this... how many users in this community ask questions that have already been answered in FAQ, installation guides, or ask questions about basic CSS, adding static links or even changing the layout. Would these people be able to mod FEC without several hours of confusion?
I guess ultimately we will have to agree to disagree.
(guess the next post will be from Kim saying im WAY off topic ;))
Quote:
Originally Posted by
DivaVocals
Respectfully it doesn't take any developing skill to use Winmerge.. And I will maintain what I have always maintained with regards to tools like Zen Cart and the average store owner.. This tool (nor any other open source tool) will NEVER be as easy as ready made plug-n-play software.. Using these tools will ALWAYS require you to be WILLING to pick up some additional skills in order to customize or maintain it.. So I maintain that if a simple Winmerge is what is needed, then while it may not be an EASY task, easy should not be the qualification to determine incompatibility..
I say all of this and add that I am in no ways a "skilled developer" as in the likes of the author of this mod, Kuroi, and others who frequent this forum. I am merely an HTML developer who needed to step her game up because websites are no longer about static pages.. They are about dynamic content, and e-commerce. So the skills I speak of are skills I myself had to develop IF I wanted to make this tool something I offered to my clients.. (and for the record, while my day job is in Information Technology-Software development, developing websites is not how I earn my living, it is my second job in effect)
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Shane78
And from a NON-programmers point of view.. it is NOT an easy task. So from my NON-programmers point of view this is NOT a compatible mod.
For the record I am also speaking from a NON-programmers POV.
Quote:
Originally Posted by
Shane78
You may not consider yourself a skilled developer but users like me look up to users like you as you are clearly more skilled. You have set yourself up with a site on developing zc sites, you are regular active in the forums
It's called INITIATIVE! I'm of the opinion that you need it to take on this tool..
Quote:
Originally Posted by
Shane78
Would these people be able to mod FEC without several hours of confusion?
IMO, yes... (Read lankeeyankee's post.. two files where core changes need to be made.. sounds like fairly low hanging fruit..) It's a simple matter of READING and asking questions.. at the simpliest.. it's really a matter of TRYING..
Quote:
Originally Posted by
Shane78
I guess ultimately we will have to agree to disagree.
That we will..
-
Re: Fast and Easy Checkout for Zen Cart
calm down for crying out loud, are you like this with ALL people that disagree with YOU!
LOL...
well, if its such any easy task there will be hardly any posts in the fourm RE this and 139
-
Re: Fast and Easy Checkout for Zen Cart
Can someone tell me how to get this working on 1.3.9a? I dont have any programming skills, so a reply for a dummy would be appreciated.
I tried updating myself last night but the right sidebox and footer disappeared, and although I want my customers to checkout without registration, the registration would no longer work?
Its now uninstalled :frusty:
Thanks for any help or advice. :unsure:
If not, is there a way to downgrade to 1.3.8?
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Shane78
calm down for crying out loud, are you like this with ALL people that disagree with YOU!
LOL...
I am plenty calm.. Simply answered you, no emotions involved..
Quote:
Originally Posted by
Shane78
well, if its such any easy task there will be hardly any posts in the fourm RE this and 139
That's not true at all, and not what I was trying to imply.. Simply stating things, I like to empower people to TRY, not tell them they can't do it.. There are some Zen Cart tasks which might require REAL programming skills.. This is not one of them as using Winmerge is not programming 'tis all.. And if anyone has trouble, they can simply TRY and ask questions so that they walk away having LEARNED.. Teach a man to fish..
-
Re: Fast and Easy Checkout for Zen Cart
LOL, fair enough, i dont wish to fall out with a fellow zenner... :hug:
Quote:
Originally Posted by
DivaVocals
I am plenty calm.. Simply answered you, no emotions involved..
That's not true at all, and not what I was trying to imply.. Simply stating things, I like to empower people to TRY, not tell them they can't do it.. There are some Zen Cart tasks which might require REAL programming skills.. This is not one of them as using Winmerge is not programming 'tis all.. And if anyone has trouble, they can simply TRY and ask questions so that they walk away having LEARNED.. Teach a man to fish..
-
Re: Fast and Easy Checkout for Zen Cart
instead of fighting, why not instruct me :hug:
-
Re: Fast and Easy Checkout for Zen Cart
Thats not fighting, thats flirting ;)
hahaha, i wouldnt be able to help you properly... its a mod that i never studied very well as i dont use it on my sites. Ms Vocals is better at this than me.
however, it is reported that this mod is not PHP5.3 ready... i dont know about your hosts but mine are upgrading to PHP5.3 in the very near future.. so im avoiding mods like this until a developer re-works them...
sorry
Quote:
Originally Posted by
moesoap
instead of fighting, why not instruct me :hug:
-
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 :(
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
moesoap
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...
-
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... :(
-
Re: Fast and Easy Checkout for Zen Cart
Thanks m8, ill take a look. :yes:
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
moesoap
instead of fighting, why not instruct me :hug:
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
Thats not fighting, thats flirting ;)
:laugh:
-
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
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
jdaven123
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.
-
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
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
NDSRevolution
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.
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
lankeeyankee
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.