Please Help: The Position Of The Products Has Changed Instead Of The Images And Vice Versa

Hello,

Please help ...
I have a problem that I can't solve, I spent hours looking for the solution and I didn't succeed.
In admin, the position of the products has changed instead of the images and vice versa.
How can I make it the same as before?
Thanks!

Hello

This is standard view photo, position not reverse.

But if you must change this, in file

/design/backend/templates/views/products/manage.tpl

Change table cells in places.

Best regards

Robert

Agree, everything is ok on your screenshot. Here is example from the clean installation

https://prnt.sc/mAqjlnElBzzg

Agree, everything is ok on your screenshot. Here is example from the clean installation

https://prnt.sc/mAqjlnElBzzg

K
I understood but it wasn't like that 1 week ago :)
Can it be done as it was before?

Hello

This is standard view photo, position not reverse.

But if you must change this, in file

/design/backend/templates/views/products/manage.tpl

Change table cells in places.

Best regards

Robert

I found the file, I tried to edit it but it didn't work
can you tell me what needs to be changed?
thanks a lot

Hello

You changed something in the czt file you don't know what to change?
If you have changed something, be sure to clear the cache because the changes may not be visible.
Want to replace linking columns with headers? Or not?
Swap the two pieces of code
 {if $search.cid && $search.subcats != "Y"}
     
     
 {/if}

second part

    {include
            file="common/image.tpl"
            image=$product.main_pair.icon|default:$product.main_pair.detailed
            image_id=$product.main_pair.image_id
            image_width=$image_width
            image_height=$image_height
            href="products.update?product_id=`$product.product_id`"|fn_url
            image_css_class="products-list__image--img"
            link_css_class="products-list__image--link"
    }

Best regards

Robert

Hello

You changed something in the czt file you don't know what to change?
If you have changed something, be sure to clear the cache because the changes may not be visible.
Want to replace linking columns with headers? Or not?
Swap the two pieces of code
 {if $search.cid && $search.subcats != "Y"}
     
     
 {/if}

second part

    {include
            file="common/image.tpl"
            image=$product.main_pair.icon|default:$product.main_pair.detailed
            image_id=$product.main_pair.image_id
            image_width=$image_width
            image_height=$image_height
            href="products.update?product_id=`$product.product_id`"|fn_url
            image_css_class="products-list__image--img"
            link_css_class="products-list__image--link"
    }

Best regards

Robert

Incredible,
It's done :)
Thanks a lot!!!

Hello

You are welcome :)

Best regards

Robert

If we keep talking,
I want to ask you something that has nothing to do with the subject but is interesting to know:
If we have 20 products on the site with independent links and I want to put a variation on them and make 20 products -> 4 products (variations)
The question is: does Google still see the 20 links or just the 4 links?
When I say "see" I also mean the description ...
I ask because I have 15,000 products and a lot of them are somehow duplicated, the color just changes
Thanks!

Hello,

I do not have experience with Google indexing, but if you're using "Variations as one product", each variations has the same link, with only parameters being different. So I think Google should treat them as one link.

If you're using "Variations as multiple products", each product has separate link and is probably treated separately by Google.

Best regards,

Robert

Hello,

I do not have experience with Google indexing, but if you're using "Variations as one product", each variations has the same link, with only parameters being different. So I think Google should treat them as one link.

If you're using "Variations as multiple products", each product has separate link and is probably treated separately by Google.

Best regards,

Robert

Thanks!!!

Hello

You are welcome :)

Best regards

Robert