ecommerce product detail page

Permalink
I would like to add a left sidebar to my product detail pages. I found the php file for the product detail in the ecommerce files, but have tried a couple additions to it with no luck. Is this something simple to customize?

 
ianj replied on at Permalink Reply
ianj
The Product Detail Page can use any page template available in your theme. If you choose the left sidebar page template and then add the product details to that page it should help solve your problem.

Regards
Ian
designaroni replied on at Permalink Reply
designaroni
I would like to do the same thing also, but not by renaming the left_sidebar.php page, I thought I could do something like this http://vimeo.com/27796990 but that would just "print" the sidebar html markup inside the view.php <div id="body"> instead of above it where I think it should be. Is there a way to make Product Details page use the left_sidebar.php as the page it builds inside of, instead of view.php?