Skip Navigation

[Resolved] Using cred to add product, but there are fields that is not display as intended

This thread is resolved. Here is a description of the problem and solution.

Problem:

The main issue here is that the user wanted to display the names of his product categories without Links being attached to them.
Solution:

To do this you can use the shortcode below.
[wpv-post-taxonomy type="product_cat" format='name']

This support ticket is created 6 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 4 replies, has 2 voices.

Last updated by jackO 6 years, 9 months ago.

Assisted by: Shane.

Author
Posts
#626549
47764b60-46d5-451d-a814-1f61012d68a4.jpg
6232d435-cd00-4f3e-b2d5-36facbee90eb.jpg
taxanomy.JPG

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

Kindly let me know how to work on this

Thanks!

#626658

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Jack,

Thanks you for contacting our support forum.

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

#626702

HI,

I think i can manage 1) and 3) now

For 2)

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

#626718

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Jack,

Awesome for the name only you can just use this.

[wpv-post-taxonomy type="product_cat" format='name']

For more information on this shortcode you can see the link below.
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-post-taxonomy

Please let me know if everything is ok now.

Thanks,
Shane

#626798

Hi,

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.

Thank you very much