removed debugger
This commit is contained in:
parent
c8a1f478c0
commit
9e47211cea
|
@ -821,8 +821,7 @@ export default {
|
|||
this.errorMessage = "Please Select Color";
|
||||
}
|
||||
},
|
||||
gotoPersonalize(productDetails) {
|
||||
debugger
|
||||
gotoPersonalize(productDetails) {
|
||||
// window.open(`${personlizeUrl}/product/${this.sku}`, "_self");
|
||||
if (
|
||||
this.getCustomAttributeLable(
|
||||
|
@ -845,8 +844,7 @@ export default {
|
|||
});
|
||||
} else {
|
||||
let itemCode = this.itemId ? this.itemId : "new";
|
||||
//googleAanalyticsEvent('personalize_builder', 'ecommerce', productDetails);
|
||||
debugger
|
||||
//googleAanalyticsEvent('personalize_builder', 'ecommerce', productDetails);
|
||||
if(this.categoryId)
|
||||
{
|
||||
window.open(
|
||||
|
|
|
@ -196,7 +196,6 @@ export default {
|
|||
show: true,
|
||||
timeout: 2000
|
||||
};
|
||||
debugger
|
||||
this.$store.dispatch("userCartProduct/cartProductList");
|
||||
this.$emit("actionClose", this.snackbar);
|
||||
|
||||
|
|
Loading…
Reference in New Issue