-
Created a topic, Doesn’t work as expected and identifies used options as unused, on the site WordPress.org Forums:
Doesn't work as expected and identifies numerous used … -
Created a topic, Incorrectly identifies options as unused such as wpseo_taxonomy_meta from Yoast, on the site WordPress.org Forums:
Hi there! I'm heavily involved in performance tunin… -
Posted a reply to The wp-config.php file is not writable. Please check the file permissions., on the site WordPress.org Forums:
Yeah, this debugging change that's enabled by default and attempts to modify the wp-config.php was… -
Created a topic, The wp-config.php file is not writable. Please check the file permissions., on the site WordPress.org Forums:
Recent changes to the plugin added some options for de… -
Posted a reply to [2.6.5] Fatal Error with WooPayments and no WooCommerce Subscriptions, on the site WordPress.org Forums:
Vaulting in Paypal with the official WooCommerce PayPal Payments plugin doesn't require WooCommerce Subscriptions or… -
Posted a reply to [2.6.5] Fatal Error with WooPayments and no WooCommerce Subscriptions, on the site WordPress.org Forums:
Just noting the issue is because the plugin specifically re-declares classes for WooCommerce Subscriptions when… -
Posted a reply to How to fix Too few arguments to function WP_Widget::__construct() ?, on the site WordPress.org Forums:
It is not a bug in WP core and you are correct that you should… -
Created a topic, CRITICAL Uncaught Error: Call to a member function getCartItems() on null, on the site WordPress.org Forums:
Plugin does not work and produces fatal PHP error on d… -
Created a topic, USPS Labels No Longer Scale Correctly, on the site WordPress.org Forums:
Since updating to the latest version 3 days ago, label… -
Posted a reply to API calls hitting Onboarding and extensions search, on the site WordPress.org Forums:
@battouly I read it all when you originally posted. It has nothing to do with… -
Posted a reply to API calls hitting Onboarding and extensions search, on the site WordPress.org Forums:
@battouly I do not see any mention of the issue in the link you provided.… -
Created a topic, API calls hitting Onboarding and extensions search, on the site WordPress.org Forums:
I have a client who is updating their inventory with t… -
Posted a reply to Add County field, on the site WordPress.org Forums:
@amrevnc Running a query to combine data from two database tables shouldn't require a super… -
Posted a reply to sort by stock, on the site WordPress.org Forums:
@jetcastillo What is the full URL when you select from the dropdown? On a default… -
Posted a reply to Add County field, on the site WordPress.org Forums:
@amrevnc Without hiring a developer like myself, the easiest way to get a county field… -
Posted a reply to Displaying owned quantity of virtual products a customer has purchased., on the site WordPress.org Forums:
Yes, that is what I stated in the code. Unfortunately I didn't have time to… -
Posted a reply to Refunding a product through WooCommerce at new Selling Price., on the site WordPress.org Forums:
The order would be tied to whatever price the item was at time of purchase.… -
Posted a reply to Checkout Page Spinning + LeadPages error, on the site WordPress.org Forums:
You can open inspector and check the console for errors, enable WP_DEBUG in wp-config.php, review… -
Posted a reply to WC Template Modification Advice, on the site WordPress.org Forums:
If file editing isn't disabled with define('DISALLOW_FILE_EDIT', true) in wp-config.php, any admin could do just… -
Posted a reply to Unable to see Customer Review texts in Single Product page, on the site WordPress.org Forums:
@thesahas I am seeing the reviews fine. You may need to hard refresh or clear… -
Posted a reply to Unable to see Customer Review texts in Single Product page, on the site WordPress.org Forums:
@thesahas Add this to your theme's CSS: .woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments… -
Posted a reply to Klarna payment white screen., on the site WordPress.org Forums:
@lee888 I would consider using these official Stripe and Klarna plugins instead even if it's… -
Posted a reply to Woocommerce altered my homepage, and I can’t figure out how to revert it fully, on the site WordPress.org Forums:
It looks like you're using Elementor. It's possible you edited and saved the page outside… -
Posted a reply to WC Template Modification Advice, on the site WordPress.org Forums:
Really it comes down to how you want yourself and potentially future developers to manage… -
Posted a reply to when i update a product for sell ” change the title” the link doesn’t change, on the site WordPress.org Forums:
Sounds like when you are editing the product you are not changing the permalink too.… -
Posted a reply to Importing CSV – Variation Dont have Description, on the site WordPress.org Forums:
@yepezkjy18 Says the file was deleted, but if you're using the same exact SKU on… -
Posted a reply to Displaying owned quantity of virtual products a customer has purchased., on the site WordPress.org Forums:
I don't think it would be necessary to subtract refunded quantities from purchased quantities because… -
Posted a reply to WooCommerce Stripe Payment Display Problem, on the site WordPress.org Forums:
Your theme's style.css is setting .woocommerce .checkout #customer_detail to 50% and also floating it. This… -
Posted a reply to Klarna payment white screen., on the site WordPress.org Forums:
When I test even on desktop, I receive a 400 response from https://api.stripe.com/v1/sources and an… -
Posted a reply to Product page missing price microdata tag, on the site WordPress.org Forums:
The microdata I am seeing is being set by Yoast SEO. I see you may… -
Posted a reply to My Account Is Not Showing Past Purchases, on the site WordPress.org Forums:
Good to hear. That was going to be my second suggestion. Usually those pages and… -
Posted a reply to Importing CSV – Variation Dont have Description, on the site WordPress.org Forums:
The default exporter/importer should work fine and update both the parent and variation descriptions. It… -
Posted a reply to sort by stock, on the site WordPress.org Forums:
If you look at the $options array in the woocommerce_catalog_orderby filter, you will see the… -
Posted a reply to My Account Is Not Showing Past Purchases, on the site WordPress.org Forums:
@willowbloomprintables I did a test order on your site. The problem looks related to your… -
Posted a reply to Add File Limit for the Downloadable Product, on the site WordPress.org Forums:
This sounds related to max_input_vars, since the default is 1000. You can try adding this… -
Posted a reply to Unable to see Customer Review texts in Single Product page, on the site WordPress.org Forums:
Your child theme may be modifying the reviews output and adding the style="display: none" on… -
Posted a reply to Unable to change stock status in woocomerce, on the site WordPress.org Forums:
The fatal error is coming from a plugin directory called "xxhidenxx-core" but the actual name… -
Posted a reply to WooCommerce Plugin Warning after Update, on the site WordPress.org Forums:
The warnings and notices you can ignore. The fatal error is coming directly from your… -
Posted a reply to How to create “Buy Now” and “Add to cart” button on shop page., on the site WordPress.org Forums:
My bad, I was linking to the wrong one. You'd need the one that @maykato… -
Posted a reply to Thank you page empty, on the site WordPress.org Forums:
Yes, the thank you page can be controlled by a hook (woocommerce_thankyou) and template overrides.… -
Posted a reply to How to edit Additional information area?, on the site WordPress.org Forums:
Depending on what you want to add, you can use a custom function to hook… -
Posted a reply to How to create “Buy Now” and “Add to cart” button on shop page., on the site WordPress.org Forums:
This plugin says it displays on the shop page and adds next to add to… -
Posted a reply to How to create “Buy Now” and “Add to cart” button on shop page., on the site WordPress.org Forums:
By default there should already be an "add to cart" button for every simple product… -
Posted a reply to Add County field, on the site WordPress.org Forums:
@amrevnc To clarify, I was stating to just enable the default tax options and enter… -
Posted a reply to WooCommerce Memberships Directory Shortcode, on the site WordPress.org Forums:
While in concept that would be a good idea, you can't just create your own… -
Posted a reply to Add County field, on the site WordPress.org Forums:
@amrevnc Woo Payments does require Jetpack. I've worked with thousands of Woo clients and never… -
Posted a reply to Change separator between product title and variation, on the site WordPress.org Forums:
The code I originally gave you should work fine with a slight tweak without doing… -
Posted a reply to Change separator between product title and variation, on the site WordPress.org Forums:
The function that adds the hyphen is buried in multiple function calls that aren't accessible… -
Posted a reply to Internal Server Error after update, on the site WordPress.org Forums:
Yes that could cause the error. There may also be an .htaccess file in your… -
Posted a reply to Change “add to cart” button – woocommerce, on the site WordPress.org Forums:
The plus sign is controlled by the add_to_cart_button CSS class. You could add custom CSS…