pippi Posted August 7, 2005 Posted August 7, 2005 Hey. Have tried to change the shopping cart heading into a picture... Can place an image within the heading, but i want it to replace the entire heading as well as working as a link into the shopping cart... If anyone could help me with this Id really appriciate it !!
tinamartinez Posted August 7, 2005 Posted August 7, 2005 Hey. Have tried to change the shopping cart heading into a picture... Can place an image within the heading, but i want it to replace the entire heading as well as working as a link into the shopping cart... If anyone could help me with this Id really appriciate it !! <{POST_SNAPBACK}> Hi, I guess look at this site I just did and if this is what you want to do, I will tell you how I did it. EZ2read.com Regards, Tina dharmainternet.com Regards, Tina ____________________________________________________
pippi Posted August 8, 2005 Author Posted August 8, 2005 Hi, I guess look at this site I just did and if this is what you want to do, I will tell you how I did it. EZ2read.com Regards, Tina dharmainternet.com <{POST_SNAPBACK}> Hello. Thanks for your reply. I was wanting to change my shopping cart box into something simillar. But, if possible, I would like to keep the border around the box, as well as linking the header with the cart contents. Thanks again.
pippi Posted August 13, 2005 Author Posted August 13, 2005 Hello again. Posted this question a few days ago... but it must have gotten lost :) Anywho, instead of writing a new topic I figured I could just update it... So, Is there anyone that could help me with how I can remove the header on a box and replace it with an image? Thanks in advance
satish Posted August 13, 2005 Posted August 13, 2005 Hello again. Posted this question a few days ago... but it must have gotten lost :) Anywho, instead of writing a new topic I figured I could just update it... So, Is there anyone that could help me with how I can remove the header on a box and replace it with an image? Thanks in advance <{POST_SNAPBACK}> Try using background image as the image you want to place and have no heaing in text. Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
satish Posted August 13, 2005 Posted August 13, 2005 Try using background image as the image you want to place and have no heaing in text. <{POST_SNAPBACK}> Teh other way is block the code new infoBoxHeading($info_box_contents, false, false, tep_href_link(FILENAME_PRODUCTS_NEW)); and let you box content start with an image. Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
satish Posted August 13, 2005 Posted August 13, 2005 Teh other way is block the code new infoBoxHeading($info_box_contents, false, false, tep_href_link(FILENAME_PRODUCTS_NEW)); and let you box content start with an image. <{POST_SNAPBACK}> This will work. Heading Text Replacement The simple method of having images in the box heading is to replace the heading text value with an image. This can be done by editing the main language file in the includes/languages/ directory, for example includes/languages/english.php. To replace the Categories box heading with an image, the heading title definition of BOX_HEADING_CATEGORIES will need to be changed from: define('BOX_HEADING_CATEGORIES', 'Categories'); To: define('BOX_HEADING_CATEGORIES', '<img src="images/a_graphic_image.gif">'); Satish Mantri Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
pippi Posted August 13, 2005 Author Posted August 13, 2005 Thanks! Ive been writing a lot here today... Anywho, have placed a picture in the heading before :) . But will try your suggestion to block the code new infoBoxHeading($info_box_contents, false, false, tep_href_link(FILENAME_PRODUCTS_NEW)); However... I was wondering if someone could tell me how to change the width of the boxes. In my case the shopping cart and information box. Thanks in advance!!
satish Posted August 13, 2005 Posted August 13, 2005 Hey. Have tried to change the shopping cart heading into a picture... Can place an image within the heading, but i want it to replace the entire heading as well as working as a link into the shopping cart... If anyone could help me with this Id really appriciate it !! <{POST_SNAPBACK}> define('BOX_HEADING_CATEGORIES',<a href='http://www.oscommerce.com/forums'> '<img src="images/a_graphic_image.gif">'); That is try placing an href along with the image as we generally do in a php. <a href='http://www.oscommerce.com/forums'> Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.