I am trying to: create a add product form which the correct fields
If you refer to the attachment, there are 3 field which are not display as intended
1) inventory, after the checkbox there is _manage_stock and _sold_individually. Is there a way to just have the checkbox?
2) display list. in the category section, is a link to the categories. I will like to show plain text in the category but not a link
3)Will want user to be able to select categories and tag only. "Add new" and "Show popular" is not required
Our Toolset Cred plugin is not meant to create products on the frontend so it won't display a perfect form as you would get from Woocommerce on the backend.
In response to your questions.
1) inventory, after the checkbox there is _manage_stock and _sold_individually. Is there a way to just have the checkbox?
From the image you want to just have only the checkbox and not the text as to what these checkboxes are for ?
2) display list. in the category section, is a link to the categories. I will like to show plain text in the category but not a link
Not sure what you mean the question above.
3)Will want user to be able to select categories and tag only. "Add new" and "Show popular" is not required
For this you can just remove this section from the form itself by editing it on the backend and removing the matching shortcodes.
Looking forward to hearing from you soon.
Thanks,
Shane
I have use this [wpv-post-taxonomy type="product_cat"]
But this is display the categories as link, i will just like it to be display as text only.. There is no link to it
This works for now. I have a new question?
Is the way to create picture selection area in cred?
User can select the picture that is already in then option. This picture will be use in the display page later.