Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to change conditions.php


PhpNurd

Recommended Posts

Posted

I try to edit conditions.php i get error, is this what you are supposed to edit ?

 

<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>

<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_specials.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

</tr>

</table></td>

</tr>

<tr>

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

</tr>

<tr>

<td class="main"><?php echo TEXT_INFORMATION; ?></td>

</tr>

Posted

/catalog/includes/languages/[iNSERT YOUR LANGUAGE HERE]/conditions.php

 

define('TEXT_INFORMATION', 'Put here your Conditions of Use information.');

Just remember if you have a ' (single tick mark) in there, you must put a \ before it, like this:

 

define('TEXT_INFORMATION', 'I can\'t say it won\'t work.');

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

I want to add this, but it is giving me error.

 

You may use our services only if does not break the law and our TOS

 

Can you add this pl and give me the full like?

Posted

Post what you have, and I'll help you fix it.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home2/xpindia/domains/xpindia.com/public_html/o/conditions.php on line 54

Posted

I meant post the PHP code.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...