Hi people!
Comment this block in wp-e-commerce/wpsc-admin/js/admin.js
/*jQuery(“a.thickbox”).livequery(function(){
tb_init(this);
});*/
That should do the magic 😉
Hi, I solved based in the hunk’s solution.
Find all the calls to the phpThumb.php in the magid-fields plugin folder and modify the src parameter like this;
$newImagePath = PHPTHUMB.’?&w=150&h=120&src=’.str_replace(get_bloginfo(‘wpurl’),”,MF_FILES_URI.$filename);
That eliminates the absolute part of the url.
It worked for me and now I have my plugin working perfectly.
I hope it works for you.