Jump to content

[SOLVED]Translate/rename There is 1 product


Recommended Posts

As I said in my last topic !

There is an erro when i am tryng to translate back/front office ! :(

 

Warning! Your PHP configuration limits the maximum number of fields allowed in a form: 1000 for max_input_vars.

Please ask your hosting provider to increase the this limit to 1432 at least or edit the translation file manually

Link to comment
Share on other sites

Ahh, sorry I dont remember that. So, if you want to translate this, you should go to the

 

themes / your_theme / product.tpl file

 

you've got there:

 

<!-- number of item in stock -->
  {if ($display_qties == 1 && !$PS_CATALOG_MODE && $product->available_for_order)}
  <p id="pQuantityAvailable"{if $product->quantity <= 0} style="display: none;"{/if}>
   <span id="quantityAvailable">{$product->quantity|intval}</span>
   <span {if $product->quantity > 1} style="display: none;"{/if} id="quantityAvailableTxt">{l s='Item in stock'}</span>
   <span {if $product->quantity == 1} style="display: none;"{/if} id="quantityAvailableTxtMultiple">{l s='Items in stock'}</span>
  </p>
  {/if}

 

this is the text you want to change

Link to comment
Share on other sites

×
×
  • Create New...