All Questions
11 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 ...
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 "...
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 ...
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 ...
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 ...
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','...
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 ...
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 ...
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 ...
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 ...
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 ...