Glamorusshoe:
Your idea got me farther, but now the link will not work, there is no link at all. But it shows up corrently in the Information SideBox
Here is what I go so far:
SIDEBOX - INFORMATION.PHP
PHP Code:
<?php/** * information sidebox - displays list of general info links, as defined in this file * * @package templateSystem * @copyright Copyright 2003-2006 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license [url]http://www.zen-cart.com/license/2_0.txt[/url] GNU Public License V2.0 * @version $Id: information.php 4132 2006-08-14 00:36:39Z drbyte $ */ unset($information); if (DEFINE_SHIPPINGINFO_STATUS <= 1) { $information[] = '<a href="' . zen_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a>'; } if (DEFINE_PRIVACY_STATUS <= 1) { $information[] = '<a href="' . zen_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a>'; } if (DEFINE_CONDITIONS_STATUS <= 1) { $information[] = '<a href="' . zen_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a>'; } if (DEFINE_CONTACT_US_STATUS <= 1) { $information[] = '<a href="' . zen_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>'; } if (DEFINE_MAKE_OFFER_STATUS <= 1) { $information[] = '<a href="' . zen_href_link(FILENAME_MAKE_OFFER) . '">' . BOX_INFORMATION_Make_Offer . '</a>'; }
INCLUDES_LANGUAGES_ENGLISH_CLASSIC - MAKE_OFFER.PHP
PHP Code:
<br>We carry many items that are <i><b><font color="#FF0000">New</font></b>, <b><font color="#FF0000">Used</font></b>,<b><font color="#FF0000">New/Used</font></b> </i>and/or<i> </i><b><i><font color="#FF0000">Refurbished</font></i></b>here at <b><font color="#0000FF">Semi</font><font color="#009900">Electronics</font></b>. </br><br>We created the <b><i><font color="#0000FF">Make Offer</font></i></b> optionfor our customers to allow you a way of getting a part below current marketpricing. You will find most <b><i><font color="#0000FF">Make Offer</font></i></b>options on <b><i><font color="#FF0000">Used</font></i></b> and/or <b><i><font color="#FF0000">Refurbished</font></i></b>part items, but at times you may even see it on <i><b><font color="#FF0000">New</font></b></i>or <font color="#FF0000"><b><i>New/Used </i></b></font><font color="#000000">partitems as well.</font></br><br>When a <b><i><font color="#0000FF">Make Offer</font></i></b> option is used,it will be apart of the Part Information. There will be a <b><i><font color="#0000FF">MakeOffer</font></i></b> option shown and a <b><u><font color="#0000FF">Yes</font></u></b>that will have an email link attached to it.</br><br><b>Make Offer:</b> <a href="mailto:makeoffer@semielectronics.com?Subject=ItemID: [Part ID Number]&Body=Please Enter your Make Offer for this Item:">Yes</a></p><p align="center">Please note that all <b><i><font color="#0000FF">Make Offer</font></i></b> are unique to each part item so not to confuse you and/or us.</p>
This is what is added to make this work in the Information SideBox.
Also how do I get the easy way of doing this to work as in Glamorousshoe demo as this looks like a better and easier way. But now I don't care as I want to it work no matter what method and I want it to work as I have wanted it to work in the INFORMATION SIDEBOX. I hate the SIDEBOX it has creted in the ez-page.
PLEASE for god sakes help me, as this should NOT be so hard, or I am a total moron as I can't figure this out!
Bookmarks