Knowledgebase
How to add a currency to your prices
Posted by - NA - on 25 September 2012 04:14 PM
|
|
Solution For the new Google Base requirements, you'll need a currency label on your product prices (e.g. "123.45 USD"). To do this, change the field to a custom code field and use this code: $field_value = $data['price'] . ' USD'; And change "USD" to whatever currency label you need. | |
|
Comments (0)