Zen Cart Logo
Forums / All Other Contributions/Addons / Fast and Easy Checkout

Fast and Easy Checkout

Views: 550,884

Results 1,481 to 1,500 of 2,177
18 Oct 2012, 6:13 PM
#1483
apogeerockets avatar

apogeerockets

Zen Follower

Join Date:
Aug 2011
Posts:
104
Plugin Contributions:
0

Re: Fast and Easy Checkout

apogeerockets:

i'll need to go thru everything yet again and see what got missed in my merging. i'll post my findings after.

turns out it was a formatting issue on checkout_default. make sure the div with id="checkout" stays in the same spot when you're changing things on your template. :)

18 Oct 2012, 8:51 PM
#1484
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Fast and Easy Checkout

RedDawg1:

These are what I am referring to....

https://www.reddawgoutfitters.com/SnipImage.JPG

Am I right in thinking you are using Advanced Shipper by the excellent Ceon? What happens when you switch that mod off and use default shipping module?

18 Oct 2012, 9:06 PM
#1485
reddawg1 avatar

reddawg1

New Zenner

Join Date:
Sep 2012
Posts:
7
Plugin Contributions:
0

Re: Fast and Easy Checkout

picandnix:

Am I right in thinking you are using Advanced Shipper by the excellent Ceon? What happens when you switch that mod off and use default shipping module?

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.

18 Oct 2012, 9:25 PM
#1486
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Fast and Easy Checkout

RedDawg1:

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.

which file did you remove them from? Yes I cannot agree enough about Conor.

18 Oct 2012, 11:23 PM
#1487
reddawg1 avatar

reddawg1

New Zenner

Join Date:
Sep 2012
Posts:
7
Plugin Contributions:
0

Re: Fast and Easy Checkout

picandnix:

which file did you remove them from? Yes I cannot agree enough about Conor.

/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

24 Oct 2012, 6:39 AM
#1488
nicksab avatar

nicksab

Totally Zenned

Join Date:
Apr 2011
Posts:
592
Plugin Contributions:
0

Re: Fast and Easy Checkout

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

27 Oct 2012, 5:13 PM
#1489
southshorepizza avatar

southshorepizza

Zen Follower

Join Date:
Sep 2012
Posts:
253
Plugin Contributions:
0

Re: Fast and Easy Checkout

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

<?php if (MODULE_ORDER_TOTAL_INSTALLED) { $order_totals = $order_total_modules->process(); ?> <?php $order_total_modules->output(); ?> <?php } ?>

and just before the </fieldset> you add

<?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 ?>

The other modification this module requires is in
includes/languages/english/your_template/checkout_payment.php

add a single define at the end of the file: define('ENTRY_ADD_TIP', 'Add a Tip Amount?');

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.

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.

5 Nov 2012, 9:20 PM
#1490
pullingoutmyhair avatar

pullingoutmyhair

New Zenner

Join Date:
Nov 2012
Posts:
20
Plugin Contributions:
0

Re: Fast and Easy Checkout

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?

5 Nov 2012, 9:58 PM
#1491
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Fast and Easy Checkout

PullingOutMyHair:

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.

6 Nov 2012, 10:30 PM
#1492
pullingoutmyhair avatar

pullingoutmyhair

New Zenner

Join Date:
Nov 2012
Posts:
20
Plugin Contributions:
0

Re: Fast and Easy Checkout

picandnix:

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.

Thank you I have downloaded it but could not find any upgrade instructions. How much would it cost to have it done for me?

6 Nov 2012, 11:48 PM
#1493
pullingoutmyhair avatar

pullingoutmyhair

New Zenner

Join Date:
Nov 2012
Posts:
20
Plugin Contributions:
0

Re: Fast and Easy Checkout

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.

7 Nov 2012, 6:24 AM
#1494
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Fast and Easy Checkout

PullingOutMyHair:

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.

Ah, I think You may have just answered your own question...are you saying you have not installed CJ Loader? If so then that's most likely your problem.
Which part of installing CJ Loader is catching you out?

7 Nov 2012, 6:00 PM
#1495
pullingoutmyhair avatar

pullingoutmyhair

New Zenner

Join Date:
Nov 2012
Posts:
20
Plugin Contributions:
0

Re: Fast and Easy Checkout

picandnix:

Ah, I think You may have just answered your own question...are you saying you have not installed CJ Loader? If so then that's most likely your problem.
Which part of installing CJ Loader is catching you out?

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?

7 Nov 2012, 6:38 PM
#1496
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Fast and Easy Checkout

PullingOutMyHair:

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?

I understand your point. Are you volunteering?

But in the meantime which part of the installation instructions are you stuck on?

7 Nov 2012, 7:08 PM
#1497
pullingoutmyhair avatar

pullingoutmyhair

New Zenner

Join Date:
Nov 2012
Posts:
20
Plugin Contributions:
0

Re: Fast and Easy Checkout

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.

7 Nov 2012, 10:24 PM
#1498
damon avatar

damon

New Zenner

Join Date:
Aug 2006
Posts:
14
Plugin Contributions:
0

Re: Fast and Easy Checkout

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?

7 Nov 2012, 10:41 PM
#1499
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Fast and Easy Checkout

PullingOutMyHair:

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.

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.

9 Nov 2012, 12:41 AM
#1500
southshorepizza avatar

southshorepizza

Zen Follower

Join Date:
Sep 2012
Posts:
253
Plugin Contributions:
0

Re: Fast and Easy Checkout

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.