I had a customer who oculdnt complete the check out. After entering payment credit card info and hitting continue it just reloaded the same page she was already on
ANy known issues causing this? I also have ceon url mapping installed
Printable View
I had a customer who oculdnt complete the check out. After entering payment credit card info and hitting continue it just reloaded the same page she was already on
ANy known issues causing this? I also have ceon url mapping installed
Yes, i am not getting it to happen for me. I turned off the fast and easy check out they tried it after that and checkout went fine.
I'm using FEC with cowoa only I'd like to have the shop with confidence box on the login page anyone mangaged this.
Cheers
peter
I was looking into adding this service Fast and Easy Checkout to my website. I have just finished adding Tax Cloud to my site, and it appears that some files modified by Fast and Easy Checkout may use the same files. Is this true, or am I mistaken? If it does, how can I easily add this program to my site without damaging Tax Cloud. Thanks in advance.
The same answer as in your other thread http://www.zen-cart.com/showthread.p...29#post1147229
Although I and many many more use a tool called Beyond Compare rather than winmerge.
You have to merge one file into the other. A well written mod will have the blocks of code that you need to merge/copy within the file.
The reason why I asked here, it winmerge was making a mess, and was wounder if there were any files that the had in the download where not really needed, but where there as just placeholders.
thanks will try again
I merged files that where needed. When I go into the admin and enable "Fast and Easy Checkout" no tax is shown on checkout, if I disable Fast and Easy Checkout then on checkout tax is shown.
Thanks in advance
Maybe this question has been answered before, but I couldn't find it in a search.
I installed Fast and Easy Checkout on a 1.5 version of Zen Cart. My site is poolcuesexpress .com/store1.5
On the login page, when I set the Show Shipping Address to False, the shipping address is not shown but the Shipping Same as Billing Checkbox is not displayed when it is set to True.
When the Show Shipping Address is set to True, the shipping address form is shown and the Shipping Same as Billing Checkbox is displayed if set to True. When the Shipping Same as Billing Checkbox is set to False it is not displayed.
I want to Shipping Address set to False to make the login page to be shorter, but I want the Shipping Same as Billing Checkbox to be displayed.
Any help would be appreciated.
Dave
-
-
When using the COWOA option, is there a way to add an optional create account field. Like so...
-
-
http://www.pazzle.co.uk/images/socia...ntoptional.png
Can anyone help, i've installed FEC and everything works except the coupon code when i type a code in and click update i get this,
Whoops! Your session has expired.
If you were placing an order, please login and your shopping cart will be restored. You may then go back to the checkout and complete your final purchases.
If you had completed an order and wish to review it, or had a download and wish to retrieve it, please go to your My Account page to view your order.
everything else works fine
I wouldn't bother pricey, iv'e had no response for 2 days now.
Guess we're on our own
Guess we are Inxie, ill just have a 3 page checkout don't think it will be off potential customers too much.
Maybe I missed it but has anyone gotten Fast and Easy Checkout to work with Ultimate SEO yet? I installed FAC and everything worked perfectly until I clicked on the checkout button to make a payment. Then I was met with a message that says, Processing please wait....... and nothing every happened.
Currently I only have Paypal Standard setup for the checkout process and the test user was not directed to the paypal checkout page. instead met with the "processing please wait" message.
I have the Ultimate SEO turned on.
Please let me know if you have any ideas guys. Have a kickasss day!
A common issue...have you installed CJ Loader as per step 1 of the installation readme?Quote:
I was met with a message that says, Processing please wait....... and nothing every happened.
I found the resolution to this question on Numinix.com . This is the link to the forum I read on Numinix: http://www.numinix.com/forum/viewtop...&t=4&start=855
Heres the answer if your too lazy to go to that website guys! Hope this helps anyone else that may have the same issue
You maybe missing the body onload function see below
Find in your template the tpl_main_page.php
includes/templates/YOUR_TEMPLATE/common/ folder (YOUR_TEMPLATE) is the actual name of your template
Code: Select all
<body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>
Replace with
Code: Select all
<body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?><?php if(FEC_ONE_PAGE == 'true' && $_GET['main_page'] == 'fec_confirmation') echo ' onLoad="document.fec_confirmation.submit();"';?>>
Save file and re-upload BE SURE to backup your original tpl_main_page.php file
See if that helps
ANSWER
You maybe missing the body onload function see below
Find in your template the tpl_main_page.php
includes/templates/YOUR_TEMPLATE/common/ folder (YOUR_TEMPLATE) is the actual name of your template
Code: Select all
<body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>
Replace with
Code: Select all
<body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?><?php if(FEC_ONE_PAGE == 'true' && $_GET['main_page'] == 'fec_confirmation') echo ' onLoad="document.fec_confirmation.submit();"';?>>
Save file and re-upload BE SURE to backup your original tpl_main_page.php file
See if that helps
Is CJ Loader 100% necessary? Im asking because I did NOT install CJ Loader and my FEC install seems to be working perfectly fine. Im running Zencart 1.5 and used the newest install of FEC.
I just want to make sure CJ Loader is not 100% necessary! If it is will someone please respond and let me know why? Upon reading info on the CJ Loader it did not seem to be something you HAVE to have. Thanks in Advance!
if it wasn't nessacery, it wouldn't say in step one off the installation of FEC "Install CJ loader"
Well I did some reading and research on the CJLoader and I dont believe it is necessary. Although it does sound extremely userful. heres a quick write up on from the company.
"This module was initially written to make working with Ajax on Zencart much easier. We decided to release it to the wild in hope that people can make use of it, fork it, improve it, or report bugs and issues as well as features they want. The document is next to nothing for now, but we will try to work on it, feel free to send us questions via our contact form at rubikintegration.com"
and this is a link to an "About" on CJLoader http://wiki.rubikintegration.com/zen...t_loader/about . As it does offer some valuable tools I respectfully disagree that it is 100% necessary. But, Im not an expert on FEC which is why I was asking for some information as to WHY it is needed. Thanks
For FEC, CJ loader makes sure certain css an js files are loaded on pages in the order you want making sure you get the desired result.
You do not need to enable it in the admin
My LOGIN and my CHECKOUT page are the same page after installing this mod.
Why is it like that? How can I have them as 2 different pages?
i just installed fast and easy checkout 1.10.0 with a fresh install of zen cart 1.5.1 when i got to create and account it just refreshes the page like something went wrong but everything is black and when i check it did create an account but then i try to sign in and it does the same thing what did i do wrong ?
http://www.aandd-309-695-5778.ad-dis...rformance.com/
i just installed fast and easy checkout 1.10.0 with a fresh install of zen cart 1.5.1 when i got to create and account it just refreshes the page like something went wrong but everything is black and when i check it did create an account but then i try to sign in and it does the same thing what did i do wrong ?
http://www.aandd-309-695-5778.ad-dis...rformance.com/
please help still no luck here
this would be true if the CJ Loader was re-written or modified to do something else other than being a minimizer app.. (which is how it was initially billed)
If one can turn off the CJ Loader and still run FEC, then perhaps you do NOT need the CJ Loader to use FEC. There have been folks who've reported success with FEC without installing the CJ Loader.. **shrugs**
zc1.5
My site stopped working and I'm trying to resolve the issue.
It quit completing orders sometime yesterday but had been working fine up until then.
Could the Ceon URI Mapping or Ceon URI Mappings Manager be causing a conflict with this add-on?
Well i think i got it working a little bit more but now its stuck that the your order is being processed page and the order didn't show on the admin side
Ok i found and fixed the error for the gift certificate i put a over ride file in the wrong place for the gv-redeem.php file
Geez i have no idea how i missed that all works now
Thanks
http://www.aandd-309-695-5778.ad-dis...ain_page=login
a plugin waiting for admin input here too?
I am trying to get the social login installed and im having problems with it now i need to merge 2 files together how would i do that
The fec uses tpl_login_default.php and so does the Social login. i tried to use winmerge but it overwrites the lines i need for the one to work.
i did but im still having no luck on how to combine/merge these 2 files if anyone can help me that would be great please send me a pm or something
Thanks
how do you still allow different shipping options during checkout after they meet the free shipping option. it just makes the free shipping the only option and doesn't add the handeling fee
http://www.aandd-309-695-5778.ad-dis...rformance.com/
Also i have the insurance module installed and it doesn't show up during the checkout
How do you remove the mandatory shipping insurance?
how do you get the master password to work in this module?? i can't seem to figure it out
Thanks
the non encrypted version note suggests using the encrypted version http://www.zen-cart.com/downloads.php?do=file&id=94
ok the only file that it makes you change is the header_php.php in login and i looked at them in winmerge there is 2 lines that are different but when i add the lines it overwrites the lines and when i put it on the site it breaks it??
Hi I have been working on installing this all last night and finally got everything merged but I must have one line that is not right.
My debug error log says
[16-Oct-2012 15:20:44] PHP Parse error: syntax error, unexpected T_DOUBLE_ARROW in /home3/xxxxx/public_html/includes/classes/order.php on line 153
My modified includes/classes/order.php on that line reads
'city' => $order->fields['delivery_city'],
'postcode' => $order->fields['delivery_postcode'],
'state' => $order->fields['delivery_state'],
'country' => $order->fields['delivery_country'],
'format_id' => $order->fields['delivery_address_format_id']);
'shipping_telephone' => $order->fields['shipping_telephone']); // added shipping_telephone
if (empty($this->delivery['name']) && empty($this->delivery['street_address'])) {
$this->delivery = false;
I put line 153 in red. My website is www.luckylaketackle.com I have some other mods that I had to work around but it looks like everything else is working right now. It happens when I try and go to checkout. Thanks in advance for any help.
I disabled that line for the time being and a couple others calling for a telephone number. Now this is what I get. I have tried and tried searching for this I added a ?> at the end and that didn't change anything. I added another } and took them out with a number of different combinations but I still get the same error.
[16-Oct-2012 22:25:24] PHP Parse error: syntax error, unexpected $end in /home3/luckylak/public_html/includes/classes/order.php on line 1332
The end of my code for includes/classes/order.php looks like this:
$this->notify('NOTIFY_ORDER_INVOICE_CONTENT_FOR_ADDITIONAL_EMAILS', array('zf_insert_id' => $zf_insert_id, 'text_email' => $email_order, 'html_email' => $html_msg));
zen_mail('', SEND_EXTRA_ORDER_EMAILS_TO, SEND_EXTRA_NEW_ORDERS_EMAILS_TO_SUBJECT . ' ' . EMAIL_TEXT_SUBJECT . EMAIL_ORDER_NUMBER_SUBJECT . $zf_insert_id,
$email_order . $extra_info['TEXT'], STORE_NAME, EMAIL_FROM, $html_msg, 'checkout_extra', $this->attachArray);
}
$this->notify('NOTIFY_ORDER_AFTER_SEND_ORDER_EMAIL', array($zf_insert_id, $email_order, $extra_info, $html_msg));
}
}
I looked at the original and it looks like this. It ends like this. I am pretty new to this and am having no luck with getting this fixed.
Timbojrjr1, which version of FEC are you using? latest is here https://www.numinix.com/zen-cart-mod...en-cart-dl-760
Can anyone using FEC and one page checkout tell me if their discount coupons work? When I enter my coupon and press the update button next to it, NOTHING happens, literally nothing.
Uncaught ReferenceError: updateForm is not defined
That's the error im getting in my log when I click the update button for my coupon codes, I realise this is not normal. Why is it not defined? Am I missing a file or code?
-- I copied over the JS files from the install package, it all matches up but I just did it for safe measure and no change, still broken...
Could you please do a search in developers tool kit for 'updateForm' and tell me what file(s) the term is used in?
My search results show: jquery_checkout.php and tpl_checkout_stacked.php
I guess I just took the one off the zen cart site. I will download this one and see about merging these files. I think I got quite a bit of it right but what does this mean:
if ((PROJECT_VERSION_MAJOR == 1 && substr(PROJECT_VERSION_MINOR, 0, 3) <= 3.8)) {
It was messing up on this also but I am not sure what this means in php script.
ha! that fixed the vanilla problem, but on my modded site, i checked my cj loader install (it's fine) and my checkout.php page is just straight up not loading the fec jquery. i'll need to go thru everything yet again and see what got missed in my merging. i'll post my findings after.
also, noticed on the vanilla, when i used the dreamweaver FTP (vs copy/paste merge on modded), it totally screwed with the html_header.php. just a warning to people.
It looks like it was from the older version. I must of been installing 1.10 and now I have 1.11 and I will try and install that tonight. It looks like I just have to modify one file for password attempts per session.
That was from the includes/pages/order_php from the older version line 18.
That will teach me to read install instructions properly, thank you so much fixed several issues I was having!Quote:
did you install cj loader as per the FEC install guide?
It seems to be working great. I tested it a couple of times and it works great. Thank you so much.
Just noticed that this CJ loader causes a problem on my login page. I have a script on my create account form that disables fields if the checkbox is checked, this part of the form disappears 1 second after loading the page, you can even see it here http://www.pazzle.co.uk/index.php?main_page=login
What does this CJ loader do exactly, it's interrupting other scripts on my site?
Using FEC v1.10 I can't seem to find where to remove the brackets from around the shipping selection(s) on the checkout page. I have found and removed them successfully from the standard Zen Cart 1.50 and have removed all '(' and ')' I could find in the FEC files - but no luck - they're still there whenever I turn FEC back on.
Anyone know where they are hiding?
TIA
Tom
www.reddawgoutfitters.com
Login required for checkout...
[email protected]
testtest
Thanks!
These are what I am referring to....
www.reddawgoutfitters.com/SnipImage.JPG
Absolutely correct on the Advanced Shipper module, it's excellent! Conor is a stand up guy. When I turn off FEC, and with or without Advanced Shipper, I have successfully been able to get the brackets turned off. As soon as I enable FEC, they come back. I've searched and removed the brackets from what I believe to be the pertinent files but no change.
/includes/templates/my_template/templates/tpl_checkout_default, tpl_checkout_stacked, tpl_checkout_success_default, tpl_fec_confirmation_default
/includes/modules/pages/checkout/header_php.php
/includes/modules/pages/fec_confirmation/header_php.php
I can't remember which had them or which didn't, but I checked them all and removed '( ' and ' )' if they were there.
In the default cart...
/includes/modules/pages/checkout_shipping/header_php.php
/includes/templates/template_default/templates/tpl_modules_shipping_estimator.php
Hey everyone,
I just installed FEC. It is a great mod but I am having an issue with it.
http://www.royal-fleur.com
When I go to checkout, it requires me to enter my biling information then you have the " already checked " box with same address for biling and shipping.
I would like to have the shipping address fields show by default instead of having to unchecked the box to make these fields appear.
How can I have the shipping address show by default in FEC? ( this also includes for COWOA customers)
Thanks in advance for your help
I am trying to combine this with the Tip Module that allows customers to add a tip onto the order. We use Zen-Cart for home pizza delivery. Many of our credit card paying customers like to tip on the card. The easiest solution for this is adding it on before checkout.
I have found in the following files used by fec that contain the required script mods as explained by the tip module.
includes/templates/classic/templates/tpl_checkout_stacked.php
includes/templates/classic/templates/tpl_fec_confirmation_default.php
includes/templates/classic/templates/fec/tpl_modules_esl_ordertotal.php
According to the tip module you find in the tpl_checkouth_payment_default.php the follow lines
and just before the </fieldset> you addQuote:
<?php
if (MODULE_ORDER_TOTAL_INSTALLED) {
$order_totals = $order_total_modules->process();
?>
<?php $order_total_modules->output(); ?>
<?php
}
?>
The other modification this module requires is inQuote:
<?php
// BOF ORDER_TOTAL TIP MODIFICATION
if(MODULE_ORDER_TOTAL_TIP_STATUS == 'true') {
?>
<label class="inputLabel" for="add_tip" id="add_tipLabel"><?php echo ENTRY_ADD_TIP; ?></label>
<?php echo zen_draw_input_field('add_tip', ($_SESSION['add_tip'] ? $_SESSION['add_tip'] : ''), 'size="5" id="add_tip"'); ?>
<br class="clearBoth" id="add_tipBreak" />
<?php
}
// EOF ORDER_TOTAL TIP MODIFICATION
?>
includes/languages/english/your_template/checkout_payment.php
This I think is where my problem is. I haven't added this to any of the FEC files. I have added it to the one on my site and I think FEC is using that one. The only other thing I can think of is I need to add in a refresh command on the fec since I don't get another page to refresh the totals and confirm the total.Quote:
add a single define at the end of the file: define('ENTRY_ADD_TIP', 'Add a Tip Amount?');
However when I use FEC It will ask for the tip amount on the checkout page. But when I checkout it does not update the total. Can anyone tell me what I am missing and how to fix it?
Thank you in advance.
I am using this module and the update button does not work when coupon is added. If i hit enter the cart will update and reflect the change. I am using ZC 1.50 and FEC 1.10.1 How do I upgrade to 1.11.0 and will this correct the problem?
you can download the latest version from numinix site. Will it correct your issue? If it's installed correctly yes as there is most likely an issue with how your current version was installed/merged into your site. The latest version is much easier to install.
So I updated the module to Numinix Version: 1.11.0 Still the only way to get the coupon to work is to press enter pressing Update does nothing. I am not sure if it has to do with the CSS JS Loader or not. Uncertain on how to install it.
I guess I did, the problem is I dont see any instructions for installing it and since having this function work properly as well as not wanting to mess up the entire shopping cart, I like step by step instructions to make sure I do it all correctly.
Wouldnt it been easier to just make FEC work independently of this?
LOL if I had the knowledge to create the mod myself, I would.
I have no idea where the files go, Like I said, there are no instructions when you download the zip, the docs are really just a couple of lines.
When using the Ty Package Tracker plugin
http://www.zen-cart.com/downloads.php?do=file&id=75
How does that work with Fast and Easy on Zen 1.51.1? Any problems? It seems without an account login customers wouldn't be able to track their orders?
BACKUP FIRST!!!!!!!!!
ok, so there are 3 folders, have a look in includes>templates>YOUR TEMPLATE>common. You will see html_header.php
Open that file in winmerge or even better still, Beyond Compare (http://scootersoftware.com/) then do the same with your templates version of the same file and merge the changes from the CJ file into your original template file.
Then you should be able to just drop all 3 folders, Min, Plugins & Includes from CJ folder into the root directory of your store.
Next, login to your store admin>tools>SQL patches.
Open the SQL install file in whatever editor you use then copy and paste the content of it into your admin SQL patching box.
Done!
:smartalec:
You will see CJ listed in your admin configuration area now.
Does the version for 1.5.0 play nice on 1.5.1? I don't have any mods installed yet. So I am wondering if I can just overwrite the orders.php files etc with the ones included in the FEC download. I have tried comparing them in beyond compare 3 but since I don't know what most of this stuff does and version 1.5.1 has data that fec doesn't and vice versa I don't know what I need and what I can overwrite. For example Admin>orders.php line 109 in FEC lines up with 138 in v1.5.1 but they both have different data.
I'm hesitant to just overwrite the duplicate files included in FEC as it might mess up something in the upgrade.