Quote Originally Posted by ollieoll2k8 View Post
Hi all, Fantastic template but I have a couple of minor problems..if you can help.
How can I remove ALL mentions of weight, shipping,in stock as I am only having a Download site.
How can I change the 'tell a friend', 'write review' and 'add to cart' so they appear UNDER the product info box.

Sites under const but view here: http://www.lklsoftware.com/zencart

Thanks again in advance
Keith
First question- this would be a good thing to search for in the FAQ or forum, or ask in the general forum, but you can turn on and off a lot of the weight/shipping/instock under "configuration", "product listing", and under "featured listing", "new listing", "All listing". You can turn off weight for the shopping cart under 'Configuration", "layout settings". Dig around in your admin a bit. As a tip, I use the mod called "reference_cfg-keys" which allows you to search for options in the admin. For example, you could enter the word "weight", and it will show you all the zen cart options that have to do with weight. Anyway, you can find it with the older zen cart mods.
http://www.zen-cart.com/archived_con...s/admin-tools/

To move the tell a friend and reviews, open up includes/templates/cherry_zen/templates/tpl_product_info_display.php and find the tell a friend/review section (everything is nicely split into "chunks"), and move it to below the add to cart chunk.