Re: Tell a Friend free shipping Support Thread
Quote:
Originally Posted by
wwiii
i have installed this mod but it does not show up anywhere on my site. i have done the install twice so i am sure i have done it right. i also believe i have configured correctly in admin.
i am using zc 1.3.8 with fast easy checkout and easy sign up and login mods. could these other mods be the problem? if so is there a fix? i would really like to be able to use this mod.
thx
FEC use it's own pages and not the default tpl_checkout_shipping_default.php so tell a friend wont show up where it should. You will have to install the code into the two pages that FEC does use.
This code needs to be added..
Code:
//bof tell a friend
if($quotes[$i]["id"] == "tellafriend")
{
echo MODULE_SHIPPING_TELL_A_FRIEND_TEXT_CUSTOMER;
echo $tell_a_friend_email_error != "" ? "<div class='messageStackWarning'>$tell_a_friend_email_error</div>" : "";
?>
<div class="tellAFriendContent" style="width:50%;"><strong>Email</strong></div>
<div class="tellAFriendContent" style="width:25%;"><strong>First Name</strong></div>
<div class="tellAFriendContent" style="width:25%;"><strong>Last Name</strong></div>
<?
for ($j = 0; $j < $quotes[$i]['email_no']; $j++)
{
?>
<div class="tellAFriendContent" style="width:50%;"><?php echo zen_draw_input_field('tell_a_friend_email[]', $_SESSION["tell_a_friend_email"][$j], 'size="28"'); ?></div>
<div class="tellAFriendContent" style="width:25%;"><?php echo zen_draw_input_field('tell_a_friend_email_f_name[]', $_SESSION["tell_a_friend_email_f_name"][$j], 'size="15"'); ?></div>
<div class="tellAFriendContent" style="width:25%;"><?php echo zen_draw_input_field('tell_a_friend_email_l_name[]', $_SESSION["tell_a_friend_email_l_name"][$j], 'size="15"'); ?></div>
<br class="clearBoth" />
<?php
}
}
//eof tell a friend
In tpl_checkout_split.php look for code below, about line 246 linsert a space between the two curly braces and paste the above code. Do the same with tpl_checkout_stacked.php around line 215.
Code:
$radio_buttons++;
}
}
Re: Tell a Friend free shipping Support Thread
thx for quick rspns dave,
i kinda figured that was the issue but i am not a coder at all and have about 2 mos exp. with ZC and PHP so i would not know where to begin.
i tried inserting code as u said and still nothing. the side box where it tells u how much until u reach free shipping based on price works. but not the option to submit a referral for free shipping.
i am certain i followed ur instructions exactly and found the correct place for the code. was line 252 for 'split' file and line 221 for 'stacked' file for me. i can post if needed.
i do have a couple of other mods installed that i did not mention orig. cuz i did not think they would play a role in this. in hindsight may not have been for me to decide. my apologies if i left out important mods on first post.
installed mods:
FEC/ESL
SSU (simple seo url)
Reward Point Suite Full
Personalized My Account Link
Shopping Cart Sidebox with Checkout Button 1.0 (currently turned off)
Google Analytics and Sitemap.
again thx for ur help
Re: Tell a Friend free shipping Support Thread
Quote:
Originally Posted by
wwiii
i do have a couple of other mods installed that i did not mention orig. cuz i did not think they would play a role in this. in hindsight may not have been for me to decide. my apologies if i left out important mods on first post.
Sorry that didn't work for you. I don't have the FEC mod installed so I would have to create another test install and see why it's not working. I assumed that FEC used the shipping code, but did a split depending on what switches you turned on in admin.
I'm booked right now with 3 major deadlines to hit within the next two months, so my free time is short. Give me some time to run up a new test install.
The other mods you listed shouldn't be a problem. The shipping is only accessed during checkout.
Re: Tell a Friend free shipping Support Thread
thx
not a big issue just liked the mod and was hoping to use it. but i understand, i can wait. i think it's a great way to help build a solid mailing list and get new customers.
i appreciate all ur efforts. i will continue to monitor this thread in hopes that u will eventually find a solution. wish i could do myself but that ain't happenin.
thx again
Re: Tell a Friend free shipping Support Thread
Hi, We have this mod installed but customers are complaining that is it misleading when it pops up with "You are elgible for free shipping" and then they go to check out and have to enter in three friends details> What file is the script in "You are eligible for free chipping" so I can amend it. I've had a look but couldn't locate it. Thanks
Re: Tell a Friend free shipping Support Thread
Quote:
Originally Posted by
jazzah
Hi, We have this mod installed but customers are complaining that is it misleading when it pops up with "You are elgible for free shipping" and then they go to check out and have to enter in three friends details> What file is the script in "You are eligible for free chipping" so I can amend it. I've had a look but couldn't locate it. Thanks
If your referring to the side shopping cart box then look at \includes\templates\YOUR_TEMPLATE\sideboxes\tpl_shopping_cart.php
1 Attachment(s)
Re: Tell a Friend free shipping Support Thread
I have installed this mod several times and can not get the mod to record the orders placed. I downloaded a fresh copy of zencart and installed it in my server using xampp. I installed a fresh copy of this mod but still can't get it to work.
Everything works as I assume it should during the checkout process but it does not record the order as shown on the picture. It does however add the email address of the referred customer.
Can anyone help me with this and tell me what am I doing wrong?
Thanks
Re: Tell a Friend free shipping Support Thread
Quote:
Originally Posted by
bigjoed
I have installed this mod several times and can not get the mod to record the orders placed. I downloaded a fresh copy of zencart and installed it in my server using xampp. I installed a fresh copy of this mod but still can't get it to work.
Everything works as I assume it should during the checkout process but it does not record the order as shown on the picture. It does however add the email address of the referred customer.
Can anyone help me with this and tell me what am I doing wrong?
Thanks
Depending on how you set up the mod (Modules, Shipping) in admin, it reduces or removes the cost of shipping if they add email address during checkout. A email can be auto sent or manual sent to the added email address depending on your settings.
the modified file are
/includes/modules/YOUR_TEMPLATE/checkout_process.php
/includes/modules/pages/checkout_shipping/header_php.php
The mod in it self does not record orders. it's only effect is on shipping. The mod was tested on 1.3.8a.
Re: Tell a Friend free shipping Support Thread
Never Mind. The mod apparently works fine. I went ahead and tested it on a live demo site and the order was recorded as it should. My guess is since I have not setup my mail server on localhost to work properly, the emails could not be sent and the order was not placed.
Once I tested it on a live demo site all the emails were sent out and the order was recorded.
Thanks for a great mod.
1 Attachment(s)
Re: Tell a Friend free shipping Support Thread
I'm trying to make this work with Fast & Easy Checkout. I followed your instructions shown on post #11 and the contribution displays the notice of Free Shipping and the email textboxes. The problem is that the emails do not get added to the database when you type them. The second issue is that if you select Tell a Friend Free Shipping but do not enter an email, the order still gets processed without any warning letting you know that you are missing something.
Do you know how to fix this? I know this is not what this mod was intended for but it would be an useful addition when combined with FEC.
Again thanks for a great mod