Fernando a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] help with product management@nigel52 For variable products, the Manage stock option that appears in the inventory tab lets you control inventor at the product level
This means that, if you enable stock there, that stock will be shared across all variations of that product.
On the other hand, if the stock is enabled at the variation level, then that setting will be for each individual variation – not shared across the entire product.
When you you make changes to the product through the Quick Edit button, you are editing settings at the product level – meaning that’s the option from within the Inventory tab.
For more details about Inventory Management on variable products, I’d recommend reading the documentation here.
I hope this helps clarify things.
Forum: Plugins
In reply to: [WooCommerce] Automatic Refunds via Square@matt6303 I can confirm this Square plugin does offer support for Automatic Refunds. No extra step is needed to configure the refunds – as long as you have connected the gateway, refunds will be processed automatically.
This section covers refunds.
If you have more questions, I’d recommend posting in the Square support forums.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Cart Changes@bertomolina98 You might be able to hide that using CSS code.
Try this snippet:
td.product-quantity{display:none;} th.product-quantity{display:none;}That should be added from the customizer. Going to Appearance > Customize > Additional CSS.
Forum: Plugins
In reply to: [WooCommerce] Hide product code@petros91 Ah, that makes sense! Thank you for elaborating, and I’m glad you found a solution.
If you don’t mind, can you share what that solution is here? That way, other users might benefit from that knowledge in the future.
I’m going to mark this thread as solved now.
Forum: Plugins
In reply to: [WooCommerce] Order Status ‘Transporting’Glad you found out which one was it! Thank you for sharing here, in case any other users have that question in the future.
I’m marking this thread as Solved now.
Forum: Plugins
In reply to: [WooCommerce] Round Weight@fabiowork You’ll want to add that to your theme’s functions.php file.
If you are not familiar with coding, I don’t recommend messing up with the files themselves. In that case, you can use a plugin like Code Snippets, which will let you add the snippet through the admin dashboard.
@asadiqbal1963 I’m not familiar with any plugins or themes that can display products the way you described. That doesn’t mean there aren’t any, but I personally haven’t used one that adds that feature.
This does sound like something you’ll need custom coding for, so you may want consider hiring a developer who can implement this on your site.
I’ll leave this thread open for now, though. In case anyone else from the community has any suggestions.
Forum: Plugins
In reply to: [WooCommerce] Subcatagories not displayingI have a setup where i have a main catagory, then a subcatagory which then has the products in, but the subcatory doesn’t work, so it goes straight from the catagory to the products.
You’ll want to check what are your settings for the Category Display. You can review those in the customizer of your site.
Go to Appearance > Customize > WooCommerce > Product Catalog</strong. Make sure it is set to
Show subcategoriesand notShow products:@kiberchaka WooCommerce uses the core WordPress registration functionality. It does not add its own registration system. So, it will be as secure as the core WordPress registration process is.
Do you have any particular concerns about security in a multisite? I’m not sure I understand your questions, so the more context we have, the better.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Cart Changes@bertomolina98 I’ll address your different enquiries individually, for further clarity.
I would like to block in the cart this square. The one that you can choose the quantity. (Red color).
There isn’t a way to do remove this just from the cart, while keeping the quantity selector on the product page.
If you’d like to restrict sales of items to one item per product, that can be done by configuring products to be sold individually. But that would remove quantity selectors across the entire store, so that customers can only purchase 1 of each product per order.
Removing that quantity selector only from the cart page would require custom coding. Perhaps you can share the URL of your cart page, in case someone has any particular suggestions about the coding.
I would like to delete this space “ENVÍO” because this option is in the 2nd step when you are in the check out. (Blue color)
I see that you are using a custom checkout workflow that seems to split the process in several steps. I’m not familiar with the tool you are using to achieve this, so I can’t tell for sure whether this setting will work. But there is an option in the shipping settings (WooComemrce > Settings > Shipping > Shipping options) that allows you to remove the shipping calculator from the cart page.
I’m not sure that will work on your site, since yours is not a traditional cart page – but you can give it a try.
I cannot see the image (Green color) correctly, it looks like cut.
That will be due to how your theme processes and crops images.
From what I can do in your screenshot, the image is being cropped so that it has a square (1:1) thumbnail. However, the image of your product is not a square.
To change that, you’ll want to either upload images that look good when cropped as squares, or change the settings for how thumbnails are cropped.
If your theme does not declare image sizes by default, you can change that setting from the customizer of your site. Head to Appearance > Customize > WooCommerce > Product Images. If available, this is what the options will look like:
@tycreate There isn’t an option to add these two functionalities just from the settings. Modifying that behavior would require custom coding.
If you’d like to see this in a future update, I’d encourage you to submit a feature request in the plugin’s GitHub repository.
Scroll down to the bottom of this page for instructions on how to submit one:
https://github.com/woocommerce/woocommerce/blob/master/.github/CONTRIBUTING.md#feature-requests-
Meanwhile, I’ll leave this thread open for now, to see if anyone else from the community might have any suggestions about how to achieve this with custom code.
Forum: Plugins
In reply to: [WooCommerce] add to cart buttons missingAs @lorro mentioned above, the Add to cart buttons are now showing on the store you linked. So, I’m assuming this was fixed.
I’ll mark the thread as solved, but it’d be helpful if you are able to comment here on what was causing the issue and what solved it; as that might help other users facing the same problem in the future.
Forum: Plugins
In reply to: [WooCommerce] attribute custom order not saving@mttindustries-1 This type of issues are usually caused by conflicts. Have you tried a conflict test?
To run one, 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.
I 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 plugin lets you copy and redeploy a WordPress site with minimal work.
Forum: Plugins
In reply to: [WooCommerce] multiple tax rates in the same productHi @filipaga!
Out of the box, there is no way to make only part of the product price tax free. So, I see two options:
1. Changing all references to shipping
Based on what you said above, it sounds like you have no use for the shipping options, and you’d like to use Shipping as a way to add a non-taxable fee. That would indeed seem to work, except that you’d have to change all references to “Shipping” in the plugin, to make sure that doesn’t confuse customers.
For something like this, I’d recommend using a free translation plugin like Loco Translate. These type of plugins are generally used to change text from one language to another, but they can also be used to edit text within the same language. I know it may sound strange to “translate” your own language, but it works. Here’s a video about it that outlines how it is used.
Once installed, you’d have to search for all references of “Shipping”, and change them to something else.
2. Use a plugin that lets you add a non-taxable fee
If you don’t want to change the above, then I’d recommend using a plugin like this one, Payment Gateway Based Fees:
https://woocommerce.com/products/payment-gateway-based-fees/
That will let you create a fee that is added at checkout. You can set that fee to be non-taxable, or to have a different tax class than the rest of the products.
The fee that’s added is gateway-based, but you can make it apply to all orders regardless of the payment method they use, by creating the same fee for all your payment methods.
I hope this helps!
Forum: Plugins
In reply to: [WooCommerce] Subcategories not displaying@beth606 I’ve tested this on another site, but I’ve been unable to reproduce. Subcategories that have at least one product in them, are displayed correctly on the category page.
This would indicate that there’s something in your site’s setup specifically that is causing this behavior. Have you tried temporarily switching your theme? Try activating the Storefront theme, and see if the subcategories are shown then. If that’s the case, the issue would be within your theme – in which case I’d recommend reaching out to your theme developer for guidance.