Hi,
In my shop I want to use point and comma in quantity field (eg. 1,5 and 1.5) because in my country we use comma as decimal separator (eg. 1,7cm). In google I found this:
I use this code in application_top and now in shopping card clients can use , and . in quantity field. But I don't know where to put this code so as to clients use dots and commas (.,) on product page (add_product).open application_top from /catalog/includes/ and find all relevant
lines in the switch branch "update_product" and "add_product"
then use str_replace like this:
$HTTP_POST_VARS['cart_quantity'][$i] = str_replace(",", ".",
$HTTP_POST_VARS['cart_quantity'][$i]);
I will be thankful for your any help or suggestion.
Ps. sorry for my English. I hope that you understand me![]()




LinkBack URL
About LinkBacks








Bookmarks