Unfortunately still problem with my xml-file as all amounts are 0.00 USD . I guess the modifications of the googlefroogle.php are OK but unsure about the google-base.php.

googlefroogle.php changed to
line 380:
[PHP]$item->appendChild($dom->createElement('grice', number_format($variants_price, 2, '.', '') . ' ' . GOOGLE_PRODUCTS_CURRENCY));/PHP]

line 431:
[PHP]shipping->appendChild($dom->createElement('grice', (float)$shipping_rate . ' ' . GOOGLE_PRODUCTS_CURRENCY));/PHP]

google_base.php changed to
line 302:
[PHP]$item->appendChild($dom->createElement('grice', number_format($price, 2, '.', ''). ' ' . GOOGLE_PRODUCTS_CURRENCY));/PHP]

line 350:
[PHP] $shipping->appendChild($dom->createElement('grice', (float)$shipping_rate . ' ' . GOOGLE_PRODUCTS_CURRENCY));/PHP]

XML-file here: https://swedenstore.biz/feed/swedenstore133_products_en.xml

I would very much appreciate help to solve my problem

Many thanks in advance, Per