How to add tabs below product page (Surecart)?
- This topic has 4 replies, 2 voices, and was last updated 4 months, 2 weeks ago by
Peter.
-
AuthorPosts
-
December 5, 2024 at 10:51 PM #47104
Niki Funch
ParticipantHello guys,
I have been following SureCarts guide on how to add tabs for more information, on product pages, below the product. In their guide they are using Bricks Builder, and I run on Kadence Blocks Pro.
I just want to add tabs below my products by default as the example I made here: https://www.fgroupmedia.dk/produkter/anbefaling-til-indkob-af-nyt-udstyr/
(Current tabs are added by adding them to the product template, so it dosent work on the backend)On the SureCart guide (https://surecart.com/docs/product-page-custom-fields/) I get stuck under the point: "Basic Text" --> "Dynamic Data", since those options are not even available in my Kadence Blocks Pro.
So is there any workaround to make those tabs done with Custom Fields made with Meta Box?
I really dont hope I have to switch to Bricks Builder to make this possible.Thanks
Best regards
Niki FunchDecember 5, 2024 at 11:42 PM #47108Peter
ModeratorHello Niki,
You can follow the Kadence documentation to get the custom field in the block setting
https://www.kadencewp.com/help-center/docs/kadence-blocks/dynamic-content-custom-input-and-showing-fields-from-all-post-types/If it is not available in the Kadence block settings, please contact Kadence support to get more information.
December 6, 2024 at 12:48 AM #47109Niki Funch
ParticipantHey Peter,
Thanks for the quick response.Omg. Due to this link you sent me, I found out the very last part I had to know - and now it works!
Omg thank you so very much. I have been asking for this SO many places - Facebook groups, Plugin supporters and more, and first NOW, I found the solution thanks to your link!I didnt manage to get it fixed with the solution on that link, but it pointed me the right direction.
Check my example here (below the product):
https://www.fgroupmedia.dk/produkter/anbefaling-til-indkob-af-nyt-udstyr/December 6, 2024 at 12:51 AM #47110Niki Funch
ParticipantIn my tab number 3 (Vilkår & betingelser) I want the same text to appear on all my products, and if I update it one place it has to update on all everywhere where its used. Do you know how I can crate such a text?
(Vilkår & Betingelser = Terms & Conditions in Danish)
December 6, 2024 at 10:58 PM #47118Peter
ModeratorHello,
If you want to show a text (value) on all products page, you can consider using the settings page. Updating only one field on the settings page and it will display on all product pages. Just like a theme option.
If you want to update a value to all fields of all products, there isn't an option to do so. Please try to use the action hookrwmb_after_save_field
and create some custom code to update all fields.
https://docs.metabox.io/actions/rwmb-after-save-field/ -
AuthorPosts
- You must be logged in to reply to this topic.