- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2015 10:20 AM
Hi All,
I have an order guide which has 4 catalog items associated with it. I have few On Submit catalog client scripts on these catalog items. They don't seem to work when I click checkout.
Please help.
Thanks,
Kannan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2015 06:54 AM
Hey All,
I got the issue, the system property glide.sc.guide.tab.validate was set to false. I changed it to True and it is working fine now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2015 11:01 AM
Kannan,
the onsubmit client scripts will not run unless you click on the tab of the Catalog Items.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2015 11:16 AM
Ya, even if I click on the tabs its not running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2015 06:54 AM
Hey All,
I got the issue, the system property glide.sc.guide.tab.validate was set to false. I changed it to True and it is working fine now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2016 06:19 AM
Hi,
I have the same issue. My onSubmit Catalog client script is not working after changing tabs also. I have also checked for glide.sc.guide.tab.validate property, its true. still not working. Same code is working in My personal instance but not in My client development instance. I have checked for the property in both, its true only. What can be the issue??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2016 06:42 AM
Hi Anubhav,
Is this for a catalog item or an Order guide? Can you let me know how many onsubmit script you have for that catalog item?
If you could post the onSubmit code it would be helpful.