I need to make a small custom element that will help shoppers compare products.
I know I can rely on jQuery to do an AJAX load of the other product page, parse the page and then display the elements I want in the specified area. Yet this seems a "long way to go" when the store is already using an API.
I'm trying to sort through the developer docs to get the information about the store API so I can try to access it directly.
If there is a better way using MivaScript to do access this API I'm open to that option.
Is there a particular part of the docs I should be reading?
I know I can rely on jQuery to do an AJAX load of the other product page, parse the page and then display the elements I want in the specified area. Yet this seems a "long way to go" when the store is already using an API.
I'm trying to sort through the developer docs to get the information about the store API so I can try to access it directly.
If there is a better way using MivaScript to do access this API I'm open to that option.
Is there a particular part of the docs I should be reading?
Comment