Relative Content

Tag Archive for phpwordpresswoocommerce

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 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.