abwaita a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Discount roundingHi,
We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the above info was helpful.If you have further questions, please feel free to open a new topic.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Dicounted prices on emailThanks for getting back.
I recommend https://snipboard.io for sharing screenshots here – please follow the instructions on the page, then paste the URL in this chat. It works with Chrome, Firefox, Safari, and Edge.
Hope this helps.
Forum: Plugins
In reply to: [WooCommerce] Messy Dropdowns in Checkout pageHi @izzahfar,
On a polite note, for future posts, we encourage you to create a different thread even if the issue is similar to the one reported by the thread starter.
This will allow each issue to be looked at independently and prevent overshadowing the original request in a thread.
This is in line with the forum guidelines on posting on related issues – https://wordpress.org/support/forum-user-guide/faq/#i-have-the-same-problem-can-i-just-reply-to-someone-elses-post-with-me-too.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Messy Dropdowns in Checkout pageHi @ramaraob,
I am using Woostify theme
Thanks for clarifying.
Just to be a little bit more certain, could you try doing a conflict test to see if you can narrow down to the tool causing the issue on the checkout page?
Here’s the conflict test guide – https://docs.woocommerce.com/document/how-to-test-for-conflicts/.
This will help ascertain which tools are causing the conflict to happen.Let us know how it goes.
Thanks.Forum: Plugins
In reply to: [WooCommerce] Users can’t registerHi @davetimmer,
I tried registering for an account via the /mijn-account/ page. Indeed, it seems that the submit button is disabled when one is creating a password until some password complexity is attained. When I typed in a reasonably strong password, the submit button was enabled.
Since you mentioned that this happens even when all other plugins are disabled apart from WooCommerce, it is likely that it’s your theme’s feature. You can confirm by doing a full conflict test that also involves switching to a default WP theme like Twenty Twenty-One.
If you confirm that it’s a theme feature, I would recommend that you get in touch with your theme author. I see that you’re using Porto theme and you can reach the support team here – https://themeforest.net/item/porto-responsive-wordpress-ecommerce-theme/9207399/support.
Let us know how it goes.
Thanks.Forum: Plugins
In reply to: [WooCommerce] HTTP API ErrorGlad to hear that @stuartduff’s explanation was helpful.
I’ll go ahead and mark this thread as resolved. If you have any other questions, please feel free to create a new thread.
Cheers!
Forum: Plugins
In reply to: [WooCommerce] Terms & ConditionsHi @clk87,
This will require some custom coding.
I’ve found the following code on GitHub that will make the terms and conditions checkbox checked by default:
function patricks_wc_terms( $terms_is_checked ) { return true; } add_filter( 'woocommerce_terms_is_checked_default', '__return_true' );You could advance it further to check whether the customer has made a prior purchase before ticking the checkbox. For that, you can take some insights from these resources:
* https://stackoverflow.com/questions/31267673/woocommerce-check-if-customer-has-made-more-than-a-certain-number-of-orders-or
* https://stackoverflow.com/questions/38874189/checking-if-customer-has-already-bought-something-in-woocommerceI’m going to leave the thread open for a bit for others to give their approaches.
I can also recommend checking the the WooCommerce Developer Resources Portal for resources on developing for WooCommerce.
You can also get more insights from the WooCommerce Facebook group or the
#developerschannel of the WooCommerce Community Slack.Lastly, should you require direct assistance with the code, feel free to consult with the WooCommerce Customizations Partners.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Admin Order search only searching TrashHi @wiredlansmc,
Normally, the search should happen within your current context, so if you’re on the processing tab, it should search orders with the processing status.
I’d recommend doing a full conflict test to see if the issue persists when you deactivate all plugins apart from WooCommerce and switch to a default WP theme like Twenty Twenty-One. If the issue does not persist, activate your theme and plugins, one by one, checking which tool causes the issue to come back.
Let us know how it goes.
Thanks.Forum: Plugins
In reply to: [WooCommerce] Remove individual elements when displaying the product?Hi @isoptera2000,
Thanks for specifying the theme. OceanWP usually has options to individually add or remove these elements on the single product page.
You can access the options via WP-Admin → Appearance → Customize → WooCommerce → Single Product.
For further assistance with the display of the elements, I would recommend getting in touch with OceanWP on their support forum – https://wordpress.org/support/theme/oceanwp/.
Hope this helps.
Thanks.Forum: Plugins
In reply to: [WooCommerce] How to order wc_get_featured_product_ids() by name?Hi @eljkmw,
This hasn’t been resolved. So, please keep it open until some kind soul has a workable answer to my question.
Thanks for your reply. For a more detailed clarification on this, kindly check the WooCommerce forum guide for further info on resolved threads – https://wordpress.org/support/topic/guide-to-the-woocommerce-forum/.
Just to mention, our scope of support does not cover code customizations, as explained in our Support Policy.
Thus, I would recommend that you check for further insights on this issue via the channels provided by @rainfallnixfig above. Just to add to the suggestions, you can also consult with the WooCommerce Customizations Partners or for assistance with custom coding.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Rounding errorsHello @billspaced,
* For sharing screenshots here, you can use https://snipboard.io – please follow the instructions on the page, then paste the image URL in this chat.
That said, I checked the product page that you shared and on my side, the price was shown as $1.19.

