python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Woocommerce dokan plugin how can I fire a filter hook in a certain page URL?
I wrote a filter hook for wp_handle_upload_prefilter to crop and add watermark simultaneously when upload new image to wordpress media. It works in every page that there is wp media upload, but I want...

Web Design
Votes: 0
Answers: 0
WooCommerce sort by percentage discount amount in woo shortcode
I want to make custom sort option and use it into shortcode.
i want to make custom sort by percent discont for sale products.
Here is my code:
add_action('woocommerce_process_product_meta', 'woo_calc_...

Vladimir Kyatipov
Votes: 0
Answers: 0
How to revert button text if error message is triggered on checkout page in WooCommerce
Why won't this code revert the button text back to Place Order if an error message is triggered?
The text was changed upon clicking the button, which works fine.
But it should change back if an error ...
Adam Alleman
Votes: 0
Answers: 1
How to display ACF field after the product name on the cart and order reviews in WooCommerce?
I have Advanced Custom Fields setup for post type on WooCommerce Products. So each product has 1 unique custom field.
I'm trying to display the custom field after the product name on the cart and the ...
Ross
Votes: 0
Answers: 1