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?
edit the product block on the defaults for product detail page type.
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?
aesthetics... will theses difficult for me as a webmaster, non coder?
there are layout controls, but its not a drag and drop pixel layout tool or anything.
...to modify the layout/placement of things?
Would it be this? :
/packages/core_commerce/blocks/product/form.php
Would it be this? :
/packages/core_commerce/blocks/product/form.php
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...)
/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...)
where can i modify the layout, display.php?
look for:
core_commerce/blocks/product_list/css/product_list.css
core_commerce/blocks/product_list/view.php
core_commerce/blocks/product_list/css/product_list.css
core_commerce/blocks/product_list/view.php
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
Many Thanks
Steve