Hey Joe,
Thanks, I will surely try placing my php files back into the Calendar4You folder. So if I understand correctly, in my jQuery autocomplete function, I could call:
to make it happen?
I will surely try you built-in autocomplete but for this particular extension I think I'll stick to my solution because it offers to get also the address in the autocomplete picklist (this company has a lot of customers from the same franchise, showing the address also makes selecting the right one easier).
I'm busy creating a link between activity and sales orders as well. I will post here my solution.
EDIT
In the meantime I can confirm your method for pointing to the JSON files through the index URL. I did have to add the 'Ajax' module action, because loading the header first corrupted the JSON, but it works like a charm. Thanks, now I can keep my files neatly in the Calendar4You folder.
Thanks, I will surely try placing my php files back into the Calendar4You folder. So if I understand correctly, in my jQuery autocomplete function, I could call:
Code:
http://your_server/your_corebos/index.php?module=Calendar4You&action=JSON_Accounts
I will surely try you built-in autocomplete but for this particular extension I think I'll stick to my solution because it offers to get also the address in the autocomplete picklist (this company has a lot of customers from the same franchise, showing the address also makes selecting the right one easier).
I'm busy creating a link between activity and sales orders as well. I will post here my solution.
EDIT
In the meantime I can confirm your method for pointing to the JSON files through the index URL. I did have to add the 'Ajax' module action, because loading the header first corrupted the JSON, but it works like a charm. Thanks, now I can keep my files neatly in the Calendar4You folder.