If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Depending on what you are delaying for, you may be able to use JavaScript to either listen for something or set a timeout before revealing the button. If it is not a matter of show/hide, then maybe using JavaScript to add the button after your delay could work as well.
Matt Zimmermann
Miva Web Developer Alchemy Web Development https://www.alchemywebdev.com Site Development - Maintenance - Consultation
Miva Certified Developer Miva Professional Developer
It's the Iron and Wool RT. I'm already using some JQuery/JS to control the state of the button with product variants. But, the default is Add. We don't want to change that if we don't need to. Delaying the button render may be the optimal solution for this scenario. A show/hide could work I guess. Would be good enough to wait for a Document Ready and Show on a timer? Not sure how I would do that.
Comment