Posted - 07/30/2019 : 10:22:08
How do I disable "Quickbuy" popups in the ASP code? I am attempting to trace the flow of the code to integrate an old modification I wrote some years ago when we were on 5.x. I typically set response.write xxx and a “break” which should crash the code at the line. However, the current cart version is using popups and it appears on error resumes. So. When I try on error resume next response.write thecartid:break it just keeps on processing and I can’t (easily) trace the flow. If I can disable the Quickbuy popup I think I can follow the flow to re-integrate my mod. Any assistance is much appreciated.
|