3 replies [Last post]
andrejusc's picture
Offline
Joined: 04/04/2008
Juice: 12
Was this information Helpful?

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?

andrejusc's picture
Offline
Joined: 04/04/2008
Juice: 12
Let me clarify with classes introduction

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?

mykz-'s picture
Offline
Joined: 02/13/2008
Juice: 203
Hey Andrejusc

Hey Andrejusc

http://www.ubercart.org/forum/development/3868/nifty_products_tutorial_p...

the above link may help you in your quest.

andrejusc's picture
Offline
Joined: 04/04/2008
Juice: 12
Hey mikz, In that tutorial I

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.