New Zenner
- Join Date:
- Sep 2012
- Posts:
- 7
- Plugin Contributions:
- 0
Fast and Easy Checkout
picandnix:
A link to the page please Tom.
https://www.reddawgoutfitters.com
Login required for checkout...
[email protected]
testtest
Thanks!
Views: 550,884
New Zenner
picandnix:
A link to the page please Tom.
https://www.reddawgoutfitters.com
Login required for checkout...
[email protected]
testtest
Thanks!
New Zenner
picandnix:
A link to the page please Tom.
These are what I am referring to....
Zen Follower
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. :)
Totally Zenned
RedDawg1:
These are what I am referring to....
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?
New Zenner
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.
Totally Zenned
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.
New Zenner
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
Totally Zenned
Hey everyone,
I just installed FEC. It is a great mod but I am having an issue with it.
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
Zen Follower
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.
New Zenner
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?
Totally Zenned
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.
New Zenner
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?
New Zenner
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.
Totally Zenned
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?
New Zenner
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?
Totally Zenned
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?
New Zenner
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.
New Zenner
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?
Totally Zenned
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.
Zen Follower
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.
Fields marked required must be completed.
Tell staff why this post should be reviewed.