Hi!
Your last code didn't work
So I tried the "dump" and this is what I got:
object(stdClass)#714 (8) {
["price_id"]=> string(2) "21"
["price_currency_id"]=> string(1) "1"
["price_product_id"]=> string(2) "22"
["price_value"]=> string(7) "8.90909"
["price_min_quantity"]=> string(1) "0"
["price_access"]=> string(3) "all"
["price_value_with_tax"]=> float(9.8)
["taxes"]=> array(1) {
[0]=>
object(stdClass)#713 (12) {
["taxation_id"]=> string(1) "2"
["zone_namekey"]=> string(18) "country_Austria_14"
["category_namekey"]=> string(24) "tax_1392638628_186342312"
["tax_namekey"]=> string(11) "10 % - MwSt"
["taxation_published"]=> string(1) "1"
["taxation_type"]=> string(0) ""
["taxation_access"]=> string(3) "all"
["taxation_cumulative"]=> string(1) "1"
["taxation_post_code"]=> string(0) ""
["tax_rate"]=> string(7) "0.10000"
["zone_type"]=> string(7) "country"
["tax_amount"]=> float(0.89)
}
}
}
The parameter and value are correct as well as the variable name in your code, but nothing shows up still.
Any ideas?