Knowledgebase
How to publish google base feed with a alternative currency
Posted by - NA - on 25 September 2012 04:11 PM
|
|
Solution If you would like to publish your google base feed but use an alternative currency.. Change your price field to be php code and use this code snippet: $field_value = sprintf('%.2f', floatval($GLOBALS['config']['General']['alter_currency_rate']) * floatval($data['price'])); | |
|
Comments (0)