How to get services part on checkout page

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
awaidqureshi
Posts: 86
Joined: 12 Jan 2019, 15:17

How to get services part on checkout page

Post by awaidqureshi » 20 Mar 2019, 08:44

i was changing the basket address on the basis of country change on address form so on the basis of that i want to refresh the srvies part . Can i get the services section(HTML) only. Like i can get the basket/mini html.

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: How to get services part on checkout page

Post by aimeos » 20 Mar 2019, 10:52

If you want to get a part of the complete HTML, you need to post the data to the server via AJAX and rip out the part you need. For the mini basket, the same is done here:
- https://github.com/aimeos/ai-client-htm ... os.js#L593
- https://github.com/aimeos/ai-client-htm ... os.js#L552
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply