Problem with DHL integration
-
Hi everybody,
We are launching an e-commerce website soon and we integrated Woocommerce with a DHL shipping module. Unfortunately, this module outputs the shipping cost in our local currency (we operate from Vietnam, so VND), not in USD. The IT team in DHL says they can’t do anything about it and our developers just told us:“Converting the currency is doable but it comes with some things we need to think about. The tasks we need to do are:
add field in the admin page for the plugin where you can enter the conversion rate. As this changes regularly, this needs to be made in a way you can easily update it.
Hard code changes in DHL plugin or add it as a layer on top to over rule their output. Either way we need to use “web-hooks” to connect our code to theirs. We need to target their output and change it into ours.
CSS styling update
It comes with the challenge that when DHL updates their plugin our code might not work correctly anymore.
For example: they re-name a word in the code, a word that we use to write a so-called “hook” to connect our code to the plugin. It would result in our connection with the plugin will be lost. This is something out of our control.The ideal solution here is for DHL to update their plugin so you can select which currency you want to use / convert it to.Another solution besides the overruling the output/changing their code is not available at this moment.”Is there any other solution we could try to convert that shipping cost output from VND to USD?
The page I need help with: [log in to see the link]
The topic ‘Problem with DHL integration’ is closed to new replies.