33,065 questions
0
votes
0
answers
15
views
Apple Pay for Authorize.net is not showing
I've completed all the necessary steps for setting up Apple Pay, including uploading the PEM certificate and verifying my domain. I'm using the WooCommerce Authorize.Net plugin (skyverge), and their ...
0
votes
1
answer
41
views
Get coupons code from email restriction using SQL query
I am attempting to adapt How to get coupons from email restrictions with efficiency in WooCommerce. I want to filter only for the customer email, without the voucher discount type. Currently my shop ...
-1
votes
0
answers
33
views
How can I translate JetEngine Dynamic Field values (from a custom query) into Persian inside a Listing in Elementor?
I'm working on a WordPress website using JetEngine and Elementor.
I have created a custom query in JetEngine (via Query Builder) that fetches data directly from the database — specifically, ...
-1
votes
0
answers
19
views
Restrict permission on WooCommerce REST API specific user
i want to give write and read permission only on WooCommerce orders status rest all things will be for read only to any specific rest api user.
Please help me to modify this code and make it works.
...
-2
votes
0
answers
45
views
Single product for inexplicably and suddenly causing error from cart to checkout [closed]
Have a busy bookstore site (that doesn't actually exchange money - non-profit service).
Everything on the site is fine (all other products work), except one product now returns this error when you go ...
0
votes
0
answers
47
views
How to modify or rename Woocommerce states [duplicate]
Hi i want to modify some state's name. I have followed this but its removes all other state's and show only this one. Please help me to rename state's name of woocommerce.
/**
* Add or modify States
...
0
votes
0
answers
54
views
woocommerce REST API - Find all products with a specific Meta data
I am having a problem trying to find products with a particular tag/ meta data. I am using Curl and want to find all products that match for a condition: i.e. Used or New condition.
I have advanced ...
0
votes
0
answers
26
views
Elementor with WooCommerce single product page video
When using Elementor single product widget, is there a way to change product image and return your own content using php?
I see that woocommerce_after_shop_loop_item_title hook does not work there. It ...
0
votes
2
answers
101
views
Downloadable product served dynamically by external PHP script gives "file not found"
In my WooCommerce shop I need to sell digital files (JPEG images) that are dynamically served by a PHP script. (This is because the images come from a huge remote catalogue with 10,000s of images, ...
-3
votes
0
answers
39
views
Cannot redeclare Kinsta\kinsta_is_mobile() (previously declared in /www/database_42/public/wp-content/mu-plugins/kinsta-mu-plugins/utils/utils.php:20) [duplicate]
I recently updated my product and inventory data, then launched my WooCommerce website to live. About an hour after launch, I started getting this fatal error:
swift
Copy
Edit
There was a problem: ...
-2
votes
1
answer
66
views
Adding a vat custom field on WooCommerce checkout blocks
I want to add a custom VAT field on WooCommerce Checkout Blocks.
I have followed the guides and faced two issues
woocommerce_register_additional_checkout_field doesn't support group, and I want to ...
-1
votes
1
answer
66
views
Woocommerce Mobile App order-receipt.php template
I use the WooCommerce mobile app on my Android phone to print receipts. I have modified this file to update the printed receipt to show fields that I need.
\wp-content\plugins\woocommerce\src\Internal\...
0
votes
1
answer
72
views
Change the WooCommerce notification text in the cart using AJAX [duplicate]
I use the code for the minimum order amount. The notification of the minimum order amount is displayed in the cart and on the checkout page.
add_action( 'woocommerce_checkout_process', '...
0
votes
1
answer
75
views
chmod() and utime error keep occurring in the site even after the permissions and ownerships are set
I am working on a client site, In the wordpress theme file I have added a cron.php file to perform some cron job functions. It was executing fine without any issues till last few days. When I checked ...
0
votes
1
answer
50
views
WooCommerce Orders to CSV Export
I am trying to add all new WooCommerce orders to a CSV called orders.csv. All works great but cant get each order to be on a new line. It merges with header, ie Products12345. Any ideas why this could ...