ronrrico Posted August 28, 2008 Posted August 28, 2008 Hi guys, Awsome script! I need some help with this. I currently have installed Graphical Borders & Individual Boxes on my site. In the box header of product_info I managed to insert Ask a question, Tell a friend and Add to favorites See demo youreshopping.com/king-replacement-p-4.html I'm trying to replace the current Add to favorites text link I have in product_info with a Add to favorites text link that opens the socializer. I can't get it to work This is the current header box script: <?php $text='<center><a href="' . tep_href_link(FILENAME_ASK_QUESTION, 'products_id='.$HTTP_GET_VARS['products_id']) . '">' . TEXT_ASK_A_QUESTION .tep_image(DIR_WS_IMAGES . 'table_background_question.gif').'</a> <a href="' . tep_href_link(FILENAME_TELL_A_FRIEND, 'products_id=' . $HTTP_GET_VARS['products_id'], 'NONSSL') . '">' . TEXT_TELL_A_FRIEND .tep_image(DIR_WS_IMAGES . 'table_background_tell_a_friend.gif').'</a> <a href="java script:window.external.AddFavorite(location.href,document.title);" class="main">'.ADD_TO_FAVORITES.tep_image(DIR_WS_IMAGES . 'table_background_add_to_favorites.gif').'</a></font>'; echo mws_header ($text);?></center> Thank in advance, Ronnie Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.