Author Topic: Change account details entry form to include Google Autocomplete  (Read 2604 times)

Offline RCodiaDavid

  • Newbie
  • *
  • Posts: 23
  • Karma: +5/-0
    • View Profile
Hi,

Been trying to dig through the code now for a while to try and find a way that we can implement Google API's to have addresses autocomplete to reduce user input errors.

However, this seems like a much more complicated task than I envisioned.

I have a HTML test page working and it works (as far as the Google bit) in an HTML block. But I'm unable to find the file (or files) that need to be changed to integrate something like this in AbanteCart's account stuff. I suppose it would need to be in several places for when a user first signs up, and also when they add/change addresses.

Can anyone shed any light on how we might go about this?

Thanks
David

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5777
  • Karma: +274/-2
    • View Profile
Re: Change account details entry form to include Google Autocomplete
« Reply #1 on: June 08, 2023, 01:20:30 AM »
Hello.
You can check the .tpl pages for the account or address pages. For the default template these https://github.com/abantecart/abantecart-src/tree/master/public_html/storefront/view/default/template/pages/account

 

Powered by SMFPacks Social Login Mod