exitoffroad
Forum Replies Created
-
Hello again. I haven’t seen this issue come up since then, so it must have been just a random thing. I’ll close this topic now.
I was creating options on each edit product screen at the time.
Forum: Plugins
In reply to: [WooCommerce] Coupons not calculating properly on CompositesUnder Composite Products > Settings, scroll down to the Cart & Checkout section, and it’s the first box.
I was mistaken earlier in thinking the problem was fixed, it wasn’t. I was able to exclude composite items, but it wasn’t discounting the actual composite properly still. I’m still waiting for a plugin update from WP Clever to see if that fixes it.
Forum: Plugins
In reply to: [WooCommerce] Server CPU 100%@leepaulheron we too have had several massive bot attacks since going up to WC V10.2. I feel like something was left vulnerable in the code as we never had a problem like this before. We also had to go behind cloudflare as well and put in rally strong blockers with custom rules. Meta and many other crawlers were super aggressive as well and also all had to be blocked.
Hello.
There are no other pricing rules, discounts or plugins on the site that affect pricing. This is the standard marketing>coupons option in Woocommerce, with no add ons.
I can exclude the composite and the components, but that’s not my goal. The coupon is not mean to apply to products in a certain category, excluding them from a discount. Some composite products do get coupons, and some don’t. So if a composite is in that excluded category, the coupon is not supposed to apply to that component, and subsequently all of the components in that composite.
It used to work normally, it no longer does. The coupon discounts any components that are not in that specific category, but it is supposed to exclude the composite and anything included with it.
Here’s a simpler version. If I make a composite product called “Ham Sandwich”, and that is part of the “sandwich” category, then I have sandwiches excluded from any coupons. The components of the Ham Sandwich are bread, ham and cheese. Bread, ham and cheese are not in the sandwich category. The coupon is still discounting the bread, ham and cheese, but it shouldn’t be doing that, because they are part of the Ham Sandwich Composite Product, which is in the sandwich category.
Have you tried recreating this?
Forum: Plugins
In reply to: [WPC Composite Products for WooCommerce] Exclude bundle from couponI’m having the same sort of problem, coupons are being applied to components of a composite product when they never did before.
I think it’s from a recent WC update, but this plugin hasn’t been updated to work properly with it yet. Here’s my post: https://wordpress.org/support/topic/coupons-ignoring-composite-main-product/
Checking in to see if anyone from support can check this out and help figure out what the problem is?
Forum: Plugins
In reply to: [WooCommerce] Coupons not calculating properly on CompositesThanks again for your reply. I believe it’s an issue with the component plugin and the new version of WC. In the component plugin, there’s an option under Coupon restrictions to “exclude component products”, and with that turned on, the coupons are now not discounting, which is what I want it to do. I’ll mark this as closed now and wait for a reply from the composite plugin company, as they haven’t replied yet for the past 2 days.
Forum: Plugins
In reply to: [WooCommerce] Coupons not calculating properly on CompositesHello, and thanks for the reply. I only noticed this issue last week, so it must have been after the 10.5.0 update. I also notice the area in between the coupon options says “and” and it didn’t say that in the past.
This coupon is a percentage off discount. When you added that item to the cart, the shock absorbers are also in the exceptions category (excluded from the discount), but the coil springs are not in the exceptions category. The whole kit should have been excluded from the coupon discount like in the past.
Here is how the coupon is set up:



Here is the Woocommerce status: https://pastebin.com/ss6FGd4A
The composite plugin hasn’t had an update in over 1 month and it is running the newest version, Version 7.6.8.
Here is another more simple composite page that has fewer parts. By default, the front and rear shocks are selected, but not the 3rd optional item. The composite is in the exceptions category, as well as the front and rear shocks, but the 3rd optional item, “Dobinsons struts top plate pair” is not in the exceptions category, and if you add that to the list, and then add it all to the cart, the coupon discounts 5% off the $130 item. It shouldn’t discount it. Hopefully that helps.
Forum: Plugins
In reply to: [Klaviyo] No Check Button present on checkout for Opt-inI finally got back around to this today, it must have been custom styling causing it. I ended up adding this custom CSS, and the checkbox is now appearing properly during checkout for the opt-in. The issue is now solved.
input[type=”checkbox”][name=”kl_newsletter_checkbox”] {
display: inline-block !important;
width: 16px !important;
height: 16px !important;
visibility: visible !important;
opacity: 1 !important;
position: static !important;
margin-right: 6px !important;
}Thanks for your help, and for checking on it for me.
I think perhaps it was WP-Optimize’s “minify JavaScript” that could have been causing it. I could never re-create it showing the $0 price, but ChatGPT seems to think that minifying the JS could have caused the issue, depending on what browser or device the customer was using. I have disabled minify JS for now and will see if I have any other issues pop up.
I’ve been using this plugin for quite a few years now with basically no issues in the cart or checkout.
Forum: Plugins
In reply to: [WPC Composite Products for WooCommerce] No Price Shown in Quick Edit FieldOk, I didn’t think about the 3 different pricing methods.
Since the Composite can figure out what the subtotal is of the product page to show on the front end, based on the settings chosen on the back end, is there any way to figure out how to export that price? Instead of showing what we have manually entered in the General Tab price field?
For example, if I enter $100 into the general price field, the actual product page on the front end will show whatever the actual price would be with the composites and settings that are already in place. I’d like to be able to extract that from the site somehow. As an example, if I make this product $100, it will still show as $3155 to the customer with the settings and required fields I have selected on the back end.
This still doesn’t answer why the logged-in user was being shown hCaptcha at checkout, regardless of the plugins used for checkout options.
Thank you for checking. I’m going to jump on GitHub to recommend it, since Payment Plugins Braintree For WooCommerce is the official partner of Braintree & PayPal. I’ve disabled it on the checkout form for now. I guess hCaptcha isn’t doing what I thought it was for my site.
For the past year or so, I didn’t realize it wasn’t working correctly, however many people have had to solve the puzzle before moving forward to be able to check out (and told me how hard it can be to do it). Luckily it’s the credit card field that is the one I was always trying to protect, since that’s where all of the card testing was/is happening. The card testers get past it, but regular people don’t. LOL. It’s nuts.
Thanks for the reply. The products listed as composites on this page are simple products, and they’re all required items. They can’t be selected or unselected. That’s why I thought for this composite product, and pages just like it, it should be showing the sale price on the archive page.
https://exitoffroad.com/product/dirt-king-2-0-ifp-mid-travel-package-4runner-fj-cruiser-gx470-gx460/
Forum: Plugins
In reply to: [WooCommerce] Can’t clear “Date sale price ends” by CSV uploadGreat, that worked, using “0000-00-00” in the end date field worked and cleared out the dates.
Once that was working, and verified, I tested the end date again. It specifically says in the ? box of the scheduler that the end date will end at 23:59:59 of the “to” date. I just did that, for today with an upload by CSV by using “2024-12-03” on a single product, and it immediately stopped showing the sale price of that product. If I manually add today’s date in the scheduler, the sale prices stays (assuming until midnight). I don’t know what to do about that.
Are we able to use something like “2024-12-04 2:59:59” to set the time to end at a specific time of the day during a CSV upload? And if so, is there a way it will show up in that field of the product box? Because if I try to upload something like that now, I can’t tell if it actually took it and will work properly at the date and time I’m requesting.