Andrew DS a11n
Forum Replies Created
-
Hi there,
We have a problem with placing orders in woocommerce. The system does not give any information that you need to log in if someone already has an account.
On your Checkout page, I see a prompt to log in if you already have an account:
Sometimes, even after logging in, the system does not allow you to proceed to payment.
Could you please provide more details on this one? Are there no payment methods displayed after logging in? Any other error messages and screenshots that you provide will be helpful in troubleshooting the problem.
Hi there,
This thread may point you in the right direction:
I’d also encourage you to ask this question in the support forums of Advanced Custom Fields, since they provided you with the original snippet.
https://www.ads-software.com/support/plugin/advanced-custom-fields/
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Products Featured images are showing twiceHi there! Good to know that things are resolved. I’ll go ahead and close this thread.
Forum: Plugins
In reply to: [WooCommerce] tranlate standard text of wp_termsHi there,
As mentioned, the term
featured
may not be translated in this case.Cheers ??
Forum: Plugins
In reply to: [WooCommerce] tranlate standard text of wp_termsHi again,
For me the most important is the text ‘featured’
The word
Featured
can be translated:Very strange that it is used in a filter plugin and there is no way to translate it.
If you are referring to the term
featured
, no, this may not be translated as well. Not sure why this is considered strange, as it is a string used entirely for functionality and backend purposes to create featured products.Can you please share what filter plugin you’re using? Is the word featured displayed on the front end? If so, kindly share a screenshot or link and we’ll look into it.
- This reply was modified 1 year, 5 months ago by Andrew DS a11n.
Forum: Plugins
In reply to: [WooCommerce] tranlate standard text of wp_termsHi there,
outofstock
featured
rating-4
rating-5Unfortunately, these words aren’t translatable as they are standard and key to the functionality of the plugin. Plus, they aren’t strings surrounded by the required translation functions within the WooCommerce plugin.
You can find all translatable strings in WooCommerce here:
https://translate.www.ads-software.com/projects/wp-plugins/woocommerce/stable/nl/default/
thanks. I am going to use it on the frontend with a catalog filter.
It looks like you are trying to add product ratings to your Product Filter. To add ratings to it, you can use the Product Filter – Rating block, as mentioned here:
https://woocommerce.com/document/woocommerce-product-search/blocks/product-filter-rating/
The good news is you will be able to translate the strings contained in this block.
I hope that helps!
- This reply was modified 1 year, 5 months ago by Andrew DS a11n.
Forum: Plugins
In reply to: [WooCommerce] About the refund numberHi there,
It is normal to find the refund number being different from the order number, as refunds are considered separate transactions that signify the return of money to your account.
Hi there,
It sounds like you may benefit from the following WooCommerce extensions:
For any Pre-Sales questions, you may contact us at this link:
https://woocommerce.com/contact-us/#sales-form
From there, click on the tab “I have a question about a specific extension or theme I’d like to purchase.”
We will be happy to help you further going forward! ??
?
Forum: Plugins
In reply to: [WooCommerce] Change Product ImagesHi there,
There is, in fact, an existing feature that lets you easily set a featured image from images that were uploaded directly to your product gallery or into the product itself.
To do so, click “Set product image”, and with the “Media Library” tab active, click the dropdown that says “Images” and select “Uploaded to this product”. You should be able to see the images in your product gallery.
I hope that helps!
@linux4me2 Thanks for that! I’ve added more context in the Github issue that hopefully would provide more clarity on the issue.
https://github.com/woocommerce/woocommerce/issues/38547#issuecomment-1584572627
Forum: Plugins
In reply to: [WooCommerce] Plugin Causing Critical ErrorHi there,
Are you able to share the exact error that you are seeing in your error logs? Here’s a guide on how to find your error logs:
https://woocommerce.com/document/finding-php-error-logs/
Additionally, 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] Woocommerce Admin Home page is blankHi there,
It says”because its MIME type (‘text/html’) is not executable, and strict MIME type checking is enabled.“ So… why does that happen?
This happens because for some reason the file
/woocommerce/assets/client/admin/chunks/7715.js?ver=7.7.0
is being treated as text, preventing the JS from executing, and this is likely due to a server error.If you or your host are using a CDN of some sort to load your assets, you can try disabling that for the time being and see if that helps resolve things. As usual, make sure to clear your browser cache before reloading the page.
I hope that helps!
Forum: Plugins
In reply to: [WooCommerce] No Index at homepage due to woocommerceAnyone who is having this issue will want to check if they’ve accidentally set their homepage as one of the default WooCommerce pages (Cart, Checkout and My Account). These pages are given the noindex tag on purpose. You can check this in WooCommerce > Settings > Advanced tab. Unsetting it will resolve the problem.
Hi, we have some clients who are getting this error as well. Is there any resolution available?
Forum: Plugins
In reply to: [Code Snippets] Safety of plugin?Thank you for your thoughtful answer. That certainly helps clear things up! ??