To Cut A Long Story Short...
- wisechildren
- May 15, 2023
- 1 min read
By May 6th we we're working on the purchase details.
Ok, so there were a load of steps
import wixWindow from 'wix-window'; import wixLocation from 'wix-location'; function open_Lightbox(){ let query = wixLocation.query; var goto = query.name; wixWindow.openLightbox(goto); } $w.onReady(function () { open_Lightbox(); });
Comments