Re-Arrange Product Title On Product Detail Page

Dear friends,

What can I do to re-arrange the product title in the product page just above the main product image

[attachment=12189:Screenshot_rearrangeproducttitle.jpg]

Which files do I ammend ?

Screenshot_rearrangeproducttitle.jpg

You have to edit


templates / blocks / product_templates / default_template.tpl

move black

                {hook name="products:main_info_title"}
                    {if !$hide_title}
                        

{$product.product nofilter}

{/if} {/hook}

below

            {include file="common/product_data.tpl" product=$product but_role="big" but_text=__("add_to_cart")}

leave this where it was

                    {hook name="products:brand"}
                        
{include file="views/products/components/product_features_short_list.tpl" features=$product.header_features}
{/hook}

Also you can add this to center title..

{hook name="products:main_info_title"} {if !$hide_title}

{$product.product nofilter}

{/if} {/hook}

I am not so sure Darius, that what you propose is actually already in place.

I am just trying to get the product name placed above the

Please check what Darius meant

http://prntscr.com/ehqde8

Please check what Darius meant

http://prntscr.com/ehqde8

I see, not the desired result I was hoping for.

But still thanks you both.

Please provide us with the screenshot of the result. It should work

Please provide us with the screenshot of the result. It should work

let me show you, I find the result aweful.

Where are those very awful results ? :D

Where are those very awful results ? :D

Just checking my root folder to "reinstate" the awefulness but I cam across some weird files

core. files

00d0 7a15 0000 0000 0060 1b12 db7f 0000
0000 0000 0000 0000 0010 0000 0000 0000
00c0 0100 0000 0000 0010 0000 0000 0000
0100 0000 0000 0000 00e0 7a15 0000 0000
0020 1d12 db7f 0000 0000 0000 0000 0000
0000 0000 0000 0000 00f0 1f00 0000 0000
0010 0000 0000 0000 0100 0000 0600 0000
00e0 7a15 0000 0000 0010 3d12 db7f 0000
0000 0000 0000 0000 0060 0000 0000 0000
0060 0000 0000 0000 0010 0000 0000 0000
0100 0000 0500 0000 0040 7b15 0000 0000
0070 3d12 db7f 0000 0000 0000 0000 0000
0010 0000 0000 0000 00a0 0000 0000 0000
0010 0000 0000 0000 0100 0000 0000 0000
0050 7b15 0000 0000 0010 3e12 db7f 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 2000 0000 0000 0010 0000 0000 0000
0100 0000 0600 0000 0050 7b15 0000 0000
0010 5e12 db7f 0000 0000 0000 0000 0000
0020 0000 0000 0000 0020 0000 0000 0000
0010 0000 0000 0000 0100 0000 0500 0000
0070 7b15 0000 0000 0030 5e12 db7f 0000
0000 0000 0000 0000 0010 0000 0000 0000

Not sure how this is related to topic. You asked how to move title from right column of product details page to above image. It is simple css html not rocket science :)

Not sure how this is related to topic. You asked how to move title from right column of product details page to above image. It is simple css html not rocket science :)

Smarty pants (LOL) my Chrome browser did not allow me to edit the template.

Now check this

[attachment=12194:Screenshot_producttextoverproductimage.jpg]

Screenshot_producttextoverproductimage.jpg