Show Countdown in Mini Cart
-
Hi James – firstly what a great plugin – it’s really nicely executed – many congratulations.
I’m trying to show the countdown timer in the fly-out mini cart which is part of my main template and have achieved this by adding the script below. However, this only shows in the min-cart on Woo pages. Will the plugin allow this to load on other pages or is it limited to Woo pages only?
<script src='https://domain.com/wp-content/plugins/woocommerce-cart-stock-reducer/assets/js/jquery-countdown/js/jquery.countdown.min.js?ver=2.0.2' id='wc-csr-jquery-countdown-js'></script> <script> jQuery( document ).ready(function() { jQuery('#%%ELEMENT_ID%%').countdown({until: '+596', format: 'dhmS', layout: '{d<}{dn} {dl} {d>}{h<}{hn} {hl} {h>}{m<}{mn} {ml} {m>}{s<}{sn} {sl}{s>}'}); }); </script>
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Show Countdown in Mini Cart’ is closed to new replies.