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