Thread Starter
riri91
(@riri91)
Hello bcworkz, thank you for your answer.
Actually, i putted it in the functions.php file for debug purpose.
I’m writing a simple script that connect to an external API and import posts from it.
Hello,
you may have found the problem since your post, but here is the solution i found:
jQuery('.cycle-slideshow').cycle()
Insert it int he field “Reload Code”
Thread Starter
riri91
(@riri91)
Here again just to says i found a solution, if someone needs the same feature.
In “cart-total.php”, add “<?php echo $coupon->amount; ?>” under those lines:
“<?php foreach ( WC()->cart->get_coupons( ‘order’ ) as $code => $coupon ) : ?>”
“<?php foreach ( WC()->cart->get_coupons( ‘cart’ ) as $code => $coupon ) : ?>”