Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Plz take a look


shania68

Recommended Posts

Posted

Hi,

 

I have been searching around and I need some advise, a link or something to fix my front

 

www.romeoogjulie.com

 

Ive tried catalog/index.php

includes/languages/mylanguage and includes/languages/mylanguage/index.php and in english

 

I dont know how to fix HEADING_TITLE and standard text, Ive been looking in original oscommerce files and mine

 

Thanks

Posted

Hi,

 

I have been searching around and I need some advise, a link or something to fix my front

 

www.romeoogjulie.com

 

Ive tried catalog/index.php

includes/languages/mylanguage and includes/languages/mylanguage/index.php and in english

 

I dont know how to fix HEADING_TITLE and standard text, Ive been looking in original oscommerce files and mine

 

Thanks

Take a look in this file:

catalog\includes\languages\norwegian\index.php

define('HEADING_TITLE', 'Vi har følgende produkter i denne kategorien');

and in all files in this catalog:

catalog\includes\languages\norwegian\*.php

 

This is for the norwegian language that I think you are using rolleyes.gif

Posted

Take a look in this file:

catalog\includes\languages\norwegian\index.php

define('HEADING_TITLE', 'Vi har følgende produkter i denne kategorien');

and in all files in this catalog:

catalog\includes\languages\norwegian\*.php

 

This is for the norwegian language that I think you are using rolleyes.gif

 

 

Yes thanks and yes its norwegian:) and whats missing?

Posted

If you're getting HEADING_TITLE on your page, rather than the desired text, it means that

define('HEADING_TITLE', 'lsjdfkjlkjdsfjsdlkjsd');

is not being found in any file pulled in by that page. Is it missing from that page's language file, e.g., includes/languages/norge/account_edit.php, etc.? Take a look through a "vanilla" osC installation's files to see all the places where HEADING_TITLE is defined.

Posted

How to Secure Your Site

 

Visit the above link and apply some security fixes.

 

Especially the ones concerning the admin folder.

 

I've been to your site.

 

It's a hack just waiting to happen...

:o

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...