Fernando Giacomino
Fernando Giacomino
Hi @Felli ! I want to push ahead this project, so did you know if Humhub server has integrated calls to gcm in order to push notifications to this app?
Yes, I'm trying to send files attached to the chat, to osTicket. But I can't find the way to use that code...
Marco, you must put urls in metadata, like here: {"name": " your_productname ", "type": "simple", "sku": " your_productsku ", "regular_price": " your_price ", "manage_stock": true, "on_sale": true, "stock_quantity": your_stock, "images":...
Yes, I didn't realize that your query was related to a Wordpress post and not a Woocommerce product. Greetings!
I was able to update "image-by_url" meta data from WC api, the structure is something like this: ---------------------- msg.payload= { "name": $product_name, "type": "simple", "sku": $product_sku, "regular_price": $product_price, "manage_stock": true,...
I was able to update "image_by_url" meta data from WC api, the structure is something like this: ---------------------- msg.payload= { "name": $product_name, "type": "simple", "sku": $product_sku, "regular_price": $product_price, (...) "meta_data":...