Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...