Paulo P - a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Change checkbox at bottom of registration?Hello,
Thanks for sending the screenshots!
That checkbox is not a feature of the WooCommerce Sign Up form – it might have been added via code customization or by some other extension/plugin you have installed, probably the multivendor one. I suggest you reach out to them for guidance.
Please let us know if we can be of any further assistance.
Forum: Plugins
In reply to: [WooCommerce] System status reportHello,
Thanks for reaching out!
I understand what you mean, but users routinely share the system status report here in the public www.ads-software.com forums. We wouldn’t ask you to share it publicly if it was a security risk.
Please let us know if we can be of any further assistance.
Forum: Plugins
In reply to: [WooCommerce] Subcategories not displaying in shopHello,
That’s great! Thanks for sharing the solution with the community.
Forum: Plugins
In reply to: [WooCommerce] Change checkbox at bottom of registration?Hello,
Thanks for reaching out!
Can you share a link or a screenshot for additional context?
Forum: Plugins
In reply to: [WooCommerce] MailChimp checkbox in checkout pageHello,
Thanks for writing back!
I’ve just tested the Mailchimp for WooCommerce extension, and it will display all in one line by default (see this screenshot).
So there must be something else causing that – maybe your current theme or another plugin. The best way to determine this is to:
- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Check if the issue is solved
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.
Forum: Plugins
In reply to: [WooCommerce] MailChimp checkbox in checkout pageHello,
Thanks for reaching out!
Can you provide some additional details about how you are adding the Mailchimp checkbox?
Are you using an extension/plugin?
Forum: Plugins
In reply to: [WooCommerce] Bulk Edit Does Not Respect Order Statuses FilterHello,
Thanks for reaching out!
This sort of customization is outside the scope of the support we can provide here in the forums.
I’ll leave the thread open for a while to see if someone from the community wants to chime in.
You might also want to try the WooCommerce Facebook group or the #developers channel of the WooCommerce Community Slack.
Hello,
Products in WooCommerce are WordPress posts, so any tool that can remove posts should work.
To delete products in bulk, you could go via the plugin route with something like this.
Or
Use WP-CLI to send the request to your server via the command line, like mentioned here.
Hope this helps, let us know if we can be of any further assistance.
Forum: Plugins
In reply to: [WooCommerce] What plugins do I need?Hello,
Thanks for reaching out!
If I understood correctly, you would like to offer your customers the option to pay in installments (a payment plan) with an added interest rate.
There are several plugins/extensions you can use to achieve this outcome. Here are some suggestions to point you in the right direction and help you find the option that’s better suited for your objectives.
Combining WooCommerce Subscriptions with All Products for WooCommerce Subscriptions, you will be able to provide the option to pay full price or in installments. You can customize the length of the subscription (set it to expire at 6 months, 12 months, etc.) and also the amount due each month.
Alternatively, you can also use WooCommerce Deposits for a simpler approach – with easy to set up percentage-based payment plans, but without automatic charges and ability to add an interest rate.
Hope this helps! Let us know if we can be of any further assistance.
Hello,
Thanks for reaching out!
The Products per row number you choose there is a desktop/laptop reference for your theme, which will then adapt automatically to the differently sized screens.
That responsive behavior, including the mobile view of your shop pages, is handled by the theme you are using, so you would be best off contacting the theme support for more assistance with this.
That can probably be solved easily with some additional CSS.
Hello,
Thanks for reaching out!
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.
Forum: Plugins
In reply to: [WooCommerce] How can I display cart messages on other pages.Hi!
That would require some code customization, which falls outside the scope of support we’re able to provide on this forum.
But you may be able to find an extension/plugin to help you achieve that. Check the search results here:
Please let us know if we can be of any further assistance.
Forum: Plugins
In reply to: [WooCommerce] Most Simple Theme?I understand what you mean. It sounds like you would need a custom solution. That falls outside the scope of support we’re able to provide on this forum.
I can recommend the WooCommerce Developer Resources Portal for resources on developing for WooCommerce.
You can also visit the WooCommerce Facebook group or the
#developers
channel 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.Forum: Plugins
In reply to: [WooCommerce] woocommerce rest api error 404As you have confirmed earlier, the API seems to be working correctly, so it doesn’t sound like there is a problem with WooCommerce. It’s possible there are issues with your server configuration that you would want to check. That falls outside the scope of support we’re able to provide on this forum.
I suggest you reach out to Shiprocket as they may have additional information for you: [email protected]
If you need a developer to help you, check this page: https://woocommerce.com/customizations/
You can also visit the WooCommerce Facebook group or the
#developers
channel 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.Forum: Plugins
In reply to: [WooCommerce] woocommerce rest api error 404Sorry to hear the issue persists.
I have seen reports of other WordPress plugins interfering with the WooCommerce API connection. As a final troubleshooting step, I suggest you perform a plugin conflict test:
- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Test the API connection again
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.