Skip to main content

All Questions

0 votes
0 answers
17 views

sending sms to dokan vendors on order processing status [duplicate]

This snippet hooks into the WooCommerce order status change event and sends an SMS to each vendor associated with the products in the order. The SMS will notify the vendor of the new order and prompt ...
user20065248's user avatar
0 votes
1 answer
243 views

Add text in woocommerce_thankyou if order status is complete

I need to add a custom text that is displayed on the thank you page, if the order has been processed and has a completed status. I am using the following code in the "...
mulloalfredo's user avatar
1 vote
0 answers
94 views

WooCommerce: Replace price of productvariation by productattribute

i'm looking for a snippet that gives me the option of replacing the price with the text "Price on request" for a product variant from WooCommerce that already exists. I'm not a developer or ...
Sunday23's user avatar
0 votes
1 answer
301 views

How to display the inventory quantity of a specific variable on the product page?

I am creating a form, and I would like to display the amount of inventory remaining for a variable product in a normal text field created with Jet-Engine within the same product or product page. I ...
Anderson Viviel's user avatar
0 votes
0 answers
308 views

woocommerce and polylang change text proceed to checkout button

Im try to change the checkout text , with dynamics translate using polylang , but i think don't have the good technic for doing this anybody has an idea ? i use the plug-in snippets for push this in ...
Elbarbu's user avatar
1 vote
2 answers
2k views

Add shortcode to WooCommerce product description

I am trying to auto-add some shortcode at the end of every woo product description. (not after short description). The code with which I am trying is: add_filter('product_descr','...
Arbab Ali's user avatar
0 votes
1 answer
757 views

Apply a Coupon automatically for Product Category or Multiple categories - Woocommer 5.9

This is regarding Woocommerce (using version 5.9) - to apply coupon code automatically when below condition met. I am using below code to Automatically apply coupon on products (or multiple products ...
Shweta's user avatar
  • 1
2 votes
0 answers
28 views

Apply discount based on user role when they buy x quantity of specific product category in WooCommerce fix issue [duplicate]

can anyone please fix this issue this snippet works fine but it have an issue, the problem is when you add products from (categroie-1) and other category on the same cart the discount apply also for ...
jahn's user avatar
  • 77
2 votes
0 answers
235 views

How can I add a custom woocommerce order status in bulk update menu and top menu?

I have added a new woocommerce order status named "Delivered" by adding the following php snippet. But this option is missing from Bulk Actions' dropdown and top bar menu in Woocommerce ...
rid1hossain's user avatar
0 votes
2 answers
2k views

How to Hide Refund button on woocommerce order admin with custom user role

Is there a way to hide the "Refund" button to all user role, except Admin and Refund Manager...by the way I created the refund manager user role with this plugin User Role Editor. Shop Manager will ...
Jay Lee's user avatar
  • 65
0 votes
0 answers
85 views

How to add custom item in woocommerce order editor

Good day to all of you, I just want to ask if it is possible to add custom item at the woocommerce backend, we want to input names and etc, its just like the Add fee button but the problem is Add fee ...
GabrielaQ's user avatar