Can I export a google merchant feed with this mod too? What would I have to do?
I actually want the merchant feed in tab delimited as I want to use it for Amazon product ads upload. Can this be done?
Can I export a google merchant feed with this mod too? What would I have to do?
I actually want the merchant feed in tab delimited as I want to use it for Amazon product ads upload. Can this be done?
Live and learn... the Zen way.
For export only, there are three files you will need to modify: admin/easypopulate_4.php, admin/easypopulate_4_export.php, and admin/includes/functions/extra_functions/easypopulate_4_functions.php
The first file will need a menu option and an $ep_dltype name added, related data will need to be captured in the other two files, then in the functions file need to modify the function that includes set_filetype to identify the fields that will be desired to be exported as well as a sql function to kick off the creation of the information. Then the export file will do the processing of the data returned from the filetype function, so if wanting to get all products, will want that sql to effectively return at least all of the products to be processed. The full function does that as an example. If you want to change the delimiter from comma to tab there is a place to do that I think in the export function.
That's a rough discussion of how easy chadderuski has made this.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Well thank you but I think that might be over my head. I was hoping that it was a pretty simple config or that somebody already use this to create a google merchant feed and would be willing to share?
Live and learn... the Zen way.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Well, I guess if anything, the research to know what is expected/required seems to be a sticking point at the moment. I somewhat thought that I might be able to pull from another's code, but haven't found such an example yet really not one that will provide a quick (next hour or so) solution. But looks like it is possible, just need to know what data and header is expected.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Maybe I can help there. The Amazon Product Ads Upload File template might help to identify what is needed. I've put it my drop box for you to look at:
https://db.tt/7At3BkNV
Or the Google Merchant Center Feeder, or Amazon Inventory Loader from Numinix could shed some light to what is needed.
It just would be great to have the ability to generate a usable feed from this mod.
Live and learn... the Zen way.
Looking a bit further into what the sample feed looks like, it should not be too difficult to just hand match the headers up with what I get from the regular full export of my product listing. I shall give it a shot and post my findings.
Live and learn... the Zen way.