www.reddawgoutfitters.com
Login required for checkout...
[email protected]
testtest
Thanks!
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 add<?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 in<?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.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?
Bookmarks