How do I configure the Google Shopping feed?
Generating the taxonomy
Generating the taxonomy table is a required task after we’ve initially installed the package, and is the source of all the categories provided by google shopping.
To generate the taxonomies table we can:
php artisan aero:google:taxonomies
Setting a CRON run at time
We can specify the time at which the taxonomies should be updated automatically. This can be changed by:
- Editing the config.php file and manually adding the CRON time 2. Setting the value in the admin modules’ section under Configuration in the Google Shopping module.
Query parameters
Query parameters are used for every variant link that is input into the XML feed. These can be used to grab different prices such as included and excluded VAT. To set query parameters:
KEY=VALUE for a single parameter
KEY=VALUE, KEY2=VALUE2 and so on for multiple parameters
- Click on save
Each of our variants should now be output into the XML feed with the query parameters we have specified.