Link to image: https://snipboard.io/bcDaQY.jpgHowever, when I tried adding to cart 1000 cards, the price was discounted down to $0.10.

Link to image: https://snipboard.io/xAS7bT.jpgThus, it does not seem to be a rounding error, but rather a tool that you’re using to discount prices down to $0.10. I recommend that you do a full conflict test to see if you can find out the tool causing this issue.
Here’s the conflict test guide – https://docs.woocommerce.com/document/how-to-test-for-conflicts/.Let us know how it goes.
Thanks.- This reply was modified 4 years, 8 months ago by abwaita a11n. Reason: *added clarifications
Forum: Plugins
In reply to: [WooCommerce] Background + font colors for categories filterHi @ashleyrtamayo,
Kindly try adding the following CSS that should make the text of the dropdown items black:
.select2-results { color: #000000 !important; }The CSS goes to your Customizer → Additional CSS box.
Let us know how it goes.
Thanks.Forum: Plugins
In reply to: [WooCommerce] Changing Products prices when different regions are chosenHi Nitesh,
I’ve searched around and could only find a third-party plugin called WooCommerce Protected Categories that offers a workaround for showing different prices based on zip codes. Here’s an article where the workaround is explained – https://barn2.com/wordpress-plugins/woocommerce-protected-categories/.
I’ll leave the thread open for other suggestions.
Additionally, you can also have this feature custom-coded. If you’d consider this option, please consult with our WooCommerce Customizations Partners.
Hope this helps.
Thanks.Forum: Plugins
In reply to: [WooCommerce] Customers Aren’t Being Charged Shipping Or TaxThanks for getting back, @garrywithtwors.
Glad to hear that you were able to set up your shipping charges.
Now for taxes, am I gonna have to upload tax information for every single territory in the world? Or is there a way that woocommerce will automatically calculate the taxes?
You could choose to set up your taxes manually or automatically.
If you opt to set them up manually, kindly refer to this guide that will explain more on tax settings – https://docs.woocommerce.com/document/setting-up-taxes-in-woocommerce/.
If you’d rather use automated tax calculations, you could use the WooCommerce Shipping & Tax extension. Here’s the documentation to get you started, but feel free to request for assistance on the WooCommerce Shipping & Tax forum.
Hope this helps.
Thanks.Forum: Plugins
In reply to: [WooCommerce] Font color on product page & checkout (Astra theme)Hi @millerb1228,
Since you’re using Astra, you should be able to change the colors of your titles (headings) and text via WP-Admin → Appearance → Customize → Global → Colors.
Here’s the theme’s documentation explaining further on how to modify your site’s colors – https://wpastra.com/docs/colors-background/.If you’ve set up these colors and they’re not shown correctly, be sure to reach Astra support team on this forum – https://wordpress.org/support/theme/astra/.
We could still check further if the site is made publicly visible.
Thanks.