Knowledgebase: Feed Manager
How do I export my prices with VAT ?
Posted by Nick Poindexter on 04 March 2010 04:17 PM
If you have your prices stored without VAT, and then your store calculates VAT on the customer side, you may need to export your prices with VAT before some shopping portals will validate your feed.

To do this, go into the feed that needs VAT added, then click "Adjust mapping", find the price field, pull the field type to "php" and enter this code in the data column.

$field_value = round($data['price'] * 1.175, 2);

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments: