by loren_d_c » Thu Aug 27, 2009 10:55 am
You could try making the special page a .php file, and before the LOOP Products put <? /* and then at the beginning of the product template put */ ?> and at the end of the product template put <? /* again, and after the END_LOOP Products put a final */ ?>. I haven't tried this myself, but this should put the anchor tags that ShopSite generates at the beginning of each product into PHP, and commented out. So when you view the page through the webserver, the PHP module will parse these out and not display them in the resulting page.
Again, I haven't tested this myself, but I have heard of others doing something similar.
-Loren