However, I would like to hide some of the stuff at the top (like the breadcrumbs, the sign in link, etc) as well as the buy now buttons so that all that is shown are the pictures of the 3 products, their name, and price. (Ideally, I would like to get rid of the things I have crossed out in red in this screen shot: http://i.imgur.com/RGBCr8n.jpg)
This is the code I'm using, is there any way to add some stuff to the code (like breadcrumbs=false) to hide the things I have crossed out in the above screenshot?
Code:
<div> <script type='text/javascript' src='http://app.ecwid.com/script.js?6596461'></script> <script type='text/javascript'> xProductBrowser("categoriesPerRow=3","views=grid(1,3) list(10) table(20)","categoryView=grid","searchView=list","style=","defaultCategoryId=12854137"); </script> </div>