I am building a custom dashboard for my client to manage his woocommerce store.
On one page "modify product", I have a view and a search box, and below it I inserted a product modification form.
My problem is that the price cannot be changed on the modify form:
If I use [wpv-woo-product-price], it's only a display field and can't be edited.
If I use [cred_field field='views_woo_price' force_type='field' class='form-control' output='bootstrap'], the actual price is never updated on the product itself.
Am I using the wrong field? Is it possible for cred to change the product price?