PhpNurd Posted November 2, 2008 Posted November 2, 2008 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>
germ Posted November 2, 2008 Posted November 2, 2008 /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 >
PhpNurd Posted November 2, 2008 Author Posted November 2, 2008 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?
germ Posted November 2, 2008 Posted November 2, 2008 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 >
PhpNurd Posted November 2, 2008 Author Posted November 2, 2008 Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home2/xpindia/domains/xpindia.com/public_html/o/conditions.php on line 54
germ Posted November 2, 2008 Posted November 2, 2008 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 >
PhpNurd Posted November 2, 2008 Author Posted November 2, 2008 ok got it, :) I had messed with /conditions.php also. Working now.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.