I want to reload a product shortlist/wishlist from the Products module. The way I have achieved this initially is to create a blank template and dummy page 'tmp/shortlist.html' that just contains the output of:
{Products summarytemplate="Product_Thumbnails" productlist=$shortlist_ids pagelimit="6"}
Then using jquery I reload the html snippet when necessary with:
Code: Select all
$('#shortlist_content').load('tmp/shortlist.html');
Thanks
Chris