PDA

View Full Version : New Questions


webstage
7-20-05, 03:05 PM
Sorry to be a bother...can't get any answers in the OSC forums.

1. I looked at account_top.php and english.php...but I cannot seem to find where to edit the Bread Crumb thing at the top (below the header). Somehow it has changed to HEADER_TITLE_TOP » HEADER_TITLE_CATALOG » etc..
I need to make the HEADER_TITLE text to go away leaving the usual text.

2. I would like to take the bottom date and 'line' that it resides in away all together.

3. I would like to also take out NEW PRODUCTS everywhere. They display on the main page and several pages of the products and category pages.

4. If I wanted to add a link inside a product description (which I have done a normal link successfully) which opens a pop-up (thus needing java in the head area) how could I make this happen? Would I need to include the head java info in the php page somewhere?

5. How would I add the option for the customer to include a gift 'message' (text area somewhere along the checkout path) to be sent with the gift they ordered?

TIA

J

stevel
7-20-05, 04:30 PM
1. These defines come from includes/languages/english.php. You have apparently mis-edited that file.
2. I believe that's in includes/footer.php

3. Find the code that references new products in index.php and remove it. That's where it is.

4. The description is just regular HTML, so do this the same way you'd do it on a normal page. You don't have access to any PHP code here, but you should be able to do a standard JavaScript popup.

5. There's already a comments section that you can use for that purpose.