aetta
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Product Rich snippetHi @ruseau!
This kind of problem is usually caused by 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.
Let us know how it goes! Thank you
Forum: Plugins
In reply to: [WooCommerce] .env File does not exist on WooCommerce updateHi @webomg! How’s it going today?
The one thing I’m thinking might be the issue is that’s its on a development environment
This is (probably) the correct reason for that error! Chances are that this isn’t related to WooCommerce, but AFAIK, this error happens when the URL in your .env file doesn’t match the exact URL you’re trying to access your site from.
It’s hard to say if you can do that in your test environment, but if possible, you can try to change your APP_URL field to
dev.federalsemiconductors.comorfederalsemiconductors.com.I’d recommend checking out with your hosting company for the best practices about that, as my colleagues mentioned above! 🙂
Let us know how it goes!
My very best,
Forum: Plugins
In reply to: [WooCommerce] Incompatible with WordPress 5.9 (?)Hi @kailyard!
It doesn’t seem to be related to WooCommerce, however, to help me diagnose it better, 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.
Also, I have found a discussion going on about this error here, specifically with sites hosted by GoDaddy (which may be your case), would you mind taking a look at it?
You’ll need to reach out to them to check your .htaccess file.
My very best,
Forum: Plugins
In reply to: [WooCommerce] Enlarge WooCommerce Products Thumbnails on the HomepageHi @gkaralov!
You can try to increase/decrease your Thumbnails images at your Customizer:
WordPress Dashboard > Appearance > Customize > WooCommerce > Product Images
Can you give it a try, please? However, if this doesn’t work for you, those thumbnails size, columns, etc are usually handled by your time.
So you may need to make some tweaks to your CSS codes, I’d recommend checking out with your theme developer for tips on how to adjust that!
Let us know if you have questions about that! All the best!
Forum: Plugins
In reply to: [WooCommerce] Out of memoryHi @momenarts!
It really seems to be related to your PHP memory limits, you can check the php.ini and/or the wp-config.php.
I’d recommend checking with your hosting company as Juan mentioned above, they can check and increase that limit for you!
Let us know how it goes! All the best!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] API Keys Not SavingHi @oscash ! Thanks for getting back to us!
Stripe logs every successful or failed API request your integration makes. Would you mind taking a look at your Stripe Dashboard > Logs to see if there is something odd going on there?
Also, below the “Edit account keys” that you mentioned, on the “Account details” is there error messages?
I hope to hear from you soon!
Forum: Plugins
In reply to: [WooCommerce] Currency show in arabic – website in englishHi @jess90y!
There isn’t an easy way to do that without coding, you’ll need to add code to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as the Code snippets plugin.
That being said, you can check this article about changing the currency symbol:
https://woocommerce.com/document/change-a-currency-symbol/
The article above uses the AUD symbol as an example, but you can swap it to AED.
Something like this:
/** * Change a currency symbol */ add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2); function change_existing_currency_symbol( $currency_symbol, $currency ) { switch( $currency ) { case 'AED': $currency_symbol = 'AED'; break; } return $currency_symbol; }If the code above doesn’t work for you or you have questions about it, I recommend the WooCommerce Developer Resources Portal for resources on developing for WooCommerce.
You can also visit the WooCommerce Facebook group or the
#developerschannel of the WooCommerce Community Slack.We’re lucky to have a great community of open-source developers for WooCommerce, and many of our developers hang out there, as well.
I hope that helps! All the best!
Hi @kpchum2308!
To help me diagnose it, 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.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Price not showedWe may need to dig in a bit to troubleshoot it better! If you’re facing a similar problem, can you open a new topic describing your issue?
I’m going to mark this as resolved, so we can move forward!
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Can´t see “show cart” in system messageHi @lunchglaz!
It looks like there is a custom CSS code that is handling the button font colors and backgrounds.
This is more likely caused by your Theme, than the WooCommerce plugin, however, you can check your custom codes at:
WordPress Dashboard > Appearance > Customize > CSS
Or try to add something like this:
/* changing the background color of the cart btn*/ a.button.wc-forward { background: darkgreen;}or
/* changing the font-color of the cart btn*/ a.button.wc-forward { color: red;}If this doesn’t help or you need other customizations, I’d recommend checking at https://woocommerce.com/customizations/ to find the right agency or developer for your specific needs, it reaching out directly to your theme developer for quick assistance!
All the best!
Forum: Plugins
In reply to: [WooCommerce] Failed Orders from USA (we’re in the UK)Hi @andynick! How’s it going today?
Before we start, to make the log directory writable you may need to change its permissions. Usually, chmod the folder to 755-rwxr-xr-x do the magic!
You can do that by using an FTP client or checking out with your hosting company.
More details about the WordPress permissions can be found here:
That said, regarding the increase of failing orders, this can be a symptom of card-testing, you can read more about it here:
https://woocommerce.com/document/payments/faq/card-testing/
Also, when you check a failed order, what error message are you seeing?
The best way to check why a payment didn’t go through is navigate to:
- WooCommerce → Orders in the WordPress dashboard;
- Find the order that failed. There will be a red “Failed” message next to it;
- Click the order number to find more information;
- In the right hand column, you’ll see a box titled Order Notes with a full list of order details.
There, you’ll see the message, “Order status changed from Pending payment to Failed” along with a separate note listing the reason.
I hope to hear from you soon!
My very best!
Hi @poezadri!
You can consider using a plugin like: https://perfmatters.io/features/ or similar ones like: https://wordpress.org/plugins/wp-asset-clean-up/
I hope that helps!
Forum: Plugins
In reply to: [WooCommerce] Every words in the text (bengali) is spacedHey @sami35! Thanks for sharing the screenshot with us!
Before we proceed, I need to let you know that this kind of customization is a bit out of scope for us!
That being said, you can try something like this:
/*changing the letter-spacing prop */ .wp-block-button__link { letter-spacing: 1px;}The
letter-spacing:value can be changed and you can also use negative numbers to fit your needs.Adding media queries can make it work on smaller screens too.
To check more about this property, how it works, and some accessibility and internationalization concerns while using this, you can check this article below:
https://developer.mozilla.org/en-US/docs/Web/CSS/letter-spacing
If you need any other tweaks or customization on your site, you can visit https://woocommerce.com/customizations/ to find the right agency or developer for your specific needs.
My very best!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Unable to create 2nd EndpointHi @cullachie!
I’m happy to hear that! Feel free to jump in and share with the community what you found!
All the best!
Forum: Plugins
In reply to: [WooCommerce] Order completion issue in woocommerceHi @barns01!
To help me better diagnose it, 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.
If possible, also share a full and uncropped screenshot of the errors you’re seeing. I’d recommend using https://snipboard.io/ to take a sharing the screenshot with us!
I hope to hear from you soon! All the best!