Basic settings of the extension including the module activation.
TODO: Will follow soon
- Log into your OXID eShop database interface (e.g. phpMyAdmin)
- Select OXID eShop database
- Open the following SQL file:
modules/wmdk/wmdkffexportqueue/sql/initialize.sql
- Set the following variables in lines 2-4:
@ffchannel
- FACT Finder Channel ID@store
- OXID eShop Store ID (Default: 1)@lang
- OXID eShop Language ID (Default: 0)
- Execute the SQL file
NOTE: You can execute the initial import as often as you like it will always remove all previous data.
To execute the queue, you can use the following command:
curl -i -X GET \
'https://www.domain.tld/index.php?cl=wmdkffexport_queue'
To execute the CSV export, you can use the following command:
curl -i -X GET \
'https://www.domain.tld/index.php?cl=wmdkffexport_export&channel=[CHANNEL_ID]&shop_id=[STORE_ID]&lang=[LANG_ID]'
NOTE: The exported files can be fetched from https://www.domain.tld/export/factfinder/productData/[CHANNEL_ID].csv.
curl -i -X GET \
'https://www.domain.tld/index.php?cl=wmdkffexport_sooqr&channel=[CHANNEL_ID]&shop_id=[STORE_ID]&lang=[LANG_ID]'
NOTE: The exported files can be fetched from https://www.domain.tld/export/factfinder/productData/[CHANNEL_ID].sooqr.xml.
curl -i -X GET \
'https://www.domain.tld/index.php?cl=wmdkffexport_doofinder&channel=[CHANNEL_ID]&shop_id=[STORE_ID]&lang=[LANG_ID]'
NOTE: The exported files can be fetched from https://www.domain.tld/export/factfinder/productData/[CHANNEL_ID].doofinder.xml.gz.
To execute the queue reset, you can use the following command:
curl -i -X GET \
'https://www.domain.tld/index.php?cl=wmdkffexport_reset'
To execute the Trusted Shops Review Import, you can use the following command:
curl -i -X GET \
'https://www.domain.tld/index.php?cl=wmdkffexport_ts&channel=[CHANNEL_ID]'
TODO: Will follow soon
Please use the Github Issues for bug reports and feature requests.
Kussin | eCommerce und Online-Marketing GmbH
Fahltskamp 3
25462 Rellingen
Germany
Fon: +49 (4101) 85868 - 0
Email: info@kussin.de
© 2006-2023 Kussin | eCommerce und Online-Marketing GmbH