Phönix DEV
Results
2
issues of
Phönix DEV
it is possible to get the url of the resized image to generate thumbnails? Example: CloudStorageTools.getImageServingUrl()
Hi, how update variants? $fields = [ 'regular_price' => '100' ]; $method = 'products/'.$productId.'/variations/'.$variationId; $response = Woocommerce::put($method, $fields); $productId is a parent_id $variationId is a id of variant $params =...