- Posts: 164
- Thank you received: 0
Export to CSV, import to Google Shopping
- Rollerskate
-
Topic Author
- Offline
Pwease help
This attachment is hidden for guests.
Please log in or register to see it.
Please Log in or Create an account to join the conversation.
Google does not recognize that format.
For google shopping, you need to go in the options of the google products plugin via the joomla plugin manager and click on the download link there. It's explained in the documentation:
www.hikashop.com/en/support/documentatio...google-products.html
Please Log in or Create an account to join the conversation.
- Rollerskate
-
Topic Author
- Offline
- Posts: 164
- Thank you received: 0
Please Log in or Create an account to join the conversation.
I can see that your cron was triggered.
So it seems to be working.
You can check that in more details by following the documentation there:
www.hikashop.com/en/support/documentatio...cron-task.html#check
Please Log in or Create an account to join the conversation.
- Rollerskate
-
Topic Author
- Offline
- Posts: 164
- Thank you received: 0
Now all I wanna do is get it correctly integrated with Google.
It seems that Google Merchant is requiring a URL for the xml file. Where would I find that for mine?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Rollerskate
-
Topic Author
- Offline
- Posts: 164
- Thank you received: 0
I did find the FTP area in Google Merchant under Settings. I'm guessing this is where my FTP will have to be set. Will I need to create a new FTP account direct that to any specific folder? If so, which one?
Please Log in or Create an account to join the conversation.
I'm not sure why you're talking about folders. I don't remember about a folder setting for that.
Please Log in or Create an account to join the conversation.
- Rollerskate
-
Topic Author
- Offline
- Posts: 164
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Did you set the cron system to send you an email each time it is triggered and did you receive the emails ?
Could you do a screenshot of the plugin's options (you can grey out the password/username)
Please Log in or Create an account to join the conversation.
- Rollerskate
-
Topic Author
- Offline
- Posts: 164
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Rollerskate
-
Topic Author
- Offline
- Posts: 164
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Do you have any errors or messages regarding that photos.xml file on your google merchant account ?
Please Log in or Create an account to join the conversation.
- Rollerskate
-
Topic Author
- Offline
- Posts: 164
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Rollerskate
-
Topic Author
- Offline
- Posts: 164
- Thank you received: 0
And here are the "Item Warnings"
"Missing recommended attribute: brand (25 warnings)"
"Missing recommended attribute: mpn (25 warnings)"
"Missing recommended attribute: google product category (25 warnings)"
Please Log in or Create an account to join the conversation.
the brand attribute is only added when you have something in the "brand" input field of the plugin's options. I see that you had it filled in your screenshot. Did you empty it since then ?
The "google product category" option is not implemented at all in the plugin. That's because like for the other two parameters they are optional. It's strange that you get these errors.
For that last warning, the only way to remove it will be to add a line like this:
$xml.="\t".'<g:google_product_category>CATEGORY</g:google_product_category>'."\n";
where CATEGORY is the name of your category based on the explanations there (you need to choose between the list of possible categories on that page):
www.google.com/support/merchants/bin/ans...?answer=160081&hl=en
You can place that line of code just before the line:
$xml.="\t".'<g:shipping_weight>'.$product->product_weight.' '.$product->product_weight_unit.'</g:shipping_weight>'."\n";
in the file plugins/hikashop/google_product.php
Then, try to download again the xml and import it in google again. These error messages should not display anymore.
Please Log in or Create an account to join the conversation.
- Rollerskate
-
Topic Author
- Offline
- Posts: 164
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Rollerskate
-
Topic Author
- Offline
- Posts: 164
- Thank you received: 0
Parse error: syntax error, unexpected T_VARIABLE, expecting T_FUNCTION in /homepages/13/d369589260/htdocs/website3/plugins/hikashop/google_products/google_products.php on line 318
Perhaps I messed the code up, attached is the .php file I updated.
Please Log in or Create an account to join the conversation.
- Rollerskate
-
Topic Author
- Offline
- Posts: 164
- Thank you received: 0
Please Log in or Create an account to join the conversation.