Don't know why it would be censored.
ShopSite 11sp1 added new functionality to the Order Anywhere code that will create an iframe for a product using a template you define in ShopSite. The idea is that it could be put on a site and show a product layout with images, text, add to cart buttons etc. It will work on sites using wordpress but it can't be use on word press sites hosted by Word Press since Iframes appear to be prohibited their servers. So if you have your own Word press implemented and are not using the Word Press server you could use that method to display your products.
Here is what the code looks like.
- Code: Select all
<iframe src="http://ademostore.com/cgi-bin/ssdemos/ver111/alsdemo/sc/ss_page.cgi?storeid=*1c844ba190afa07980cb469aca153285&ss_parm=A6072c7c9e32b52b31e8119f3eca4902a&from=embed&template=em_BasicLayout.sst" height=240 width=300 frameborder="0"></iframe>
The advantage of this over the previous Order Anywhere is that the layout can be defined in ShopSite instead of having to hardcode the information in an html page. A side benefit is that every time the page the code is on is loaded the data is updated. So if you change the price in ShopSite it will be updated where ever the iframe is displayed thus eliminating editing of custom created html pages just because you changed the price.