• Resolved lands23

    (@lands23)


    hi, great plugin!
    how can i pull the title and content from custom tab?
    i want to push them in elementor product page accordion… thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey there!

    Thanks for reaching out about Custom Product Tabs Lite. I’m happy to help get you pointed in the right direction here ??

    Would you be able to provide screenshots of your current Elementor accordion setup so I can get the best possible idea how to help?

    Thanks!

    Thread Starter lands23

    (@lands23)

    hi.
    i don’t know how to post pics so i added link.
    https://stage.wefans.co.il/product/westinghouse-pierre-white/

    i am able to pull the tabs additional information, description and reviews with shortcode in dynamic content but custom tab has some pdf forms and i don’t know how to pull them.

    Hey there!

    Thanks for sharing that link so I can get a better picture of what we’re working with here ??

    I took a look through the plugin source code, and it doesn’t look like we offer a way to read the product tab data with a shortcode.

    I have been able to locate how the custom tab data is stored as post meta associated with the product. If you’re comfortable with custom coding, I could let you know what meta key you’re looking for, and you could implement this as a small custom shortcode.

    Could you let me know if you’d like more information about how the product tab data is stored as post meta?

    Cheers,
    Patrick

    Thread Starter lands23

    (@lands23)

    yes i would love that ??
    it should be dynamically pulled with product ID… on product page

    Simon

    (@simonskyverge)

    Hey @lands23!

    Thanks for getting back to us. The best place to start with your custom snippet would be to add a shortcode that receives a product_id or retrieves the post/product_id of the page it’s used on.

    This is because our custom tab data is stored as product metadata, so you will need to grab the produce first. The meta key in question is then: “frs_woo_product_tabs” and this will contain an array with ‘title‘, ‘id‘, and ‘content‘ values.

    Hopefully this puts you on the right track to being to integrate into Elementor! If you need further assistance with the custom development, I’d be happy to recommend some developers experienced with WooCommerce, just let me know.

    Is there anything else I can help out with today?

    Cheers,

    Simon.

    Thread Starter lands23

    (@lands23)

    thank you, it does work very good ??

    Perfect, I’m glad you were able to get this working! If there’s anything else I can help out with, please don’t hesitate to let me know ??

    Take care,
    Patrick

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘pull custom tab with shortcode’ is closed to new replies.