Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

language folder and link


nkahook

Recommended Posts

Posted

I'm making to changes to a page. Simple grammer corrections in the affiliate.php doc located in the language folder and when I uploaded it with the changes, the page came out blank on the site. I'm not sure why this is happening, all I changed were a few spaces and dashes.

Posted

Nisreen,

 

PHP syntax is unforgiving. Ensure your code complies with the PHP layout.

 

acceptable define('HEADER_TITLE_CATALOG', 'Catalog');

 

unacceptable define('header_title_catalog', 'Catalog');

 

unacceptable define('HEADER_TITLE_CATALOG', Catalog');

 

You must ensure all syntax is correct for the page to function. Also ensure the page was uploaded to the proper location in the language folder.

 

 

Chris

Posted

Thanks. I looked through and I'm still not sure what the issue is. All the syntax seems to be fine. the page is www.prescriptiongiant.com/affiliate.php. All I want to do is edit a few mistakes in the verbatim.

Archived

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

×
×
  • Create New...