aetta
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Site Title not appearing in Woocommerce emailsHi @cacheout2!
There’s no sensitive information on your system status report, however, it’s totally up to you to share it.
Keep in mind that this is a public forum, but with the System Status Report, we can understand and try to help you better!
You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”.
You can paste it here, in your reply!
Thank you!
Forum: Plugins
In reply to: [WooCommerce] No shipping options were foundTo help me diagnose it better, can you share with us a few more details, like:
1. According to your system status report, your checkout page isn’t set yet, can you add it?
2. Have you tried changing the Tulsa metro shipping settings to the top?
3. How can I reproduce this behavior? I mean, what should happen when I select my address as Oklahoma for example?I hope to hear from you soon! All the best,
Forum: Plugins
In reply to: [WooCommerce] snippet code to redirect after checkout not workingHi @tony-webb
Looks like you’re missing a closing curly bracket “}” at the end of your code!
Should be something like this:
add_action( 'woocommerce_thankyou', 'woocommerce_custom_thank_you_page'); function woocommerce_custom_thank_you_page( $order_id ){ $order = wc_get_order( $order_id ); $url = 'https://yourdesignbytonywebb.co.uk/thank-you'; if ( ! $order->has_status( 'failed' ) ) { wp_safe_redirect( $url ); exit; } }Let me know how it goes! Thank you!
Forum: Plugins
In reply to: [WooCommerce] “Enable for shipping methods” for Direct transfer (BACS)Hi @mik013! How’s it going today?
If I understood you correctly, what you’re trying to achieve is a conditional payment according to the shipping method selected, is that correct?
If so, you can check out this article below with some custom codes that will help you to customize your Woo-Store:
https://www.businessbloomer.com/woocommerce-disable-payment-gateway-for-specific-shipping-method/
There are also some plugins/extensions that can help you achieve that, like this one:
https://woocommerce.com/products/conditional-payment-methods-for-woocommerce/
Let us know how it goes! All the best!
Forum: Plugins
In reply to: [WooCommerce] Hiding Products in WooCommerceHi @jktech42
I’m not able to access your staging site due to the lack of credentials! However, can you double-check if, by chance, that product isn’t duplicated?
I can see that when I access it from the main page, it has a postID = 5892, and then, it changes to PostID = 7815, with a message of Out of Stock.
You can navigate to Products and then on the search field, look for that ID! Their reviews are a bit different too, so it may be different products posts!
Let me know how it goes! All the best!
Forum: Plugins
In reply to: [WooCommerce] can’t filter “add to cart” text when using shortcodeHi @shapal!
You can customize your Add to cart text using a plugin like this:
https://wordpress.org/plugins/wc-custom-add-to-cart-labels/
All the best!
Forum: Plugins
In reply to: [WooCommerce] All attributes show up as a selection option when not assignedHi @mismyl1!
You may need to hide the out-of-stock items from the catalog.
You can do that by navigating to your WordPress Dashboard > WooCommerce > Settings > Products > Inventory.
Scroll down a bit to locate the item: Out of stock visibility, check the box in front of it, and then click on Save Changes!
Let us know if this works for you!
My very best,
Forum: Plugins
In reply to: [WooCommerce] blank API REST pageHi @pilarretegui!
It sounds like something related to a cache issue. If you’re using a cache plugin, can you purge them?
Also, you can try to clear your browser’s cache, here’s a more detailed article about how to do that:
If you’re still having issues with that, could you please share a copy of your site’s System Status? You can find it via WooCommerce > Status.
Select “Get system report” and then “Copy for support”.
Once you’ve done that, paste it here in your response.
I hope that helps! Thank you!
Forum: Plugins
In reply to: [WooCommerce] .env File does not exist on WooCommerce updateHey @webomg!
How’s your development environment been set? Are you using docker? Since the file doesn’t exist, I’d give it a try and create/upload a .env file to see how it goes!
Thanks
Forum: Plugins
In reply to: [WooCommerce] my store has not received the IPN sent by PayPalHi @yachi0114!
Just to be on the safe side, that isn’t your domain address, isn’t it? You can also double-check your IPN settings by:
- Logging in to your PayPal account;
- Go to Settings (Gear Icon) > Account Settings > Notifications > Instant Payment Notifications (Update).
And make sure that the URL is something similar to:
https://example.com/?wc-api=WC_Gateway_Paypalwhereexample.comis updated with your URL.Here are more details about that:
https://woocommerce.com/document/paypal-standard/#section-6
Let us know how it goes!
My very best,
Forum: Plugins
In reply to: [WooCommerce] customers receiving wrong email address on their receiptsHi @tony-webb! Thanks for sharing your System status report with us!
If I understand you correctly, your emails are correctly being sent by your SMTP server, which is configured with your live site, the issue is that the “from” field is using your old domain address, is that correct?
If so, to help me diagnose that, can you try to access your site using a different browser/device, and make sure that you’re not logged in, and then make a new test purchase, filling up all the fields with some random information (just for testing purposes, like a new user).
If possible, you can share some screenshots of those process with us and also of your:
- Email sender options (WordPress Dashboard > WooCommerce > Settings > Email)
- New order settings (WordPress Dashboard > WooCommerce > Settings > Email > New order >> Manage)
I’d recommend using this tool to take screenshots!
I hope to hear from you soon! All the best!
Forum: Plugins
In reply to: [WooCommerce] Shipping cost not updating in checkoutHi @puntocomestudio! Thanks for writing back!
By default, the WooCommerce checkout page will only update when you fill out all the fields.
It also does when you change your country, because it may need to update the other related fields!
As a test, I have filled all the fields with some random info, and then when I changed by Region from Madrid to Baleares, it updated my shipping rate to 3.95€!
Can you give that a try, please?
I hope that helps! Thank you!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce default shipping ratesHi @wfmccarthy
To help me diagnose it, have you, by chance, enabled the Flat Rate Services?
Also, if you are using both, Flat-Rate Services and the API Rates, USPS will return both but will reject one in favor of the other if it is cheaper for the same service.
I hope to hear from you soon! Thanks
Forum: Plugins
In reply to: [WooCommerce] Manually translate Woocommerce?Hi @john1257! Thanks for writing back!
Have you found it? I’m wondering it because I didn’t find that sentence on your site.
If you’re still facing this issue, could you share a screenshot and the link to that phrase?
Checking your site, when I click on Aizmirsāt paroli?, this is what I see:
https://snipboard.io/Kzdneb.jpg
I hope to hear from you soon! All the best,
Forum: Plugins
In reply to: [WooCommerce] Critical error when run updatesHi @webqueenhtc
This may be related to your theme, but to help me diagnose it better, can you give a conflict test a try, please?
The best way to do 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.
Thank you!