I need to change appearance of my product_info page in template and can't find in which file i must do it. I mean, that i need to change layout of the product image, for examlpe.
Can somebody explain me, how?
I need to change appearance of my product_info page in template and can't find in which file i must do it. I mean, that i need to change layout of the product image, for examlpe.
Can somebody explain me, how?
/includes/templates/your_template/templates/tpl_product_info_display.php.
You can move blocks of code (they start with <!--bof xxx--> and end with <!--eof xxxx-->) around to rearrange the order of elements.
Also, you can use CSS in your /includes/templates/your_template/css/stylesheet.css to affect many details of your page appearance.
thanx, it helps
Last edited by aggro; 3 Jul 2007 at 03:06 PM.