Allowing `use_filter` in Specific Areas
I am trying to edit the avatar that is called from Woocommerce’s review tab in a product page. This is my piece of code that works but it also manipulates the admin menubar, which is something I do not want it to do.
WooCommerce – check if automated taxes are enabled
I set up an environment with WooCommerce and WooCommerce Shipping & Tax. The latest adds the option Automated taxes
in WooCommerce tax settings.
Certain attributes in the list of WooCommerce products
In an online store on WooCommerce, I use code that displays certain product attributes on archive/category pages.
How to Create a Custom WooCommerce Settings Page for Bulk Discount Application with 400 Bad Request Error?
I am trying to create a custom settings page for my WooCommerce-based site to apply bulk discounts to products within specified categories and brands for a defined date range. However, I’m encountering an issue where the form redirects to /wp-admin/admin-post.php and returns a 400 Bad Request error.
Save WooCommerce custom product meta field value to order line item meta
I have a unique situation where I’ve created a custom meta field for products in WooCommerce and I can’t get the value to save properly with the order line item meta when an order is placed.
How to Enable Arabic Numerals in WooCommerce Quantity Field?
I’m want to allow Arabic numerals in the quantity input field of WooCommerce product pages, as shown in the attached image. I need assistance with the PHP or any other method to achieve this. Any suggestions are appreciated!
How to Enable Arabic Numerals in WooCommerce Quantity Field?
I’m want to allow Arabic numerals in the quantity input field of WooCommerce product pages, as shown in the attached image. I need assistance with the PHP or any other method to achieve this. Any suggestions are appreciated!
How to Enable Arabic Numerals in WooCommerce Quantity Field?
I’m want to allow Arabic numerals in the quantity input field of WooCommerce product pages, as shown in the attached image. I need assistance with the PHP or any other method to achieve this. Any suggestions are appreciated!
Woocommerce Bulk Edit Sales Price Long Process Time
Having some issues with the process/load time when running bulk edits when changing the sales price of products in Woocommerce. Currently we go to Products > Checkbox the Products we want to update > go to Bulk Actions > select Edit and change the sales price to a percentage. After hitting run, the process can take extremely long to run. For example, 1 product selected takes 5 seconds, 5 products selected take 15-16 seconds, and if we try to run on 100 products selected at once it will take around 3-5 minutes to complete. Is there any settings or options that can be done to make this process go faster? I wouldn’t think changing the product price to 10% off would take much time/resources. I setup a staging environment running the latest wordpress, woocommerce, no plugins active, and the 2024 theme.
Save form data inside a user’s profile in WooCommerce
I’m trying to save some data from a form created in WPForms into a tab within the user information in WooCommerce. I can create the new tab I want inside the profile and the corresponding labels where the information is supposed to be stored, but every time I fill out the form, the data is not being saved.