-
Created a topic, Duplicate ID, on the site WordPress.org Forums:
Duplicate ID occurs on performing w3c validation . Ta… -
Posted a reply to ReflectionException, on the site WordPress.org Forums:
Here my Woocommerce status ### WordPress Environment ### WordPress address (URL): http://passage18 Site address (URL):… -
Created a topic, ReflectionException, on the site WordPress.org Forums:
Hi This message appears when upgrading to 5.2 Refle… -
Posted a reply to TaxClass is alaways standard in Woocommerce API, on the site WordPress.org Forums:
Thanks for your response . the spacing was the cause . Sorry for disturbing you… -
Posted a reply to TaxClass is alaways standard in Woocommerce API, on the site WordPress.org Forums:
$productData = [ "name"=> $product['title'], "description"=>$product['description'], "short_description"=>$product['shortdescription'], "dimensions"=>$dimension, "regular_price"=>$product['prix'], "weight"=>strval($product['Poids']), "images"=>$product['image'], "categories"=>$product['theme'], "manage_stock"=>true, "stock_status" =>"onbackorder",… -
Created a topic, TaxClass is alaways standard in Woocommerce API, on the site WordPress.org Forums:
Hi , I've tried to create product with Woocommerce AP…