Fancy purchase notification position
-
Have added this round about line 1167 of wp-e-commerce.js to reposition the notification box once the response text is received and the “spinner” removed.
jQuery('#fancy_notification').css({ position:'fixed', left: (jQuery(window).width() - jQuery('#fancy_notification').outerWidth())/2, top: (jQuery(window).height() - jQuery('#fancy_notification').outerHeight())/2 }); };
Hopefully the devs will agree and fold this back into the code.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Fancy purchase notification position’ is closed to new replies.