Hello, there are two mandatory areas for Google Merchant Center.
condition = new
availability = in stock or out of stock
How Can I bring these two areas?
condition = new (this is the future for all products.)
availability = in stock (amount > 0 ) or out of stock (amount = 0)
choosing these areas individually in the products is exhausting and pointless.
How Can I get these into these two areas?
Install the Google export addon.
Edit: If you are still using the versions in your signature then it's probably not available.
Google export and data feeds addons are active.
the manual feed event for the condition and availability.
condition = new (this is the future for all products.)
availability = in stock (amount > 0 ) or out of stock (amount = 0)
I can show you how to do this automatically.
I see what you're saying now. I don't use Google Merchant anymore so I did not realize those fields were manually filled.
You can either bulk edit or export them. Other than that, you will need to hire someone to code it.
condition = new (this is the future for all products.)
availability =
{if amount > 0 && product_tracking value == D} in stock {/if}
or
{if amount == 0 && product_tracking value == B} out of stock {/if}
I can show you how to do this automatically.
is there anyone who can help?
You should extend the following schema and create new function which will return required values according to mentioned condition
app/addons/google_export/schemas/exim_data_feeds/google_export.php