Skip to content
Advertisement

Woocommerce Change product price by ID

I have an array with product id (post_id). My goal is to loop thru this array and change all the product prices in WooCommerce products.

Here is my attempt:

JavaScript

Array

JavaScript

Advertisement

Answer

$array['price'] will return undefined change it to $product['price']

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement