Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

To Remove osCommerce


k2chris1983

Recommended Posts

Posted
How do you edit or remove the osCommerce from "osCommerce - Microsoft Internet Explorer".

 

 

includes/languages/english.php

 

// page title

define('TITLE', 'osCommerce');

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted
Should the page be CHMOD'd 777 first ?

 

No.

 

Are you asking because you are trying to edit the page using the online file manager in the admin? If so STOP!! You need to edit the files locally and then ftp them up to the server, using the online file manager in your admin will screw up your site. Do Not Do It!

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted

This is the error I get when I edit it

 

Parse error: parse error, unexpected T_STRING in /var/www/html/shop/includes/languages/english.php on line 79 .

 

 

IF I don't use the file manager what else should I use ? Frontpage ? Macromedia ?

Posted
IF I don't use the file manager what else should I use ? Frontpage ? Macromedia ?

 

How about NotePad - a plain text editor - which is what is required to alter osCommerce files. Do not use FrontPage, do not use WordPad.

 

The reason you are getting the parse error is because you are using the osCommerce File Manager, and it is stripping backslashes from in front of apostrophies in text. This is what text should and should not be like

 

Let's = wrong

Let\'s = right

 

Vger

Posted

Point taken, but couldnt you just add the \ after editing Let's in Macromedia, All I have to type is Let\'s. Its not like notepad does it for us ? so why use it.

Posted

Ok, lets get back to editing the Title for the site. Someone was telling me I should move the config.php to the local folder ? Is this right. I've tried to change it this way:

 

includes/languages/english.php

 

// page title

define('TITLE', 'osCommerce');

 

 

But this is not working for me. Do I do this for both English.php pages or just hte one in the Languages folder ?

Archived

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

×
×
  • Create New...