D Smith a11n
Forum Replies Created
-
Hi there!
Version 2.1.1 is indeed the most recent version, and works with the latest versions of WooCommerce core and WordPress, but another iterations will be out as soon as the developers have finished it.
Please get back in touch if we can help with anything else!
Forum: Plugins
In reply to: [WooCommerce] How can I set callback URL for PayPal gateway on WooCommerce?Hi there!
We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread resolved. If you have any other questions, please feel free to start a new thread!
Forum: Plugins
In reply to: [WooCommerce] Hide avatar and user info my account pageHi there!
I recommend https://www.ads-software.com/plugins/say-what/ — that’s a free plugin great for catching and translating stray strings of text.
Forum: Plugins
In reply to: [WooCommerce] How to create customer account when manually adding new orderHi there!
We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread resolved. If you have any other questions, please feel free to start a new thread!
Forum: Plugins
In reply to: [WooCommerce] How to remove products from shop pageHi there!
We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread resolved. If you have any other questions, please feel free to start a new thread!
Forum: Plugins
In reply to: [WooCommerce] “The type attribute is unnecessary for JavaScript resources.”Hi there!
We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread resolved. If you have any other questions, please feel free to start a new thread!
Forum: Plugins
In reply to: [WooCommerce] add shortcode to product category pageHi there!
We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread resolved. If you have any other questions, please feel free to start a new thread!
Forum: Plugins
In reply to: [WooCommerce] woo database version keeps reverting – tried EVERYTHINGHi there!
We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread resolved. If you have any other questions, please feel free to start a new thread!
Forum: Plugins
In reply to: [WooCommerce] Order details page not listing customer phone numberHi there!
We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread resolved. If you have any other questions, please feel free to start a new thread!
Forum: Plugins
In reply to: [WooCommerce] Discount a zoom webinar for a membership subscriberHi there!
The folks who develop your Membership plugin, “Paid Membership Pro,” might have some advice on this, but if that plugin sets a custom user role (i.e. “Member” you could use that as the basis for the discount.
This plugin: https://woocommerce.com/products/dynamic-pricing/ and this one: https://www.ads-software.com/plugins/woo-advanced-discounts/ both offer the ability to discount certain WooCommerce products or product categories based on the User Role of the customer.
Hi there!
What are you using to handle translations? Is it “PolyLang?” You could ask them for assistance– but instead, I’d recommend using one of translation approaches suggested here: https://docs.woocommerce.com/document/woocommerce-localization/
I hope that points you in the right direction!
Forum: Plugins
In reply to: [WooCommerce] Synch ACF with WooCommerce Billing Fields on First LoginHi there!
billing_country
is definitely a valid key used in WooCommerce: https://github.com/woocommerce/woocommerce/search?q=billing_countryMy guess would be that the contents weren’t formatted correctly. WooCommerce uses the ISO 2-letter codes for country, as seen (for example) here: https://creatingawebstore.com/woocommerce-country-codes-and-state-codes-list.html
So if the contents of
billing_country
are anything but one of those two-letter codes, it won’t be valid. I hope that helps!Forum: Plugins
In reply to: [WooCommerce] Product or Variation SKU to appear on the checkoHi again! Glad to hear that’s resolved.
You can add SKUs to order emails via custom code, for example this: https://gist.github.com/stuartduff/d35826c4266a2152eb6f05bd6e65119c
You can implement that code via a free plugin like this one: https://www.ads-software.com/plugins/code-snippets/
Please let us know if we can assist further!
Forum: Plugins
In reply to: [WooCommerce] Error during checkoutThanks very much for that System Status Report! I see a number of theme-specific template overrides, and also that your version of WooCommerce core is a bit outdated.
If you update WooCommerce to the latest version (3.8.1) does checkout work correctly then? If not, please run the test described here, and let us know the results: https://docs.woocommerce.com/document/how-to-test-for-conflicts/
I hope this helps resolve the problem!
Forum: Plugins
In reply to: [WooCommerce] Google Search Result: Products issues detectedHi Mariah!
We have information and instructions on Google structured data for WooCommerce here: https://github.com/woocommerce/woocommerce/wiki/Structured-data-for-products
Does the product in question have an SKU?
Sometimes issues like those in your screen shot are caused by the theme you’re using. If you switch themes temporarily to Storefront, and then use the Google Structured Data Testing Tool at https://search.google.com/structured-data/testing-tool/u/0/ , does it show the correct information then?