Commerce product page output

Permalink
how do i control the blocks and format in which they appear on the product pages that core commerce generates?

jincmd
 
frz replied on at Permalink Reply
frz
edit the product block on the defaults for product detail page type.
jincmd replied on at Permalink Reply
jincmd
the page type is "product detail".... am i able to move each variable of the products output wherever i want? i'd like to split the description from the rest... or maybe place the quantity, buy button, and attributes attatched (<b>manufac</b>, color), to the right of the image and description.

aesthetics... will theses difficult for me as a webmaster, non coder?
frz replied on at Permalink Reply
frz
there are layout controls, but its not a drag and drop pixel layout tool or anything.
platypusman replied on at Permalink Reply
platypusman
...to modify the layout/placement of things?

Would it be this? :

/packages/core_commerce/blocks/product/form.php
platypusman replied on at Permalink Reply
platypusman
No, it must be this one:

/packages/core_commerce/elements/product/display.php

Yea, or nay?

(I'm picturing frz rolling his eyes "oh jesus this guy has no idea what he's doing..." -- well, you'd be right. But I'm trying...)
jincmd replied on at Permalink Reply
jincmd
where can i modify the layout, display.php?
frz replied on at Permalink Reply
frz
look for:

core_commerce/blocks/product_list/css/product_list.css

core_commerce/blocks/product_list/view.php
glowmedia replied on at Permalink Reply
Hi I am after something similar, I want to get rid of the table structure in my product lists and have edited the view.php and added it to blocks/product_list which works but I see that this file also pulls in a display.php from elements/product in the package directory, can this file also be overridden?

Many Thanks

Steve