Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

An idea


Gyakutsuki

Recommended Posts

Posted

Hello,

 

I have a little pb. When I write my afddress in configuration like this :

 

rue du commerce

31 bld

h2hs2n1 montreal

 

Osc return this :

name\r\nadresse1\r\nadresse2\r\ncode postal city\r\nTel: 00 000 000 000

 

 

 

Do you have an idea to resolve this ?

 

regards


Regards
-----------------------------------------
Loïc

Contact me by skype for business
Contact me @gyakutsuki for an answer on the forum

 

Posted

I am bloc for one time, nobody has an idea ?

 

function osc_cfg_textarea($text) {

return osc_draw_textarea_field('configuration_value', false, 35, 5, $text);

}

 

call

 

 

function osc_draw_textarea_field($name, $wrap, $width, $height, $text = '', $parameters = '', $reinsert_value = true) {

..

 

} elseif (osc_not_null($text)) {

 

$field .= osc_output_string_protected($text);

}

$field .= '</textarea>';

 

return $field;

}


Regards
-----------------------------------------
Loïc

Contact me by skype for business
Contact me @gyakutsuki for an answer on the forum

 

Archived

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

×
×
  • Create New...