g:Price = new field Price!?

2 messages Options
Embed this post
Permalink
patrick_try

g:Price = new field Price!?

Reply Threaded More More options
Print post
Permalink
Hello together,

with slow steps I reach the line... but the target seems to be far away...

I send to the gBase-API:
  $newEntry->{'g:currency'} = 'EUR';
  $newEntry->{'g:price'} = '3.00';//$_POST['preis'];
  $newEntry->{'g:price_units'} = 'item';
  $newEntry->{'g:target_country'} = 'DE';
  $newEntry->{'g:item_language'} = 'DE';
  $newEntry->language = 'de-DE';

and get ALWAYS a new/extra field called "price". But WHY??? I only want to fill the price in the native field "price" in german called "Preis". Has anyone an idea???

THX in advance.
patrick_try

Re: g:Price = new field Price!?

Reply Threaded More More options
Print post
Permalink
Even to setup the delivery-country in the gBase-Account change nothing! What is the primary relevant point for the german price-Field? Has anyone a idea?

Greetings from germany