Austin M - a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woo Commerce – prodotti gratuitiWe 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] Display labels for Billing/Shipping AddressYou’re very welcome @theodor09i! Don’t hesitate to reach out again if you have any further questions!
Forum: Plugins
In reply to: [WooCommerce] Customize in limiting ordersYou’re very welcome! Feel free to reach out again if you have any further questions!
Forum: Plugins
In reply to: [WooCommerce] set the variation which is ‘In stock’ as default variationWe 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] Update 4.8We 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] Only Display Selected Attributes in Additional InformationWe 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: [Meta for WooCommerce] Are Business Manager pixels supported now?Hi @feglnoxfgqrajeq, @arisusenpai. I talked with our developers, and it seems that our docs were incomplete. Prior to version 2.0, only personal ad account pixels were supported and business manager pixels were not.
From 2.0 onwards, though, it is the opposite: Only business manager pixels will work, and personal ad account pixels are not supported.
I’m very sorry for the confusion and miscommunication here. I’ve updated our documentation accordingly so that this is more clear.
So yes, business manager account pixels are supported as long as you’re running version 2.0 or newer.
Forum: Plugins
In reply to: [WooCommerce] Customize in limiting ordersHi @rsuyhamco. You mean you only want customers to be able to buy a total of exactly 6, 8, or 10 items in one purchase?
The Advanced Product Quantities plugin would still be the way to go, I believe, as it can do “cart quantity” rules as well, which sounds like what you’re after.
For example, you could set the minimum cart quantity as 6 and the maximum as 10 and set the “multiple of no.” setting to 2 so that 8 could be selected, but 7 and 9 could not.
For more information, see our documentation here: https://docs.woocommerce.com/document/advanced-product-quantity/#section-6
Forum: Plugins
In reply to: [WooCommerce] Woo Commerce – prodotti gratuitiHi @romina00. You would add these snippets to either the functions.php, or, preferably, to a dedicated code snippets plugin, such as Code Snippets. Using this plugin or one like it, you would create a new snippet and the copy and paste the code from those articles into it.
- This reply was modified 5 years, 6 months ago by Austin M - a11n. Reason: link formatting
Forum: Plugins
In reply to: [WooCommerce] Paypal IPN work only on one of Two instances on same HOSTINGForum: Plugins
In reply to: [WooCommerce] Product Gallery doesn’t workHi @nzlgl. This looks like it might be a theme issue of some sort. Do you see the same issue if you switch to a default theme, such as Twenty Twenty?
Hi @soulslayer. I’d recommend looking into the Advanced Catalog Mode plugin.
Forum: Plugins
In reply to: [WooCommerce] set the variation which is ‘In stock’ as default variationHi @veneetsayyer11. The default variation is whatever you set in your product settings on the “Variations” tab (screenshot).
If you’d like to set up “smart” defaults that take into account the inventory status or another parameter of the variations, you’d need an additional plugin for this. WooCommerce Force Default Variant is a plugin that purports to have this functionality, according to this forum thread.
- This reply was modified 5 years, 6 months ago by Austin M - a11n. Reason: link formatting
Forum: Plugins
In reply to: [WooCommerce] Order Processed on WooCommerce but Payment not sent to PayPalHi @jeepguy28!
The order shows as processed and paid in WooCommerce but the payment has never gotten to PayPal. And the customer shows the charge on their credit card.
If WooCommerce thinks the order has been paid and the user is seeing the same thing, what could have happened is that the wrong PayPal account information was entered in the PayPal settings. Can you double-check those in WooCommerce > Settings > Payments?
If everything looks right, I would recommend reaching out to PayPal about this.
If they send you back to us, please contact our support team directly at https://woocommerce.com/my-account/create-a-ticket/, as we’ll need some more information from you that would be too sensitive for a public forum.
Forum: Plugins
In reply to: [WooCommerce] Update 4.8Hi Pepi. I’m sorry you’re having trouble with the most recent WooCommerce update.
I went to your site just now, but the pages I visited seemed to be working fine. Are you still having the issue? If so, which pages aren’t working?
Is it the admin area of your site that you’re not able to get to? If so, do you have a way of accessing the files on your site, such as by FTP or cpanel? I’d recommend deleting the WooCommerce plugin folder that way until you’re able to figure out what is going on. The path for that is wp-content/plugins/woocommerce. Removing this folder will not delete your data.
Once you delete the plugin folder, you can then upload a previous version of the plugin from here.
Hopefully, the previous version should allow everything to go back to normal. From there, I’d recommend creating a staging site using one of the methods outlined here to test further updates before trying on the live site again.
On the staging site, try disabling all plugins except for WooCommerce and switching to a default theme, then update WooCommerce again. If that works, reactivate your other plugins and theme one by one. If you’re able to reactivate everything and the site still works, it was the update itself that was the problem. If reactivating one of your plugins or your theme after the update causes the site to break again, you have a code conflict on your hands. Let us know if that is the case and we’ll try to help you come up with a work-around.