Page 1 of 1

Migrate from 6.2.0-b34 to 6.4.1

Posted: 12 Apr 2016, 12:30
by goerch
Hello, i paused the intergration of aimeos shop for some days, now i saw in TER that there is a new version 6.4.1. Can i update from 6.2.0-b34 to 6.4.1 without problems?

Re: Migrate from 6.2.0-b34 to 6.4.1

Posted: 13 Apr 2016, 12:22
by aimeos
In principle, yes :-)

The only thing you might stumble upon if you copied the elegance template and made customizations is that prices are not displayed any more. This is due to HTML changes required for the schema.org tags. To fix it, you need to replace some CSS selectors in your custom aimeos.css file:

Code: Select all

(*price related*):first-child to (*price related*):first-of-type

Re: Migrate from 6.2.0-b34 to 6.4.1

Posted: 13 Apr 2016, 18:34
by goerch
Thx, the update was ok, i must fix the price-tags, but its all super!
By the way, it is neccessary to start the update script in the extension manager?

Jörg

Re: Migrate from 6.2.0-b34 to 6.4.1

Posted: 13 Apr 2016, 18:44
by aimeos
goerch wrote: By the way, it is neccessary to start the update script in the extension manager?
It should be executed automatically on installation of the extension.