Hi All, I'm using vm2 with Joomla 2.5. My client has asked me if we could display Related products inside the "Add to Cart" popup. It doesnt look like an easy job. I've been inside the Controlers/cart.php file and I cant see anymethod for pulling related products into it. Can anyone suggest the best way to go about this. I've tried adding in $this->json->msg .= $this->loadTemplate('relatedproducts'); but it just crashed the site (unsurprisingly).
Many thanks
derek
It is standard in VM3 ... why not upgrade?
Or look at the VM3 code and copy
You are right, I hadnt actually noticed it but I seem to have it in my Config. I'll enable that and see how it looks.
Many thanks for pointing that out.