Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

bgrcmodels

Archived
  • Posts

    105
  • Joined

  • Last visited

Profile Information

  • Real Name
    Ben

bgrcmodels's Achievements

  1. All these have now been fixed in the new release of this Contrib. Can be doloaded in " Contributions " section on osC. Here for all to enjoy, if you have any problems, please e-mail me. Thanks Ben
  2. No I understand, I have that exact code, it just does not seem to change the text displayed.
  3. Yeh I installed it as stated in the manual. Dont understand it really, there must be something not quite right
  4. Hello, Managed to install all ok, Just cant seem to get the Header Text Colour to change. Can someone advise how to do this ? Please see my site here: htp://www.bgrcmodels.com Thanks in advance Ben
  5. I have been looking for this for ages. Many Thanks Ben
  6. Hello, I have managed to install the buttons from this contrib but not sure how to change the box images. Contrib URL: http://www.oscommerce.com/community/contri...arch,box/page,2 Can someone help me or guide me in the right direction on what files i have to modify and what i have to do to use the Box images from this contrib Many Thanks Ben
  7. Hello, I have been looking for a contrib to enable me to install the option to offer Collection In Person with a price of ?0.00 in the Shipping Options when Checking Out. I could not find one so i made this. It works well, and i thought i would share it with everyone. I have uploaded the Contrib here: "Collection In Person" Contribution Let me know what you think if you use it, all comments welcome. Many Thanks Ben BG RC Models
  8. Hello, I have installed this Contribution to my website and i am looking for a little help on modifying this a little bit to make a slightly different box. below i have provided all the relevent information required, i just need help with the coding of it: Here is the script as standard from the paypal information box: <?php /* $Id: information.php,v 1.5 2002/01/11 22:04:06 dgw_ Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2001 osCommerce Released under the GNU General Public License */ ?> <!-- paypal_link //--> <tr> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => BOX_HEADING_PAYPAL ); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('align' => 'center', 'text' => '<a href="#" onclick="java script:window.open(\'https://www.paypal.com/us/cgi-bin/webscr?cmd=xpt/popup/OLCWhatIsPayPal-outside\',\'olcwhatispaypal\',\'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=400, height=450\');"><img src="http://www.bgrcmodels.com/catalog/images/logo-paypal.gif" border="0" alt="Solution Graphics"></a>'); new infoBox($info_box_contents); ?> </td> </tr> <!-- paypal_link_eof //--> I would like to change the image inside the box and the link so it links to a different page also in a new window: URL of link that i want to image once clicked on to take me: http://help.nochex.com/esupport/index.php?_a=knowledgebase&_j=questiondetails&_i=51&nav=+%26gt%3B+%3Ca+href%3D%27index.php%3F_a%3Dknowledgebase%26_j%3Dsubcat%26_i%3D29%27%3EAbout+Nochex%3C%2Fa%3E Image i would like in the box: http://www.bgrcmodels.com/catalog/images/cardsboth1.gif If anyone can help me code this i would be very greatfull. I can code it so it opens in the same window once clicked on the logo but i want it to open in a new window. Many Thanks in advance Ben
×
×
  • Create New...