WooCommerce trigger URL after order complete
Is it possible to trigger an URL after an order is completed. It is not an URL the customer should be send to but in the back-end this URL should be visited so an API is called. I am a…
Is it possible to trigger an URL after an order is completed. It is not an URL the customer should be send to but in the back-end this URL should be visited so an API is called. I am a…
I want to be able to add an "li" tag within my product title. To achieve this in a user friendly way I wrote a code which changes the character "-" to an "li" tag. But currently the html does…
I'm currently having the problem that I need to reset an order in some case completely. For this I'm first refunding the payment without creating a complete refund via the method wc_refund_payment(). If this was successfull, I'm trying to reset…
I'm actually writing a custom plugin to connect a payment gateway to Woocommerce, and I've been stuck on a problem for several hours: I cannot get the callback of the payment processing. I googled a lot to find an issue…
I use the plugin TI WooCommerce Wishlist. You need to add a wishlist button to the product. Output shortcode <?php echo do_shortcode('[ti_wishlist_add to wishlist product_id=""]');?> . How can I get the current product id ? Maybe there are other plugins…
i am trying to get the custom fields with this function and multiply by the product price. I am getting the product price but when printing the custom fields, i am only getting zeros.. i dont understand why, i had…
I'm using Wordpress Theme with Elementor and Mega Menu Plugin. I want to adjust space between search box and mega menu as I mention in the picture for both desktop and mobile view. Can anyone tell me how to do…
I'm currently writing a WordPress plugin that works with WooCommerce. I query WooCommerce orders and the goal is to use the adresses of those orders to plan a delivery route using the API from a Dutch route planner service. It's…
I'm developing a WordPress website. There are a few sections that I made by Owl Carousel js plugin. I'm developing this site with Elementor page builder for WordPress. It works fine in site preview but not showing in Elementor Live…
I am new in NextJS and I want to learn it because I want to build websites to be recognized by google search engine, so to have a good SEO. Wordpress is very good in this direction, because outputs in…