Any body installed this module successfully after site upgrade?
I upgrade my site from 4.1.7 to 4.5.4 so obviously it has got mysql tables of thumbnail candy mode in the db.
Now if I run mysql patch file I am getting following error
PHP Code:
SQL PATCH FAILED AT QUERY:
ALTER TABLE `xcart_products` ADD `thumbnail_candy_enabled` CHAR( 1 ) DEFAULT 'N' NOT NULL , ADD `thumbnail_candy_colour` varchar(32) NOT NULL DEFAULT 'green', ADD `thumbnail_candy_position` varchar(32) NOT NULL DEFAULT 'TR' , ADD `thumbnail_candy_text` varchar(32) NOT NULL DEFAULT 'new' , ADD `thumbnail_candy_custom_text` varchar(32) NOT NULL DEFAULT ''
None of the product page shows thumbnail candy.
Specials.php page shows all products correctly with thumbnail candy !
Now I run uninstall patch & run install patch then it patched successfully but now all previously candy enabled products doesn't show it.
infact if you add any new products then still candy image doesn't appear !!
in read me file no steps mentioned for upgraded site !
I am the only one who has faced this issue ?
