Zach W
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] E_COMPILE_ERRORBut I have not activated that plugin in this moment.
I’m trying only to activate woocommerce by now.Try deleting the PayPal Checkout plugin and then see if you can activate WooCommerce.
If not, you’ll still want to post here as the issue specifically references a problem with the PayPal Checkout plugin:
https://www.ads-software.com/support/plugin/woocommerce-gateway-paypal-express-checkout/
Howdy!
I think you have things a bit turned around. The integration is handled on the LearnDash side of things, not the WooCommerce side. You’d want to contact LearnDash directly for the Course ID information you need.
Buying a product unlocks the course, but the entire LearnDash integration connected to buying a product that allows LearnDash courses to be accessed isn’t developed or supported by us.
You can reach them here:
Howdy!
This would be determined by whatever LearnDash integration option you’re using.
Are you developing your own? If not, this free plugin is something you’d want to look into:
Forum: Plugins
In reply to: [WooCommerce] Woocommerce not sending the auto generated password.Howdy!
I am trying to make automatically make an user after checkout and then e-mail the username and password to the buyer.
If this is what you’re trying to do, then going to
WooCommerce > Settings > Accounts & Privacy
and setting this should help:
Link to image: https://d.pr/i/FEecvGHave you tried that already? That will only force logged in users or users who choose to create an account at checkout to be able to check out (no guest purchases). You shouldn’t need to implement any code to send a password to the user.
Forum: Plugins
In reply to: [WooCommerce] Conditional Thank You page based on product option selectionHowdy!
This extension was built to meet your needs of showing a different thank you page depending on the product:
Forum: Plugins
In reply to: [Amazon Pay for WooCommerce] Capture when marking orders processingHowdy Stefan!
Looks like this fell through the cracks, very sorry to leave you without an answer for so long!
We’ve added this to our GitHub repository for our developers to consider for a future version here:
https://github.com/woocommerce/woocommerce-gateway-amazon-pay/issues/37
Forum: Plugins
In reply to: [WooCommerce] E_COMPILE_ERRORThanks for that information!
It looks like this issue is actually with the PayPal Checkout plugin, not WooCommerce itself.
Please post your issue in the forum here and we’ll help you out:
https://www.ads-software.com/support/plugin/woocommerce-gateway-paypal-express-checkout/
Howdy!
Thanks for following up with this.
Please contact us at WooCommerce.com > My Account > Support. You may need to create an account before you can access that page.
Please include a link to this forum thread, so that we can keep track of what’s already been done.
We will be able to help you further there.
Forum: Plugins
In reply to: [WooCommerce] Urgent – Shipping not charged since upgrade to 4.5.1Thanks for letting us know, Dan!
Forum: Plugins
In reply to: [WooCommerce] Hide other shipping methods when “Free Shipping” is availableYou’re most welcome!
Forum: Plugins
In reply to: [WooCommerce] Tax is not calculatedHowdy!
This isn’t a WooCommerce issue, but an issue with the WooCommerce Services plugin.
Please post this issue here instead and we’ll help you out:
https://www.ads-software.com/support/plugin/woocommerce-services/
Forum: Plugins
In reply to: [WooCommerce] Hide other shipping methods when “Free Shipping” is availableTry the information here (code or plugin option):
Forum: Plugins
In reply to: [WooCommerce] Urgent – Shipping not charged since upgrade to 4.5.1Howdy!
Sorry to hear about this issue.
Can you let us know exactly how you have shipping setup so we can try to reproduce the issue? Are you using Core Shipping Options, or a shipping plugin? The more information you can give us on your setup so that we can try to reproduce, the better.
Thanks!
- This reply was modified 4 years, 6 months ago by Zach W.
Thanks for the additional information!
It looks like the line item IDs change when any of the three payment gateway options you mentioned are used, correct? But they don’t change when you place a test order with the Cash on Delivery method?
If that’s the case, this kind of problem is usually caused by either a conflict with your theme or with another plugin.
?
The best way to determine this is to:- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Repeat the action that is causing the problem
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.
The only similar issue I could find is this one:
https://github.com/woocommerce/woocommerce/issues/23335
But that was addressed in version
3.7.0
.Thanks for that information, and sorry to hear about the issue!
We don’t have any reports of any
line item ID
orproduct ID
issues with our Stripe plugin, and looking at your System Status, my guess is this is something else causing the problem.Can you try this:
Setup the Cash On Delivery method and try a test order, then check the line item IDs. Then, change the order’s status to
Completed
and check to see if the line item IDs have changed.If they have, the issue isn’t with Stripe, and is usually caused by either a conflict with your theme or with another plugin.
?
The best way to determine this is to:- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Repeat the action that is causing the problem
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.