I've been trying to use the php includes code instead using iframe, but I'm having some issues. I have 2 php platforms (Joomla & Shopping Cart) that I need to connect together somehow. Basically I need to "include" the shopping cart template within a Joomla Template (so basically like iframe). I was told I should just use the php includes command to do this, but I can't seem to get it to work even though it looks really easy to code in.
This the command I am using
<?php include "Shopping-cart-url.html"; ?>
Please help. I can't seem to understand why it isn't working.
Thanks.