shipperhq / module-address-autocomplete

ShipperHQ Address Autocomplete for Magento 2
Open Software License 3.0
15 stars 20 forks source link

Address autocomplete extension show error in checkout page. #14

Closed Gagan557 closed 5 years ago

Gagan557 commented 5 years ago

After using this extension my checkout page not working. Checkout page show blank no options show to fill form in checkout page.

Screenshot (269)

wsajason commented 5 years ago

Hi. Can you confirm that the following have been applied?

  1. Flush the cache
  2. Remove generated file content by deleting contents of:
  1. If you are in default or production mode, you will need to recompile your code bin/magento setup:di:compile

Please also test with the default theme and (if applicable) default checkout as these can adversely affect.

If that does not resolve please confirm the Magento and PHP versions.

Gagan557 commented 5 years ago

Hi, I remove all folder in my magento 2.27. but show same error in my checkout page. After using command - bin/magento setup:di:compile show error in cmd console

[ReflectionException] Class ShipperHQ\Shipper\Helper\Data does not exist

Screenshot (280)

wsajason commented 5 years ago

Thank you for confirming. You will need to ensure that the prerequisites are installed, per the description:

Installing module-shipper via Composer should automatically install its dependencies.

Gagan557 commented 5 years ago

Thanks it works

wsajason commented 5 years ago

Thank you for confirming.