The site is here: http://www.somaluxury.net/dev4/index.htm
Loading the Shopping Cart works fine if you choose the GO SHOPPING link on top ... it basically loads the store in an iFrame with:
<iframe src="http://www.somaluxury.net/dev4/store/index.php" scrolling="no" frameborder="0" width="100%" height="100%">
However, if I wish to load just a specific item from within the Shopping Cart via a link on this page, e.g. BATH BOMBS from the left hand inset, I'm unsure how to bring up that portion of the shopping cart.
Currently, I am doing an <a href="...."> </a>. Is there a way, instead, to load just the specific portion of the page I am trying to get to via an iFrame or something similar? (The page I would like this example to bring up is the same as if you click on the GO SHOPPING link in the top menu bar and then the LUXURY BATH BOMBS product on the right hand side.)
Thanks you.