Download the new release of the plugin. I have fixed this issue.
I means that you have the one country for shipping address (you will send the parcel from this country) and one DHL account for for all shipping addresses.
Am I right?
Check you use the live or sandbox DHL API.
Write to your DHL assistant and send this API request and API response.
Write to me about the result.
You added the column discountprice in the feed file.
Facebook doesn't have such column in official documentation.
https://developers.facebook.com/docs/marketing-api/catalog/reference/#da-commerce
You need to write to Facebook support that they have to add this column discountprice in the official feed.
>But the Facebook catalog also does not appear ?
Did you upload the feed file to Facebook?
You mixed tokens.
Do you see the column price?
You used the token Full Price with TAX and discount
Do you see the column discountprice?
You used the token Price.
You need to change them.
Column price => token b]Price[/b].
Column discountprice=> token b]Full Price with TAX and discount[/b].
press the button Edit in the row.
Feed manager uses the native nopcommerce task manager.
The nopcommerce task manager doesn't wok.
Check if nopcommerce sends email or run another tasks.
Do you use HTTPSfor localhost?
https://localhost:5001
Feed Manager creates the POST request to this URL https://localhost:5001
This URL has SSL and you need to approve this SSL manually...
Can you try to use URL without https?