How to run JavaScript function in WooCommerce checkout?
I’m building reCAPATCHA into my WooCommerce checkout. It is a fairly easy process as I’m using woocommerce_checkout_process to validate the capatcha. However, I … Read more
I’m building reCAPATCHA into my WooCommerce checkout. It is a fairly easy process as I’m using woocommerce_checkout_process to validate the capatcha. However, I … Read more
I have decided to use a WooCommerce Storefront child theme called Galleria, when I have previously used the Storefront theme I have used … Read more
How can I append text to the WooCommerce email messages without overriding the existing templates. Ideally I want to add different messages to … Read more
Is is safe to edit language files from wp-content/languages/plugins/woocommerce-ro_RO.mo(.po) ? I’m asking this because I don’t want them to be overriden on plugin … Read more
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be … Read more
By default the checkout fields are wrapped inside <p class=”form-row… HTML by the woocommerce_form_field() core function (see $field_container) – I want to change … Read more
How to change / delete product short description in Woocommerce I use $short_desc = $post->post_excerpt; to read the property but I cant change … Read more
I have a basic question that has always stumped me. I’m trying to move the Star Rating into the comment meta, which will … Read more
I am trying to Auto update the woocommerce cart after quantity is changed. The following code within the function.php is working, BUT updates … Read more
I have two product category MULTILINGUAL DIGITAL MARKETING (ID 75) INTERNATIONAL SALES CHANNELS (ID 107) I want to run some code via if … Read more