Fernando a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Clicks on Registration or Login result in 404@reiddg Out of the box, WooCommerce does not add a login link like the one seen on your website. You’ll want to look at where that was added – it might be a theme setting, or simply a menu item that was previously saved.
To check whether it might be part of your menu configuration, you can review the settings at Appearance > Customize > Menus.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Services Plugin Not LoadingI haven’t been able to reproduce this behavior on a site of my own, which leads me to believe you might be experiencing a conflict. To check for that, you’ll want to temporarily switch your theme to Storefront. Then, disable all plugins on the site except for WooCommerce, and test for the issue.
If the issue is gone, you’ll then have to re-enable features one by one, while testing for the issue; until you find out which one is causing this behavior.
We recommend that these steps are taken on a staging site, which is a clone of your live site that you can modify without risking making any permanent damage to your live site. You can create it using a plugin like WP-Staging.
Having said that, this is the support forum for the core WooCommerce plugin. If the above doesn’t work, please post a comment in the WooCommerce Services forum or contact the WooCommerce.com support team at https://woocommerce.com/contact-us/
Forum: Plugins
In reply to: [WooCommerce] Remove “Products x – x from x. Products on page drop down@dirtmcgirt Can you link us to a page where we can see? That will allow us to better understand what might be going on here.
Forum: Plugins
In reply to: [WooCommerce] How to display 10 products per pageGenerally speaking, this can be controlled from the Customizer. If your theme offers support for these settings, you can change them by navigating to Appearance > Customize > WooCommerce > Product Catalog.
There you will be given the option to control how many products per row and rows per page you want to display:
Forum: Plugins
In reply to: [WooCommerce] Shipping zones not showingI haven’t been able to reproduce this behavior on a site of my own, which leads me to believe you might be experiencing a conflict. To check for that, you’ll want to temporarily switch your theme to Storefront. Then, disable all plugins on the site except for WooCommerce, and test for the issue.
If the issue is gone, you’ll then have to re-enable features one by one, while testing for the issue; until you find out which one is causing this behavior.
We recommend that these steps are taken on a staging site, which is a clone of your live site that you can modify without risking making any permanent damage to your live site. You can create it using a plugin like WP-Staging.
@alberto76 There isn’t a setting in WooCommerce out of the box that would allow you to display the attribute description like that. You’ll most likely need to resort to custom coding to achieve this.
I’m going to leave this thread open for a bit to see if anyone is able to chime in to help you out.
I can also recommend the following places for more development-oriented questions:
- WooCommerce Slack Community: https://woocommerce.com/community-slack/
- WooCommerce FB group: https://www.facebook.com/groups/advanced.woocommerce/
Forum: Plugins
In reply to: [WooCommerce] How To Change Catalog NameCan you provide more details about what you are referring to when you say “Catalog name”? Is it the title of your Shop page, or something else?
Any links or screenshots that you can provide for us to better understand would be appreciated.
Forum: Plugins
In reply to: [WooCommerce] shipping zonesnot displaying onwoocommerce settingsI haven’t been able to reproduce this behavior on a site of my own, which leads me to believe you might be experiencing a conflict. To check for that, you’ll want to temporarily switch your theme to Storefront. Then, disable all plugins on the site except for WooCommerce, and test for the issue.
If the issue is gone, you’ll then have to re-enable features one by one, while testing for the issue; until you find out which one is causing this behavior.
We recommend that these steps are taken on a staging site, which is a clone of your live site that you can modify without risking making any permanent damage to your live site. You can create it using a plugin like WP-Staging.
- This reply was modified 5 years, 8 months ago by Fernando a11n.
Forum: Plugins
In reply to: [WooCommerce] My-Account>Orders – Only 1 row for orders displayed.When you changed the theme, what other theme did you test with? I’d recommend enabling the Storefront theme, and see how it looks there.
If the issue is still present with that theme, can you share with us a screenshot of how that looks in Storefront?
Forum: Plugins
In reply to: [WooCommerce] Price not change for Variable ProductThat would require customization, as there isn’t a setting included in the core WooCommerce plugin ton configure something like that.
If it’s important for you to have this feature now, you may consider a custom-tailored solution for your site that extends the default features of the plugin. If you need any coding help, you can reach out to one of our customization partners:
https://woocommerce.com/customizations
They’d be able to give you a clearer idea about the scope of the project and quote you for their services.
@13racers @careyrob I have been unable to reproduce the issues described.
On a site of my own that is running the latest versions of both WordPress (5.5) and WooCommerce (4.3.2), all of the field are working as expected. I am able to look for customers and edit the billing and shipping addresses.
I recorded a screencast of how this behaves for me here: https://d.pr/i/UVLvxX
This leads me to believe it isn’t a widespread bug in the plugin itself, rather something specific to your sites’ setup. I’d recommend testing for conflicts.
To do that you’ll want to temporarily switch your theme to Storefront. Then, disable all plugins on the site except for WooCommerce, and test for the issue.
If the issue is gone, you’ll then have to re-enable features one by one, while testing for the issue; until you find out which one is causing this behavior.
We recommend that these steps are taken on a staging site, which is a clone of your live site that you can modify without risking making any permanent damage to your live site. You can create it using a plugin like WP-Staging.
Hopefully that helps you pin-point the source of the issue.
Forum: Plugins
In reply to: [WooCommerce] Cupom com desconto variado@gustah I don’t know of a plugin that would allow you to set up discounts through a coupon, where the discount is different depending on the product added to the cart.
The rules that you mention sound like something that you might be able to configure using the Dynamic Pricing extension – but that plugin doesn’t use coupons to give discounts. The discounts are applied automatically to a customer’s cart once it meets the rules you configured. I’d recommend looking into it to see if that might fit your needs.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce account restricted@fabricioreck The core WooCommerce plugin itself doesn’t process payments. A payment gateway integration is needed for that. Can you elaborate on what payment gateway you have been using? That might allow us to point you in the right direction.
When you say the account is restricted, what account are you specifically referring to? Where are you logging in to see the pending balance that you mention?
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Product Image Swap on Hover@gwebgem This is a functionality that is usually added at the theme level. If your theme does not offer that feature, you have a few options:
* Reach out to your theme developer to see if this is something they might add in a future update.
* Test one of the plugins you’ve found, preferably on a staging site, to make sure if they will work for your setup.
* If none of the above works, you might look into switching your theme to one that offers support for this feature out of the box.
I’ll leave this thread open for now, in case anyone else from the community has advice on plugins or themes they have tried that add this functionality.
Forum: Plugins
In reply to: [WooCommerce] Form Redirect – any ideas?@tsbweb There are two different plugins that can work for you. The first one is Product Add-Ons. This extension would allow you to add extra fields to the product page, which can be text fields that the customers need to fill out before even adding the product (in this case class) to their cart. The fields can be made required so that a customer cannot add to cart without filling out the fields first.
If you’d like customers to fill out the form after they have added the product to the cart, then you can use something like Checkout Add-Ons, which is similar to the above, but this will let you add those fields to the checkout page instead of the product page.
I hope this helps!