Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

title


dawnsgifts

Recommended Posts

dawnsgifts - I ran into the same problem as you. If your using PHPEdit to write any of this code (highly recommended) this is what your code should look like starting on line 47:

 

// page title

define('TITLE', 'Dawn\'s Gifts');

 

That technically should make it work. PHPEdit makes it sooooooooo much easier to edit the code on all the pages. Hope it works out for you and good luck.

Link to comment
Share on other sites

Here is the link to the main site: http://www.phpedit.net

 

And this one directly to the download page: http://www.phpedit.net/products/PHPEdit/do...p#branch-stable

 

It truly has made it easier for me. And as was told to me when editing the code DO NOT use the Admin within your browser....it doesn't edit properly and caused me frustration & headache. But you will need to upload the coreected pages in the proper directory via ftp.

Link to comment
Share on other sites

There's 2 ways to do it.

 

1. Once the program is installed, open it > file > open, then find the file you want to edit. Then cut and paste the code I gave you into the proper area and save it.

 

2. Right click on the file and "open with...." and choose PHPEdit, then cut and paste.

 

* REMEMBER: ALWAYS keep a 2nd backup copy of the origianl files and NEVER edit the backup copy. It has saved me many times when I screwed up the code.

 

Good luck!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...