• I need to include some extra info for each of my products.

    For example say I sell mobile phones.
    There should be 4 generic badges (icons), for 3G, WIFI, Camera, USB port.

    I want to be able to select which features this product has, and the respective icons to be shown in product details.

    Ie, I want something similar to the badges for each author in CodeCanyon.

    https://www.ads-software.com/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • You’ll have to custom code this yourself as you can’t add html tags on the attributes. The best way would be to create a metabox for the products post type and use checkboxes for each of icons.

    To easily create your own metabox, there’s a lot of plugins that you can use. Try using Advanced Custom Fields for it or another plugin that you prefer.

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Product badges’ is closed to new replies.