-- HikaShop version -- : 3.2.2
-- Joomla version -- : 3.8.5
-- PHP version -- : 7.1.6
-- Browser(s) name and version -- : Firefox 58.0.2
This is not an issue but I need to know my possibilities.
In the checkout, on the billing and shipping addresse display choice, when we change the shipping address an array of post variables is sent dinamically (by ajax I guess).
Is it possible to catch those variables in order to display dinamically something else like a list of pickup based on the address id without reload page needs ? Or should I check the cart table in the db with another ajax script to catch the current (whithout reloaded page) shipping id ?
cordially