3 issues observed in 2.0.10

  1. On … the product title & price is aligned centre in blocks (Featured & Newest) whereas in 2.08 they were left aligned.
  2. even though we don’t have any content in “Site layout” still “Welocme” shows on homepage. How we can make “welcome” to not show when content is empty
  3. The Description tab is not the 1st on product details page… for example on the link below “Related product” uis 1st tab. how we can make that description shows 1st







    Appreciate if anyone can help or suggest the fix.



    TIA

For #2, go to Design->Blocks and edit the ‘Central content’ block - change the Wrapper to “–”.



For #3, in Design->Blocks select the Products tab. Drag the tabs to whatever order you like in the “PRODUCT DETAILS PAGE TABS” area.



Bob

[quote name=‘jobosales’]For #2, go to Design->Blocks and edit the ‘Central content’ block - change the Wrapper to “–”.

[/QUOTE]



Won’t save “–”


[Quote]

For #3, in Design->Blocks select the Products tab. Drag the tabs to whatever order you like in the “PRODUCT DETAILS PAGE TABS” area.

[/quote]



worked.



Thanks

If you were using a different than default buy_now.tpl file then make sure that the view.tpl file is still pointing to it.



I have a custom one called buy_now3.tpl and as part of the update view.tpl change it to point back to buy_now.tpl because that string is one of the ones updated in 2.0.10

[quote name=‘coder’]Won’t save “–”[/QUOTE]

They must have ‘fixed’ this in 2.0.10. Try commenting out the code in /skins/YOURSKIN/customer/views/index/index.tpl


```php [COLOR=“Red”]{*[/COLOR]



{hook name=“index:index”}

{$lang.text_welcome}

{capture name=“mainbox_title”}{$lang.welcome}{/capture}

{/hook}

[B][COLOR="red"]*}[/COLOR][/B] ```

Bob

[quote name=‘jobosales’]They must have ‘fixed’ this in 2.0.10. Try commenting out the code in /skins/YOURSKIN/customer/views/index/index.tpl


```php [COLOR=“Red”]{*[/COLOR]



{hook name=“index:index”}

{$lang.text_welcome}

{capture name=“mainbox_title”}{$lang.welcome}{/capture}

{/hook}

[B][COLOR="red"]*}[/COLOR][/B] ```

Bob[/QUOTE]

Thanks.. to make easier just removed the "value" welcome of language variable.

Now only left is the title & price getting centrerd in blocks...

Thanks