Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with a text on my new oscommerce template


sprudhom

Recommended Posts

Posted

I you look at this link :

http://www.inadvance.ca/inadvance/catalog/index.php?language=fr

You will see 6 product with a "Price: 0$"

The problem is that the price word is not in french.

I buy this monstertemplate but i don't know where is the price word in all the template files.

I've download inspect element, a firefox extension.

And i find that the Price code is :

<td class="price2_padd"><b>PRICE:</b> <span class="productSpecialPrice">0$</span></td>

But when i search in all my files with windowsgrep i don't find any php page with that code...

How can i change price for prix (french word)?

 

Thanks

Posted

Visit the link below:

 

How to Secure Your Site

 

Pay close attention to "SECURING THE ADMIN" - Yours is vulnerable.

 

It's easier to do a few security fixes now than to clean up a hacked store later.

 

And if you don't secure the admin your shop will be hacked.

 

It's just a question of when...

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

Posted

Check your includes/French/products_new.php just before the closing ?>

 

define('TEXT_PRICE', 'Price:');

 

May I suggest using Notepad++ or Notepad 2 as a text editor for files.

Posted

Check your includes/French/products_new.php just before the closing ?>

 

define('TEXT_PRICE', 'Price:');

 

May I suggest using Notepad++ or Notepad 2 as a text editor for files.

Ok i've discover the problem

You have to define the define('TEXT_PRICE', 'Price:');

But not in the produc_new.php file but in the french.php file on the includes/langage folder

Archived

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

×
×
  • Create New...