• Resolved dreamstone

    (@dreamstone)


    I’ve added a custom taxonomy and created a product with it (‘brand’). Also I’ve added hook /add_action( ‘init’, ‘cptui_register_my_taxes’ );
    function cptui_register_my_taxes() {…/ to functions.php file. But this new taxonomy is not displaying at Product Page. I wrote to theme support and they asnswered: products are controlled by woocommerce and I need to hook into the woocommerce templates. What file I should modify to display my product custom taxonomy?

    https://wordpress.org/plugins/custom-post-type-ui/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    You shouldn’t need to use the Get Code stuff unless you’re wanting our plugin to just act as a generator of sorts. We do the registering for you otherwise, based on provided settings.

    You’re going to need to look into how to customize WooCommerce templates, as display of content is not something we take care of with our plugin. We just focus on the settings for and registration of post types and taxonomies.

    Wish I could be of a bit more help there.

    Thread Starter dreamstone

    (@dreamstone)

    I see. Thank you!

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Welcome, and best of luck to your customization needs 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WooCommerce Custom Taxonomy at Product Page Display’ is closed to new replies.