Home / Forums / WoodMart support forum / Información adicional producto y Popup
Home › Forums › WoodMart support forum › Información adicional producto y Popup
Información adicional producto y Popup
- This topic has 7 replies, 2 voices, and was last updated 4 days, 11 hours ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
June 14, 2026 at 8:39 pm #721506
claraemurilloaParticipantBuen dia,
Quisiera saber como hago para agregar contenido adicional en cada producto, mi idea es generar 2 contenidos a parte uno con detalles del producto y otro con garantías del producto, ambos con textos largos con formato, quiero que en el layout de producto al dar clic en detalles se abra cada popup sin que el fondo se desabilite para cada uno de los contenidos adicionales, pero no se como agregar esa información adicional, ya que intente por atributos pero en atributos no permite textos tan largos y para colocar la información en el popup no aparece el widget de informacion adicional de atributos que aparece en la pagina de producto. Adicionalmente, cuando voy en ajustes de popup en triggers al seleccionar on selector click, coloco el nombre del selector por ejemplo .detalles y al boton en la pagina de producto le cambio el nombre de clase a detalles no permite abrir el popup, ya intente incluso con el #detalles pero tampoco, por ello quisiera saber como habilito el popup al dar clic a dicho botón.
Quedo atenta.
June 15, 2026 at 12:56 pm #721557Hello,
01. You can use the Woodmart Custom Tabs feature, which is the correct way for adding multiple structured content sections on product pages. Go to Theme Settings > Single product > Tabs > Custom tabs and enable it, then create new tabs from Products > Custom Tabs. You can add as many tabs as needed (e.g. Details, Warranty, Shipping) and use your page builder to insert long-formatted content. These tabs will appear next to the default Description tab and will work cleanly without custom code or pop-up issues.
Please check this Manual: https://xtemos.com/docs-topic/custom-tabs/
02. WoodMart licenses are per site. Each separate website requires its own license. You can use one license on one live domain plus one staging/development domain for the same project.
If you build multiple sites, you need to purchase a separate license for each site.
Best Regards
June 15, 2026 at 3:38 pm #721585
claraemurilloaParticipantBuen dia,
Es que lo que necesito es colocar esa información en popup es decir ventanas emergentes, pero no se como llamar esa informacion de las tab en el popup, adicionalmente cuando voy en ajustes de popup en triggers al seleccionar on selector click, coloco el nombre del selector por ejemplo .detalles y al botón en la página de producto le cambio el nombre de clase a detalles no permite abrir el popup, ya intenta incluso con el #detalles pero tampoco, por ello quisiera saber como habilito el popup al dar clic en dicho botón.
Muchas gracias, quedo atenta
June 16, 2026 at 9:13 am #721666Hello,
Unfortunately, there is no built-in option in the theme to automatically display product custom tab content inside a popup.
As a workaround, you can create an HTML Block containing the desired content and then use the Popup widget to display that HTML Block as popup content:
https://ibb.co/3fS9R0MBest Regards
June 16, 2026 at 3:24 pm #721743
claraemurilloaParticipantBuen dia,
Estoy creando el popup con el widget dentro del layout producto, pero quisiera saber como editar la ventana emergente es decir, desde donde se posiciona, cambios en la animación de entrada, cambio del fondo, etc.
Quedo atenta.
June 17, 2026 at 8:42 am #721783Hello,
The popup design and behavior settings are managed separately from the popup widget.
When you create a pop-up via Dashboard > Popups, you can edit that pop-up and configure its dedicated settings. These settings belong to the pop-up itself and are available when editing the pop-up created under Dashboard > Popups. The Popup widget is only used to call/open the popup.
Best Regards
June 18, 2026 at 7:38 pm #721992
claraemurilloaParticipantBuen dia,
Cuando voy en ajustes del popup creado desde el dashboard, en triggers al seleccionar on selector click, coloco el nombre del selector por ejemplo .detalles y al botón en la página de producto le cambio el nombre de clase a detalles no permite abrir el popup, ya intenta incluso con el #detalles pero tampoco, por ello quisiera saber como habilito el popup al dar clic en dicho botón.
June 19, 2026 at 9:10 am #722002Hello,
When you use the “On selector click” trigger, you must ensure that how you define the selector in the backend matches how it is assigned in your HTML/Button settings:
In the Popup Settings (Triggers), you should target it using the standard CSS class dot prefix, like .details.
https://postimg.cc/LgFBhRXgOn the Button itself: You must enter only the name of the class without the dot. For example, in the button element’s “Extra class name,” it should strictly be details (not .details).
https://postimg.cc/jWGykKyyNavigate to your Popup Settings. In the Close behavior section, temporarily disable the Persistent close option.
https://postimg.cc/dL4HNk38In the Triggers section under On selector click, ensure that Trigger once is disabled.
For more, follow this guide: https://xtemos.com/docs-topic/popup-builder/
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register