antoninartaud
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [WooCommerce] Empty all users’ cart@anphira thanks a lot, that plugin was exactly what I was looking for, and it killed two birds with one stone !
Forum: Plugins
In reply to: [WooCommerce] Empty all users’ cartHello,
Thanks for the tip, it doesn’t however seem to empty the carts :/
Assuming it works, would there be a way to programmatically press this button ?
Forum: Plugins
In reply to: [WooCommerce] Redirecting conflictmarked as solved
Forum: Plugins
In reply to: [WooCommerce] Redirecting conflictThanks ! It was as simple as that
Forum: Plugins
In reply to: [WooCommerce] Get product category from product in cartI’m marking the post as resolved
Forum: Plugins
In reply to: [WooCommerce] Get product category from product in cartThanks Mike, in the end I got what I wanted by simply doing
foreach ($items as $item ) { $product = $item['data']; $terms = get_the_terms( $product->id, 'product_cat' ); }Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Webhook location invalidNevermind, I fixed this by using ngrok, and changing the website URL in wp-config :
define('WP_HOME','http://your-ngrok-url'); define('WP_SITEURL','http://your-ngrok-url');I didn’t have to change anything else
Viewing 7 replies - 1 through 7 (of 7 total)