Bagisto DHL Shipping Module
-
I implemented this module: https://bagisto.com/en/extensions/laravel-ecommerce-dhl-shipping/ in my Bagisto instance.
The shipping option does not reflect on the checkout process even after enabling it from the backend. I am using Bagisto version 1.4.1. Please let me know if there is a solution to this issue -
This post is deleted! -
Hi there,
Please check the correct entry for your shipping extension in the given file./packages/Webkul/Shipping/src/Config/carriers.php
-
@sanjay-webkul do I have to duplicate the entry here again?
It is already available on/packages/Webkul/DHLShipping/src/Config/carriers.php
Module still is visible on the Admin side (plus required configurations) but not yet displayed on the customer checkout page.
Nothing in the logs, I can't trace the issue -
Update:: Seems the currency converter used in the module is no longer working. I tested the API independently but I couldn't get the desired results.
API Test
[https://www.google.com/finance/converter?a=1&from=USD&to=EUR](link url)Response: Error 404 (Not Found)!!
-
Hi there,
Please raise a support ticket Here. i need to check on your instance. -
@sanjay-webkul Done - Ticket creation
-
OK, Now we will continue over the ticket.
-
Hello, I'm evaluating Bagisto and I'm testingthe DHL shipping module extension. I'm facing the same issue. Keyed in account number and credentials but no show in checkout. Please advice
-
@SpoiledPisces
Hello there,
Can you please help us with the bagisto version you are using and do share the screenshot of your project error.This would help us to understand the issue more effectively.
Thanks.
-
Thank you for your reply.
I used php artisan bagisto:version and it showed version v1.x-dev.
It is installed in a Ubuntu environment.
Apart from the original installation, I also downloaded and installed 'Laravel eCommerce DHL Shipping' extensions for Bagisto. In the Configuration section, under Sales, DHL Shipping settings form showed up but even if IEnable for Checkout
, it doesn't show anything with the correct DHL credentials.
I've also tried the UPS extension (Laravel eCommerce UPS Shipping), but it didn't work neither. That's another question, since UPS doesn't provide new registration for access key anymore, stated in their developer portal (https://developer.ups.com), how would I modify the current module to make it work?Thank you
SpoiledPisces