albarin
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Coupon discounting 100% instead of 50%Sorry to hear you are having issues with coupons.
In order to be able to assist you further, would you mind sharing some screenshots of the coupon configuration? You can use https://snipboard.io/ to upload them.
Also it would be useful if you could share the System Status Report? You can find it via WooCommerce > Status > Get system report > Copy for support.
Thanks a lot!
Forum: Plugins
In reply to: [WooCommerce] Bulk editing products stopped workingSorry to hear you are having issues with bulk editing products.
In order to be able to assist you further, would you mind sharing here the System Status Report? you can find it via WooCommerce > Status > Get system report > Copy for support.
Are you getting any specific error or warning? It would be also useful if you could share some admin screenshots to see your configuration. You can use https://snipboard.io/ to upload them.
Thanks a lot!
Forum: Plugins
In reply to: [WooCommerce] Products dont showSorry you are having issues with your shop page.
This could be an issue with the theme templates. Could you try to switch to another theme, like Twenty Twenty Four, and see if your shop page works with it?
It would be useful if you could share some screenshots from your admin, like the Products page and the Edit page for one of the products. You could use https://snipboard.io to upload your screenshot.
Hope it helps! Thanks so much!
Hi @fzoid
I’m sorry to hear you are having issues with Zone Regions. Are you referring to zone regions on Shippings Zones?
If that’s the case, you can go to WooCommerce > Settings > Shipping. There you’ll find buttons add or edit existing zones and, after clicking on them, you’ll see a Zone Regions input where you will be able to add the countries you need.
I hope it helps, in case it does not, would you be able to provide some screenshots from the admin so we can have a better idea of the situation?
Thanks a lot!
Hi @honlapdavid
Sorry to hear your are having issues with coupon codes.
In order to be able to assist you further, would you mind sending the information below:
- System Status Report, which you can find via WooCommerce > Status > Get system report > Copy for support.
- A screenshot of the coupon configurations in your admin.
Once you provide this info we’ll be able to have a better idea of what’s going on.
Thanks a lot!
Forum: Plugins
In reply to: [WooCommerce] Hide out of stock productsSorry to hear you are having issues with out of stock products.
It works correctly for the internal search of the site and in the category pages the out of stock products are not displayed.
Unfortunately, however, if you know the link of the product, and obviously the pages directed to Google, the product page is visible.That’s how the “Hide out of stock items from the catalog” WooCommerce feature works, it will remove the product from the catalog and category pages but it will not prevent users to go to the product page if they have the direct URL. They won’t be able to purchase the product though.
You could consider unpublishing, making private those products, or redirecting to another page, but it will result on a 404 “Not found” page for your customers, which could be confusing.
Thanks for reaching out!
Forum: Plugins
In reply to: [WooCommerce] How Google understands URLs for product variants questionFor that attribute it would be
attribute_pa_brandinstead ofattribute_brand, so:If you inspect the code in your browser you can see the actual internal name of the attribute:
Forum: Plugins
In reply to: [WooCommerce] How Google understands URLs for product variants questionWhat if I have 2+ attributes/variants in one product?
how the product link being structured?
Then you will have 2
attributequery params, for examplehttps://www.gametoyfriend.com/products/transformer-alphabet-letters-animal-transformer-toys-transformer-dinosaur/?attribute_size=large&attribute_brand=somebrandForum: Plugins
In reply to: [WooCommerce] Using the WooCommerce Shop Plugin without any PaymentioptionHi @gmailcomfgdsdg!
1. I want to set up a shop where everything is free, and I don’t want to link a payment method. Is this possible?
To achieve this, you can set the price for you products as 0 and disable all payment methods.
2. I’ve built a custom shop page using Elementor, but when I try to assign this page as the shop page in the WooCommerce settings, the page becomes inaccessible. Has anyone experienced this issue before and found a solution?
Could you clarify what you mean by inaccessible? Do you see any error? It would be helpful to see a screenshot of the configuration and the page.
Hope it helps, thanks a lot!
Forum: Plugins
In reply to: [WooCommerce] Detailed data explanationHi @webreneszansz!
You can see order properties and their description in here: https://woocommerce.github.io/woocommerce-rest-api-docs/#order-properties
Could you clarify how are you exporting the orders or the list of fields that you need explanations for?
Thanks a lot! Hope it helps!
Hi, you might find some interesing info in here: https://github.com/woocommerce/woocommerce/blob/trunk/docs/cart-and-checkout-blocks/additional-checkout-fields.md
Good luck!
Forum: Plugins
In reply to: [WooCommerce] selecting item size in cart when orderingHi @rlbouwman! Thanks for reaching out!
How can I allow customers to select size without having to make a separate product for each size on every shirt we sell?
I understand you’re looking to add size options to your products without creating separate products for each size. This is actually a core feature in WooCommerce using what’s called a “Variable Product”.
You can find a step-by-step guide to add a variable product in this link in the documentation: https://woocommerce.com/document/variable-product/Hope this helps!
Please let us know if you need further assistance.Thanks!
Forum: Plugins
In reply to: [WooCommerce] How Google understands URLs for product variants questionHi @gilbert2123121!
How can I find the attribute links for the corresponding variants?
To find the attribute links for your a product variant:
- In the admin, go to “Products” → “Edit Product”
- Under the “Attributes” tab, you’ll see all attributes set up for that product.
- The attribute slugs shown here are what appear in the URLs.
The format will be:your-product-url/?attribute_[attribute-name]=[attribute-value]
For example, if you have an attribute namedcolorwith multiple values (red, blue, yellow), the URL for the product in red would beyour-product-url/?attribute_color=red
I hope this helps! Let me know if you need more help.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Discount coupon on product bundle in WoocommerceHi @shieldfactory! Thanks for reaching out!
We’d like to run a campaign/discount on a bundle of our products – say, one cap, one hoodie and one t-shirt of some specific product from the product categories in our shop.
I understand that you want a coupon that can only be applied when a group of selected products are in the cart.
Does the “or that need to be in the cart in order for the fixed or percentage discount to be applied” part indicate the possibility of adding those three items in that input box under a given coupon which in turn means, that first after the customer has added all of those three items that make up the discounted bundle to the shopping cart, the discount will appear and be automatically applied to the final price?
It means that the coupon will be applied when at least one of those three items is in the cart. If you need more advanced conditions than that, you’ll probably need a plugin that extends the built-in coupon settings.
Here you can find a similar question in the forums with some possible solutions https://ww.wp.xz.cn/support/topic/validate-coupon-against-multiple-products-in-cart/
I hope this helps, let us know if you have any other questions.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Shop base categories issueHi @modernite! Thanks for reaching out!
Sorry to hear that you are having issues with the product permalinks.This is a known issue (see here), the WooCommerce team is aware and the task is in their backlog to be fixed.
Thanks for your patience.