gesf
New member
When linking (or posting via form) to the "wrapped" site to perform the "add to cart" task, use target property as your iframe name, in your a/form tags.
Example:
Example:
Code:
<a href="whatever.php?option=add" target="iframe_name">Add to cart</a>
// Or
<form name="f" action="whatever.php" target="iframe_name">
</form>