• Resolved TC

    (@chopperstwisted)


    Hello, I just downloaded your plugin and have some concerns about the global tabs. We sell automotive parts and use a Fitment tab. Nearly all products will use this but each product will have different information in this tab. Products with variations may have fitment information too.

    1. Global tab with content editable at the product level
    2. Tabs for product variations
    3. Do not display global tabs if empty
    4. Option to have a global tab appear on every product instead of selecting every category
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Web Builder 143

    (@webbuilder143)

    Hi @chopperstwisted ,

    1. Global tab with content editable at the product level
      Currently, there is no option to edit the global tab at the product level. You have to use product-specific tabs for this purpose. Alternatively, you can use the filter wb_cptb_alter_tab_content to alter the tab content via a code snippet.
    2. Tabs for product variations.
      We will add this feature to our backlog, and you can expect it in our upcoming releases.
    3. Do not display global tabs if empty
      Please use the code snippet.
    4. Option to have a global tab appear on every product instead of selecting every category
      You can alter the tab list displayed for a product by using a code snippet with the filter wb_cptb_alter_tabs.
    Thread Starter TC

    (@chopperstwisted)

    Thank you for your response. That’s good at least one of these will be added to the plugin. I added the snippet for global tabs but I do not know what to do with the other filters you suggested. I’m not a coder so I do not know how to create new snippets for these. Hopefully these features will all be added to the plugin at a later date.

    Another issue I am having is locating the metadata in the product export spreadsheet. After creating a global tab and several at the product level I am not seeing this populate to the products database.

    • This reply was modified 6 months ago by TC.
    Plugin Author Web Builder 143

    (@webbuilder143)

    To build a code snippet to customize global tab content based on the product, you need developer support.

    Please use the code snippet to display all global tabs for all products, regardless of the categories or tags chosen.

    Global tabs are not directly connected to products, so they are not available as product meta. Product-specific tabs are stored as product meta. Global tabs are independent post types named wb-custom-tabs, so you have to export global tabs separately.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Global tabs’ is closed to new replies.