Connect your Magento store
How to improve your web design process in a few easy steps.
Things to know
Here are some key things you should know about our PrestaShop integration.
Make sure you use the latest version of our PrestaShop module. You can find the latest version on Github.
How to set up your PrestaShop connection?
To configure the PrestaShop module, follow these steps.
Download the latest version of our PrestaShop module.
Install the module in the backoffice of your PrestaShop.
Configure the Dropday module and enter your API-key and Account-ID and click Save.
If you are testing the module, you can select test-mode.
Create a test order in PrestaShop (you can do this in the PrestaShop backoffice):
Go to Orders, select a shop if you have multistore enabled;
At the right top click Add new order;
Search a customer, click Choose;
Search a product, click Add to cart;
Choose a Payment and set order status to Payment accepted;
Click on Create the order.
Hopefully, your test order is now received by Dropday. Do you have any problems configuring your PrestaShop module? Contact our customer support.
Dropday API variables and associated PrestaShop variables
Here you can find the Dropday API variables and the associated variables in PrestaShop. You can use these variables to create rules to determine which products should be purchased from which supplier, or you can use it in your email templates.
Product variables
external_id
→ Product ID
ean13
→ Product EAN13
reference
→ Product reference
name
→ Product name
quantity
→ Quantity of products ordered
brand
→ Product brand
category
→ Product main category
supplier
→ Product supplier
stock_quantity
→ Stock quantity at the time of ordering
price
→ Product price
image_url
→ Product image url
custom
→ Product customization
Customer variabels
order_first_name
→ Customer's first name
order_last_name
→ Customer's last name
order_company_name
→ Customer's company name
order_address1
→ Customer's address 1
order_address2
→ Customer's address 2
order_postcode
→ Customer's postcode/zip code
order_city
→ Customer's city
order_state
→ Customer's state
order_country
→ Customer's country
order_phone
→ Customer's phone number
order_email
→ Customer's email address
order_comment
→ Customer's order comment
Order variabels
order_external_id
→ Order reference
order_source
→ Name of the webshop
order_total
→ Total order value
order_shipping_cost
→ Total shipping cost
order_test
→ Test order yes (1) or no (0)