Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Another newbie, another simple question or 2


chinakris

Recommended Posts

Posted

Hi

I'm sure this will have been answered before, but I have scoured the forums and can't find quite what I need.

It's quite simple, or will be to those who know!

It's about the customer comments box which appears on a couple of the checking out pages (payment & delivery). I know it's a customer comments box, but there is nothing there to indicate this. It's just an empty box. Where and how can I put some text in here so that the customer knows what it's there for? I've an idea that it's one of the checkout.php files but any changes I've made have no effect, so I'm obviously in the wrong place.

I'm having the same trouble with the footer file (which one?). I want to put a copyright on the bottom of the page, and I'd also like to move the bottom banner (the rotating one) to the top of the page, can I do this?

While I'm here, can anyone recommend any good reads, or sites, where us newbies can learn about php files? When I bought this site they said I didn't need any knowledge of file writing etc. Which I'm finding is only true to a certain extent.

I'd appreciate any help or pointers, thank you in advance.

Posted

Hi,

 

Go to catalog/includes/languages/english.php. Add this:

 

define('TITLE_COMMENT_BOX', 'Comment Box or watever u like to put here');

 

 

Now I assuming that the page name where y want to put a Title/label for comment box is xyz.php. Open xyz.php in a good editor, search where the comment box[tag is <textarea.]. Add this before the tag:

 

echo TITLE_COMMENT_BOX;

 

Best of luck.

Irfan,

Archived

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

×
×
  • Create New...