Apache License 2.0, see LICENSE
fc
1.1.1 April 26 2017
libcurl
With this module you can import your idealo-orders into your oxid-shop.
void
The update-process is exactly the same!
-
Extract the module-package.
-
Copy the content of the folder
copy_this
into your shop root-folder (whereconfig.inc.php
is located). -
Execute SQL changes in
install.sql
. -
In the admin-interface of OXID-Shop you go to Service->Tools and press the button "Update Views now".
-
Go to Extensions->Modules, select the "idealo Direktkauf OXID" extension and press the "Activate" button in the "Overview" tab.
-
Empty "tmp" folder.
-
Go to Extensions->Modules, select the "idealo Direktkauf OXID" extension and configure the module in the "Settings" tab.
-
Set cronjob for script
YOUR_SHOP/modules/fcIdealo/batch/fcidealo_import_orders_batch.php
This script imports the idealo orders. We recommend setting this to something between 10 minutes and 1 hour. -
Set cronjob for script
YOUR_SHOP/modules/fcIdealo/batch/fcidealo_send_status_batch.php
This script sends the fulfillment- and revocation-status to idealo. It also sends the shop-order-nr when this didn't work the first time. We recommend setting this to once every hour.
When using the OXID Enterprise Edition, you have to add both cronjobs for EVERY subshop that uses the module. You have to add the shop-id as parameter to the script. When your cronjob is triggered over crontab or something similar just execute the script in the following way: "YOUR_SHOP/modules/fcIdealo/batch/fcidealo_import_orders_batch.php 4" for the shop-id 4 When your cronjob is triggered over web then add the parameter to the URL in the following way: "http://YOUR_SHOP/modules/fcIdealo/batch/fcidealo_import_orders_batch.php?shopid=4" for the shop-id 4
- Go to Extensions->Modules, select the "idealo Direktkauf OXID" extension and press the "Deactivate" Button in the "Overview" tab.
If you want to contribute to idealo Direktkauf XT-Commerce Plugin either open up an issue or fork the repository and make a pull request with your changes.
Apache License 2.0, see LICENSE
fc
libcurl
With this module you can import your idealo-orders into your oxid-shop.
void
The update-process is exactly the same!
-
Extract the module-package.
-
Copy the content of the folder
copy_this
into your shop root-folder (whereconfig.inc.php
is located). -
Execute SQL changes in
install.sql
. -
In the admin-interface of OXID-Shop you go to Service->Tools and press the button "Update Views now".
-
Go to Extensions->Modules, select the "idealo Direktkauf OXID" extension and press the "Activate" button in the "Overview" tab.
-
Empty "tmp" folder.
-
Go to Extensions->Modules, select the "idealo Direktkauf OXID" extension and configure the module in the "Settings" tab.
-
Set cronjob for script
YOUR_SHOP/modules/fcIdealo/batch/fcidealo_import_orders_batch.php
This script imports the idealo orders. We recommend setting this to something between 10 minutes and 1 hour. -
Set cronjob for script
YOUR_SHOP/modules/fcIdealo/batch/fcidealo_send_status_batch.php
This script sends the fulfillment- and revocation-status to idealo. It also sends the shop-order-nr when this didn't work the first time. We recommend setting this to once every hour.
When using the Oxid Enterprise Edition, you have to add both cronjobs for EVERY subshop that uses the module. You have to add the shop-id as parameter to the script. When your cronjob is triggered over crontab or something similar just execute the script in the following way: "YOUR_SHOP/modules/fcIdealo/batch/fcidealo_import_orders_batch.php 4" for the shop-id 4 When your cronjob is triggered over web then add the parameter to the URL in the following way: "http://YOUR_SHOP/modules/fcIdealo/batch/fcidealo_import_orders_batch.php?shopid=4" for the shop-id 4
- Go to Extensions->Modules, select the "idealo Direktkauf OXID" extension and press the "Deactivate" Button in the "Overview" tab.