This topic contains 7 replies, has 2 voices, and was last updated by visuwerk 9 years, 5 months ago. This post has been viewed 1105 times
Skip "Save Your Design"
You must be logged in to reply to this topic.
This topic contains 7 replies, has 2 voices, and was last updated by visuwerk 9 years, 5 months ago. This post has been viewed 1105 times
Hello,
how can we skip the mask “Save your Design”?
Thank you and best regards
visuwerk
Hello,
how can we skip the mask “Save your Design”?
Thank you and best regards
visuwerk
Hi visuwerk,
To skip the “Save Your Design”, by default you have to click “No, Thanks. I will do it later.” button (http://screencast.com/t/dMN6hdnCJGij) to close the popup and continue, I think you can trigger a click event to that button. You can try this solution first. Hope it help.
Tim.
http://magebay.com
http://productsdesignercanvas.com/
http://www.menucreatorpro.com/
http://www.productsdesignerpro.com/
Hi Tim,
we want to skip the whole “Save your Design” popup. Can you tell us where we find the button and how to trigger the click event to skip this popup please?
Thank you and best regards
visuwerk
Hi Tim,
we want to skip the whole “Save your Design” popup. Can you tell us where we find the button and how to trigger the click event to skip this popup please?
Thank you and best regards
visuwerk
So you want something like: After the user done their customized, they press Save, after the render processing, instead of showing “Save Your Design” popup, you want to return to product page and ready to add to cart, right?
http://magebay.com
http://productsdesignercanvas.com/
http://www.menucreatorpro.com/
http://www.productsdesignerpro.com/
Hi Tim,
exactly. We do not need the whole save and reload function.
Thanks
visuwerk
Hi visuwerk,
We are updating this feature. The admin will able to enable/disable this step. Will let you know when we done.
Thanks,
http://magebay.com
http://productsdesignercanvas.com/
http://www.menucreatorpro.com/
http://www.productsdesignerpro.com/
Hi visuwerk,
Here’s the update. Please replace this function inside:
js/pdp/pdc/js/productsdesignercanvas-1.0.js
saveCustomerDesign: function() {
var self = this;
self.showLog("Save Customer Design", "info");
self.saveJsonFile(function(response) {
var responseJson = JSON.parse(response);
//Skip save design step
self.showLog("Skip save design step", "info");
self.newestJsonFilename = responseJson.filename;
self.saveAndContinue();
return false;
});
}
http://magebay.com
http://productsdesignercanvas.com/
http://www.menucreatorpro.com/
http://www.productsdesignerpro.com/
You must be logged in to reply to this topic.