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!
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
yes i would love that π
it should be dynamically pulled with product ID… on product page
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.
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