andrewtoo
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Coupons adding sales tax to coupon amount?Thank you for the response 🙂
Yes, thinking about in that way does make sense. I guess I was thinking that a $100 coupon on the cart total would work more like a gift card being that it is set to subtract from the total cart amount. When you are using a gift card it does not add extra to cover the tax on your purchase. I.E. $100 = $100. But yes, your explanation does make complete sense seeing as the tax is calculated based on the cart sub total and not final total (+tax +shipping).Perhaps I should search for a gift card plugin that would accomplish a set amount no matter what.. Again, thank you for the response and insight! This makes total sense!
Forum: Plugins
In reply to: [WooCommerce] Product images gallery help pleaseSeems like your lightbox is turned off, broken, or you need to add lightbox support to your theme… is your wordpress and theme version up to date? Read here, maybe this will help solve your problem. Shows pretty much exactly what you’re experiencing and how to fix it: https://createandcode.com/broken-photo-gallery-and-lightbox-after-woocommerce-3-0-upgrade/
Forum: Plugins
In reply to: [WooCommerce] Sales Price IssueIt is because your sale price text color is set to White! It is there, you just can’t see it.. It is this in the CSS:
mark, ins {
background: #63317c;
color: #fff;
}Change the color to anything but that and they will show up 🙂