XxWickedxX Posted December 29, 2006 Share Posted December 29, 2006 Ok for starters the tell-a-friend.php file has a parse error on line 134. That line is this. <?=echo sprintf(HEADING_TITLE, $product_info['products_name']);?> The error message reads like this Parse error: parse error, unexpected T_ECHO, expecting ',' or ';' in /home/www/mywebsite.com/tell_a_friend.php on line 134 The next thing is that there are no buttons on product details pages to tell a friend. Just to confirm I do have tell a friend for guest enabled in admin panel. So any help with these things I would appreciate. Please note as well that I have never messed with the tell a friend file. Link to comment Share on other sites More sharing options...
XxWickedxX Posted December 29, 2006 Author Share Posted December 29, 2006 Also I forgot to mention that in the product details page their are no places to sign up for product notifications. Link to comment Share on other sites More sharing options...
mtechama Posted December 29, 2006 Share Posted December 29, 2006 Ok for starters the tell-a-friend.php file has a parse error on line 134. That line is this. <?=echo sprintf(HEADING_TITLE, $product_info['products_name']);?> The error message reads like this Parse error: parse error, unexpected T_ECHO, expecting ',' or ';' in /home/www/mywebsite.com/tell_a_friend.php on line 134 The next thing is that there are no buttons on product details pages to tell a friend. Just to confirm I do have tell a friend for guest enabled in admin panel. So any help with these things I would appreciate. Please note as well that I have never messed with the tell a friend file. I see your problem change this: <?=echo sprintf(HEADING_TITLE, $product_info['products_name']);?> to this: <?php echo sprintf(HEADING_TITLE, $product_info['products_name']);?> I don't that will solve the problem or not. if it doesn't let me know Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP! Link to comment Share on other sites More sharing options...
XxWickedxX Posted December 29, 2006 Author Share Posted December 29, 2006 Ok that fixed the parse error. Thank you. However these problems remain. 1. Tell a friend does not appear anywhere on the template for users to get to the tell a friend file. 2. Members can sign up for product notifications in their account but their is not a place ont he product details pages to sign up for notifications on a certain product. Link to comment Share on other sites More sharing options...
XxWickedxX Posted December 29, 2006 Author Share Posted December 29, 2006 If anyone can just tell me the lines of code in the products info file that control the notifications button and tell a friend button I can take it from there I think. Link to comment Share on other sites More sharing options...
XxWickedxX Posted December 29, 2006 Author Share Posted December 29, 2006 Forgive my impatience but I am pulling a late nighter trying to get this accomplished. *Bump* Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.