mediih
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Add Attribute Term with woocommerce api without overwrite@hegenberg can you help me to resolve the problem?
If I retrieve the product’s data I will have a list of existing attributes in JSON response.
If I use json path “$[0].attributes[0].options” the response will be:
[
“2B08”,
“2B10”
]How can I append new attribute (2D5) to existing attributes in array? When I try to combine existing to new I have this error:
Only one attribute:Forum: Plugins
In reply to: [WooCommerce] Add Attribute Term with woocommerce api without overwritePUT
https://stock.spieziatyres.it/wp-json/wc/v3/products/%5Bid%5D
JSON{ "attributes": [ { "id": 11, "position": 0, "visible": true, "variation": true, "options": [ "option2" ] } ] }I already have the products loaded on the site as a simple product, now I need to create variables and assign a quantity to each of the variables. The file contains only the fields I indicated
Forum: Plugins
In reply to: [Offers for WooCommerce] BUTTON Bad position and no work on DesktopYes, Last version of Shopkeeper Theme
Forum: Plugins
In reply to: [Offers for WooCommerce] BUTTON Bad position and no work on DesktopThank you for the support:
– Disabled all plugins, problem not solved
– Changed theme, no problem
So the problem is in the theme but what can I do? This theme is so important 🙁
Problem is only on desktop version (tablet and smartphone no problem). Have to contact my theme support?- This reply was modified 8 years, 1 month ago by mediih.