I would like to use JSON output without creating a 3rd party component or hacks. But Virtuemart router does not support "&format=raw" in the url for category page or product page or checkout page.
Can you please add this feature to VirtueMart like many other Joomla components?
take a look on the other ajax. I think you just need to add to begin &nosef=1
Quote from: Milbo on March 10, 2013, 19:12:39 PM
take a look on the other ajax. I think you just need to add to begin &nosef=1
Sorry Milbo, I am not fully clear. Say, I want to get a product list (JSON) then how exactly the full url will look like?
To be more specific how to get the json view for product lists with existing ajax in VirtueMart?
if you want that an URL is not using the router, use &nosef=1.
We do not provide raw views yet. Wondering a bit how to display the format. But interesting idea.