When it comes to themes, does Drupal show updates or does this have to be done on your own? Also, how do I go about upgrading my theme from AT Commerce 7.x-2.0-rc3 to 7.x-3.0-rc1? Manually install theme? Any steps or help would be much appreciated as I would hate to screw up my entire site while attempting this process.

Thank you

Comments

josephsergio’s picture

Priority: Normal » Major

Would I just install the new theme as usual and then activate it? Also will this mess up anything I currently have setup for my site (blocks, product pages, etc)

Thank you in advance

josephsergio’s picture

Priority: Major » Critical

I know everyone is extremely busy but any help on this would be great. Last thing I wasnt to do is have my products/displays altered once the theme is updated.

playfulwolf’s picture

Priority: Critical » Normal

this is not critical, if it makes problem for you - it does not mean there will be problem for others
I can assure, that migration will be not that easy, but If you know at least basic theme configuration and basic css, not even anything Drupal related you will be able to do this.

Your tasks:
1. Clone site
2. Make clean subtheme for AT
3. Copy files and other changes you made for your 2.x sub-theme
4. Debug
5. Profit!

Jeff Burnz’s picture

Status: Active » Closed (fixed)

#3 is about right, upgrading is hard and time consuming, only do it if you really really want or need to, I doubt there is a major pressing need, so its more of a want.

josephsergio’s picture

Jeff

Thanks alot for your post. Does this update fix the viewing issue in IE and Firefox? Currently the site displays fine in Sarafi, however in IE and Firefox it is incorrect.

playfulwolf’s picture

you have to correct css to display it properly on all the browsers, I know that it is time consuming but there is no other way - either you do it yourself or somebody does it for you. My personal opinion is that if the theme looks differently in most popular browsers (newest versions), then this is a bug, open an issue in theme project page.
Firebug for Firefox is a good tool to see which css is causing problems, there is similar tool in Chrome, although I do not know about other browsers