Integration with page builders
Last updated June 8, 2024
You can embed widgets into page builders like PageFly or GemPages by inserting specific HTML code for each widget type.
The HTML code for each widget type as follows:
Widget | HTML Code |
Volume discount | <div id="ast-vd-container"></div> |
Frequently bought together | <div id="ast-bundle-container"></div> |
Product addons | <div id="ast-addon-container"></div> |
Embedding the code into page builder
PageFly
To embed HTML code into PageFly, you can use HTML/Liquid block in the page editor. Please refer to the following PageFly help document for detailed instructions:
https://help.pagefly.io/manual/html-liquid-element/
GemPages
To embed HTML code into GemPages, you can use Liquid block in the page editor. Please refer to the following help document for detailed instructions:
https://help.gempages.net/articles/custom-code-liquid-element
Was this article helpful?
🛠