Austin M - a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Customize in limiting ordersHi @rsuyhamco. I understand you want to offer products in quantities of exactly 6, 8, and 10. I’d recommend the Advanced Product Quantity plugin for this: https://woocommerce.com/products/advanced-product-quantity/
Forum: Plugins
In reply to: [WooCommerce] Woo Commerce – prodotti gratuitiHi @romina00! Thanks for your question. I’ve translated it via Google Translate and will respond in English, if that’s alright. I’ve translated it to:
Hello, is it possible to add free downloadable virtual products to the shop? At the moment I have inserted a product at 0 euros but I would like it to appear for free. Another question: is it possible for this product to skip the step at check out and allow the user to download immediately, after filling in the essential data (only name and e-mail)? The ideal would be to have the product listed along with all the paid ones but for which, once clicked, you are given the opportunity to download it immediately and for free.
If I’m understanding you correctly, you want to offer free products, and you have two specific questions on this topic:
1. Can you have a product display as “free” instead of “0€”?
2. Can you skip part of the checkout process for a free product, given that payment is not necessary?The answer to both questions is yes, but with the caveat that they would require custom code.
For displaying “free” instead of 0€, you can use the snippet given here to accomplish this.
For simplifying checkout for free products, you can use the snippet given here.
Forum: Plugins
In reply to: [Meta for WooCommerce] Are Business Manager pixels supported now?Hi @feglnoxfgqrajeq. No, only Personal Ad Account pixels are supported still.
Forum: Plugins
In reply to: [WooCommerce] Only Display Selected Attributes in Additional InformationHi Doug,
Thanks for clarifying. The default behavior of the additional information section is to show all attributes of the product and possible values for those attributes. If you’d like to change this, you’d need to either hide the additional information section completely and only rely on the variation descriptions, or write some custom code to change the additional information section when a user selects a variation.
To hide the tab completely, you can use one of the methods outlined here. This would be the simpler of the two solutions.
To customize it, you’d need to write some custom code. Someone might respond here with some advice on custom code to use, but, if not, we have a customizations page with resources for contacting a developer for help. You can also ask about this on the WooCommerce Slack Community or WooCommerce FB group which are great places for customization questions like this.
Forum: Plugins
In reply to: [WooCommerce] Filter by price not showingWe haven’t heard back from you in a while, so I’m going to mark this as resolved. Feel free to start a new thread if you have any further questions!
I think I’ve fixed it in the silliest way possible. I discovered that updating the product twice, one right after another, generated the variants IDs and than they get synced.
I was so frustrated so I kept hitting that update button and discovered it works like this :))
So i guess we can consider this as resolved?Good detective work @lauralazin! We will investigate why this happens, but it’s good to know that there’s a work-around for it in the meantime!
I’m going to go ahead and mark this thread as resolved. Feel free to create a new thread if you have any further questions!
Forum: Plugins
In reply to: [WooCommerce] virtual itemWe haven’t heard back from you in a while, so I’m going to mark this as resolved. Feel free to start a new thread if you have any further questions!
Forum: Plugins
In reply to: [WooCommerce] woocommerce errorWe haven’t heard back from you in a while, so I’m going to mark this as resolved. Feel free to start a new thread if you have any further questions!
Forum: Plugins
In reply to: [WooCommerce] Paypal IPN work only on one of Two instances on same HOSTINGHi @rapapar! I understand you’re having trouble using your PayPal account on two different WooCommerce sites. PayPal Standard only allows one IPN location per account, which is why this isn’t working for you. PayPal Checkout also has this limitation.
You could use a different PayPal plugin, such as PayPal Payments Pro or PayPal Powered by Braintree. Neither of these plugins use IPNs, so you can use the same account on multiple sites.
Forum: Plugins
In reply to: [WooCommerce] Only Display Selected Attributes in Additional InformationHi @deputydoug! I understand you want to have a way of showing unique additional information for each variation.
I think the variation “description” field is what you’re looking for here. This is unique to each variation and will only be displayed when that variation is selected. You can see where this field is here: https://docs.woocommerce.com/document/variable-product/#section-7
Forum: Plugins
In reply to: [WooCommerce] Cannot “Copy” System Status ReportHi @torosiete. Great! I’m glad you were able to figure out a solution to the problem! I’m going to go ahead and mark this thread as resolved. Feel free to create a new thread if you have any further questions!
Forum: Plugins
In reply to: [WooCommerce] Redirecting to 3DSThanks @mnppdt28. That looks normal.
For the order in the screenshot, do you know for a fact that payment was collected on the order? I’m not familiar with the ApcoPay gateway plugin, as it’s not one of ours, but it’s possible that the way this payment gateway works is that an order is created when a user leaves your site to confirm their payment via 3DS rather than when they actually confirm the payment. This would lead to a situation where there are some “ghost” orders that are created where the user never completed checkout. I would double check that you received payment from this customer if you’re unsure.
If you did, then I would reach out to the developers of the ApcoPay gateway plugin, as they’d be better able to help you troubleshoot this.
Forum: Plugins
In reply to: [WooCommerce] shortcode for product add onsWe also have a customizations page with resources for contacting a developer for help. You can also ask about this on the WooCommerce Slack Community or WooCommerce FB group which are great places for customization questions like this.
Forum: Plugins
In reply to: [WooCommerce] shortcode for product add onsThis thread hasn’t gotten much traction, so I’m going to go ahead and mark it as resolved. Feel free to open a new thread if you have any further questions!
Forum: Plugins
In reply to: [WooCommerce] Cannot “Copy” System Status ReportHi @torosiete. I’m sorry you’re having trouble accessing a copy-and-paste-friendly copy of your system status report. I haven’t heard of this particular issue before. If worse comes to worse, you can copy the web-friendly version of the report instead. This is not formatted as nicely when you copy and paste it, but it should do in a pinch if you need to have that information in order to contact support.
To figure out why the paste-friendly version of the report isn’t appearing, I would start by checking for JavaScript errors on the status page. You can check for JavaScript errors on a web page with your browser of choice by following the steps outlined here: https://ww.wp.xz.cn/support/article/using-your-browser-to-diagnose-javascript-errors/#step-3-diagnosis
Could you screenshot what you see when you check for JavaScript errors and post a link to the image? If you don’t already have a screenshot service installed, here are a few options:
* https://snipboard.io
* http://skitch.com/
* http://getcloudapp.com/
* http://awesomescreenshot.com/There is also a walkthrough guide here: https://en.support.wordpress.com/make-a-screenshot/
Thanks!