Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

help please


spunkurmonkey

Recommended Posts

Posted

There is a number of ways - depends on where you want to put it.

You can enter the path to the image in html on page:

catalog/includes/languages/english/index.php

This will put the image in the body.

 

Or you can add the image to the header or footer file..

 

It depends on where you want to put the image.

Lloyd

Posted
im finding this abit hard...where abouts can i find the html page

There is not an html page. The html is inside the php page.

Posted

Try this, go to this page:

catalog/includes/languages/english/index.php

 

Then find this line of code:

define('TEXT_MAIN', '

 

You will probably see a lot of text after the line above. This is the text that displays on your home page. You can edit this text. To insert an image just insert the html here. Such as..

define('TEXT_MAIN', 'Here is my picture<br><img src="filepath/to/picture">';

Lloyd

Posted
Try this, go to this page:

catalog/includes/languages/english/index.php

 

Then find this line of code:

define('TEXT_MAIN', '

 

You will probably see a lot of text after the line above. This is the text that displays on your home page. You can edit this text. To insert an image just insert the html here. Such as..

define('TEXT_MAIN', 'Here is my picture<br><img src="filepath/to/picture">';

 

THANKS FOR YOUR HELP BUT WHERE IS THE PAGE CATALOG/INCLUDES/LANGUAGES/INDEX.PHP..WOULD THAT BE IN A FILE IN MY DOCUMENTS

Posted
THANKS FOR YOUR HELP BUT WHERE IS THE PAGE CATALOG/INCLUDES/LANGUAGES/INDEX.PHP..WOULD THAT BE IN A FILE IN MY DOCUMENTS

Only if you ftped it from where you installed osc and put it in my documents

 

You should ftp your entire site to your pc so that you can work on it, keep a backup, and ftp the changed files back to the web..

Posted
Only if you ftped it from where you installed osc and put it in my documents

 

You should ftp your entire site to your pc so that you can work on it, keep a backup, and ftp the changed files back to the web..

what i done was download it and when it says save file i put it in my documents..i've just got smart FTP im trying to understand this as you can tell im finding this hard so far...so why cant u not just download images strightfrom ur computer insted of all changing files

Posted
what i done was download it and when it says save file i put it in my documents..i've just got smart FTP im trying to understand this as you can tell im finding this hard so far...so why cant u not just download images strightfrom ur computer insted of all changing files

Now I don't understand:

download is from the web to your pc

upload is from your pc to the web.

 

If you are uploading images, that is ok. If the images are associated with a product, you need to upload from where you insert the product in admin so the db knows what goes with what.

Posted

Most miscommunications can be resolved quicker when both sides agree not to use the word "it".

Explain everything and don't assume that we know what "it" is.

man of a reformed faith.

Posted

It seems like your quite overwhelmed by how to edit your website, I would suggest you do a little research into terms such as ftp, the difference of php and html, get familiar with the mapping of your catalog files, read the docs!

 

Learn the forum rules:

 

1. Postings should be made in the appropriate forum channel and should have a descriptive subject line. Topics with subject lines such as "HELP!!!" or "It doesn't work" will generally be ignored by community members who may otherwise be able to assist.

 

2. Cross-Posting, or posting the same content in multiple forum channels, is not allowed. If you have accidentally posted in the wrong forum channel please send a request to a forum moderator to move it to the appropriate channel.

 

3. USE OF UPPERCASE IS LIKE SHOUTING, WE DON'T APPRECIATE THAT!

 

for more on the rules go here

 

good luck!

Archived

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

×
×
  • Create New...