-- HikaShop version -- : 3.2
I don't know if this is a problem or not, but whenever I place an item into my cart, I get the console msg's window:
bootstrap-tooltip-extended.min.js?c7ab6e7ca1d311af88e0842ced222265:6 Uncaught TypeError: Cannot read property 'Constructor' of undefined
at bootstrap-tooltip-extended.min.js?c7ab6e7ca1d311af88e0842ced222265:6
at bootstrap-tooltip-extended.min.js?c7ab6e7ca1d311af88e0842ced222265:6
(anonymous) @ bootstrap-tooltip-extended.min.js?c7ab6e7ca1d311af88e0842ced222265:6
(anonymous) @ bootstrap-tooltip-extended.min.js?c7ab6e7ca1d311af88e0842ced222265:6
2sumo.com/apps/heatmaps/status:1 POST
sumo.com/apps/heatmaps/status
500 (Internal Server Error)
checkout:1 Failed to load
sumo.com/apps/heatmaps/status
: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin '
www.eutopiantrader.com
' is therefore not allowed access. The response had HTTP status code 500.
Expanded error:
!function(t){"use strict";var e=t.fn.tooltip.Constructor.VERSION?t.fn.tooltip.Constructor.VERSION.split(".")[0]:"2",o=t.fn.tooltip,i=function(t,e){this.init("tooltip",t,e)};i.prototype=t.extend({},o.Constructor.prototype,{constructor:i,show:function(){var o,i,s,n,r,l,p=t.Event("show");if(this.hasContent()&&this.enabled){if(this.$element.trigger(p),p.isDefaultPrevented())return;o=this.tip(),this.setContent(),this.options.animation&&o.addClass("fade"),r="function"==typeof this.options.placement?this.options.placement.call(this,o[0],this.$element[0]):this.options.placement;var a=/\s?auto-dir?\s?/i,h=a.test(r);h&&(r=r.replace(a,"")||"top"),o.detach().css({top:0,left:0,display:"block"}).addClass(r),this.options.container?o.appendTo(this.options.container).insertAfter(this.$element),i=this.getPosition(),s=o[0].offsetWidth,n=o[0].offsetHeight;var f="rtl"===jQuery(document.querySelector("html")).attr("dir")?!0:!1;if(h){var c=r,d=r.replace(/bottom-|top-/g,"")||"",g=r.replace(/left|right/g,"")||"";r="left"==d&&f?g+"right":"right"==d&&f?g+"left":r,o.removeClass(c).addClass(r)}switch(r){case"bottom":l={top:i.top+i.height,left:i.left+i.width/2-s/2};break;case"top":l={top:i.top-n,left:i.left+i.width/2-s/2};break;case"left":l={top:i.top+i.height/2-n/2,left:i.left-s};break;case"right":l={top:i.top+i.height/2-n/2,left:i.left+i.width};break;case"bottom-left":l={top:i.top+i.height,left:i.left};break;case"bottom-right":l={top:i.top+i.height,left:i.left+i.width-s};break;case"top-left":l={top:i.top-n,left:i.left};break;case"top-right":l={top:i.top-n,left:i.left+i.width-s}}this.applyPlacement(l,r),"3"===e&&this.newArrow(r,s,f),this.$element.trigger("shown")}},newArrow:function(t,e,o){var i=this.tip().find(".tooltip-arrow"),s=parseInt(i.css("width"),10),n=parseInt(i.css("height"),10),r=t.replace(/bottom-|top-/g,"")||"",l=t.replace(/left|right/g,"")||"";l&&"left"==r&&!o&&i.css("left",s/2),l&&"left"==r&&o&&i.css("right",e-s-s/2),l&&"right"==r&&i.css("left",e-s-s/2),"bottom-"==l&&i.css("top",n),"top-"==l&&i.css("bottom",n)}});var s=t.fn.tooltip;t.fn.tooltip=t.extend(function(e){return this.each(function(){var o=t(this),s=o.data("tooltip"),n=t.extend({},i.defaults,o.data(),"object"==typeof e&&e);s||o.data("tooltip",s=new i(this,n)),"string"==typeof e&&s[e]()})},t.fn.tooltip),t.fn.tooltip.noConflict=function(){return t.fn.tooltip=s,this}}(window.jQuery);
I don't know if this is a problem or not, but thought it best to ask in case this is a bug or a problem somewhere in the configuration.
This shows up when you enter an item into the cart, and before initiating the checkout processes of selecting shipping, paying, and finishing. So this would be in my mini cart.
Thanks!