Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

adding an image to index page


Guest

Recommended Posts

Posted

Hello,

 

I am trying to add an image to the index page.

 

http://twixtidsista.com/catalog/index.php

 

I can add the image below what's new.

 

define('TEXT_MAIN', '<img src="http://twixtidsista.com/catalog/images/main_model.jpg">Greetings from Twixtid Sista Designs. My name is Sheri Hicks and I have been designing jewelry for over 10 years. However, I have only been selling my jewelry in shows during the last three years. As my son has gotten older and involved in more activities, especially on the weekends, I decided to give my current customers and hopefully new customers a way to see and purchase all of my designs between shows. <br><br><br />

');

 

I want to make it appear at the top of the box. Anyone know how?

 

I would also like to resize the center box so it takes up the entire section, removing the right column all together. I removed the info but not the column. What did I do wrong?

 

How do I get rid of that new product icon?

 

Thank you for all of your help.

Posted

to remove the entire right column in catalog/index.php find:

 

<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>

 

make it

 

// <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>

 

When you say you want it to appear "at the top of the box" can you be more descriptive?

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Posted
to remove the entire right column in catalog/index.php find:

 

<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>

 

make it

 

// <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>

 

When you say you want it to appear "at the top of the box" can you be more descriptive?

 

That wont work ... thats a PHP comment ... needs to be in the <?php tag:

 

<?php // require(DIR_WS_INCLUDES . 'column_right.php'); ?>

Posted

OOPs.. sorry.. its late, i need to get to bed.. so yea, do what he said

/\

|

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Posted
OOPs.. sorry.. its late, i need to get to bed.. so yea, do what he said

/\

|

 

:lol: dont worry i do it all the time too :) :D

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...