Hey all
I have news! The Updater is now officially accepted into the Zen Cart repository
... I will update my sig link shortly to point to that download location (I'm writing this post in between designing a large database)
Frans, thanks! Sorry for not getting back to you sooner... Essentially, I've been working with so many systems that the mechanics you are asking about are in some dark recess of my brain... As there are no lights back there (which makes it a bit scary) I'll have to refresh my knowledge of the code... There are upgrades I would like to make as well and your patience would be greatly appreciated 
John, thanks! Ok, combining the Updater sidebox with another element is very much a custom job... The sidebox is created dynamically using Javascript (which is why it appears in no admin lists yet only appears on the product info page) and the content is truncated and replaced on update... Unless there are enough people requiring this functionality then it has to be regarded as custom... If you like you can PM me
Styling the sidebox is fairly easy: just choose any CSS file that loads with your product info page and add a declaration for the ID 'updaterSB'... For example:
Code:
#updaterSB {
personality: be-more-awesome;
}
Incidentally, it's worth noting that that CSS rule doesn't work thus proving that CSS3 has some way to go
HTH
Dan
Bookmarks