Google feed problem with Feedmachine

Open to all! Ask other shopowners for help.
Locked
bitit
Member
Posts: 84
Joined: Thu Jun 24, 2021 4:00 pm
Phoenix Version:
Has thanked: 1 time
Been thanked: 3 times

Google feed problem with Feedmachine

Post by bitit »

hi,
feedmachine give back a feed file with out:
price [only sale_price]
currency

and
link mobile [mobile_link]
link [link]

but to be honest i see the link in feed file

i post in attach the file

thank you enrico
You do not have the required permissions to view the files attached to this post.

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
Pierre_P
Contributor
Posts: 144
Joined: Fri Mar 12, 2021 5:06 am
Phoenix Version: v1.1.0.6
Has thanked: 21 times
Been thanked: 11 times

Re: Google feed problem with Feedmachine

Post by Pierre_P »

Add currency label
your links should match your website url in Merchant settings-Business information.
if you specified your website as https://www.mysite.it and then in your feed https://mysite.it - this will give error

The price [only sale_price] check in your feed code

Also your weight shows incorrect, should show example 0.8 Kg
bitit
Member
Posts: 84
Joined: Thu Jun 24, 2021 4:00 pm
Phoenix Version:
Has thanked: 1 time
Been thanked: 3 times

Re: Google feed problem with Feedmachine

Post by bitit »

Add currency label
How?
your links should match your website url in Merchant settings-Business information.
if you specified your website as https://www.mysite.it and then in your feed https://mysite.it - this will give error
ok i'll check it
The price [only sale_price] check in your feed code
in conf file is present :

Code: Select all

 'price' => [
      'output' => 'FINAL_PRICE_WITHOUT_TAX',
      'type' => 'KEYWORD'
               ],
Also your weight shows incorrect, should show example 0.8 Kg
i don't know how insert it .

Enrico
bitit
Member
Posts: 84
Joined: Thu Jun 24, 2021 4:00 pm
Phoenix Version:
Has thanked: 1 time
Been thanked: 3 times

Re: Google feed problem with Feedmachine

Post by bitit »

regarding weight, unit of measure should be fixed by default language for all language, because isn't way form administration to manage it .

i believe is a software bug

Enrico
raiwa
Certified Developer
Posts: 1641
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Has thanked: 70 times
Been thanked: 152 times

Re: Google feed problem with Feedmachine

Post by raiwa »

These are not bugs. These are issues of the configuration file setup for your specific feed.
You got the requested additions for weight unit and currency by direct mail.
Meanwhile support for my commercial addons are given by mail, not here in the forum.
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27


Join The Code Co-op to get access to your library in the Code Co-op Forum
Locked