Product title below product image?

Posts: 5
Joined: 04/04/2008

How would I get product title below product image?

I've tried to go via Content Types/Product/Manage fields and specify Image to have Weight of -6.

Then also via Store administration/Configuration/Product Settings/Product fields set Image to -10.

But I still get product title over product image inside products grid. Where should I look else?

Posts: 5
Joined: 04/04/2008

So, let say I have defined Class1 and Class2 for my products. Those classes becom Content types with their own set of fields. And for example Image field weight I could see inside node_field_instance table. Is that weight reflected somewhere inside catalog? I could also see that for some Class fields I have predefined title with weight=-5, body_filter=-4, taxonomy=-3, base=-1. Are they in some other table or statically generated for Class->Manage fields form?

Posts: 64
Joined: 02/13/2008
Posts: 5
Joined: 04/04/2008

Hey mikz,

In that tutorial I don't see any word "weight" related to fields. Just brute replace of image/title markup positions in some related php file doesn't work for me. I need better and more robust solution of this to manage different product classes representation in different ways.