Knowledgebase: Feed Manager
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)
Post a new comment
 
 
Full Name:
Email:
Comments: