Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ALMOST DONE


cebuprincess

Recommended Posts

Posted

I am almost ready to go but have two minor things I cant figure out. My website is:

http://cebuprincess.com/osCommerce/catalog/index.php

In the center of the page is my logo with the jewelry and the baby.

Second line below that picture says "TEXT_MAIN" and a small picture is shown immeadiately to the right of my photo shows little buildings or something. The URL of that picture is http://cebuprincess.com/osCommerce/catalog...und_default.gif

How do I get rid of these two items?

Posted

you can comment out that line with a // between php and eco (php // echo) in the code or you can replace that image with the pixel_trans.gif in your images folder.

 

Right click on the image for its properties and location.

 

The text_main is looking for information to fill that space from your language folder.

Posted

Just to add to what Rachael has told you, incase you didn't understand. Edit your includes/languages/english/index.php, see the first definition -

define('TEXT_MAIN', ''); - and make sure you have the second set of single quotes I have highlighted in red.

If you want some text on your landing page (which you should IMHO), put it between those single quotes.

Archived

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

×
×
  • Create New...