Goomento Magento page builder extension that allows you to create Magento content in just drag-and-drop to canvas and view your website as you build it.
You can build and customize every part of the Magento website visually at the builder editor by adding text, images, videos, animations, CSS and more, all with just a few clicks without writing a single line of code.
Magento store owners can view changes in Magento with 100% accuracy, drag and drop to configure, share content between websites and redesign with new creativity
Why Goomento - Magento Page Builder
Custom Templates - Frontend Tasks
Run the following command in Magento 2 root folder:
composer require goomento/module-page-builder
php bin/magento module:enable Goomento_Core Goomento_PageBuilder
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Enable these caches in Production mode
for best performance at System > Tools > Cache Management
Pagebuilder Frontend: Uses for frontend display, preview HTML ...
Pagebuilder Backend: Uses for registered controls data of widgets, system variables ...
-
To create Magento Landing Pages at
Magento Backend > Goomento > Pages & Landing Pages
-
To add Blocks, Pages to layout, using the
your-content-identifier
identifier atMagento Backend > Goomento > Sections
to the layout.xml
file.
<block class="PageBuilderRenderer" name="unique-block-name">
<arguments>
<argument name="identifier" xsi:type="string">your-content-identifier</argument>
</arguments>
</block>
or template .phtml
file
<?= $block->getLayout()
->getBlock('PageBuilderRenderer')
->setIdentifier('your-content-identifier')
->toHtml(); ?>
- To export the template, click to
Export
button at each page builder content - To import the template, go to
Magento Backend > Goomento > Importor
Editor: https://goomento.com
Magento Version | 2.3.x | 2.4.0 - 2.4.5-p3 | 2.4.6-x | 2.4.7 |
---|---|---|---|---|
Community Edition (CE) | ✅ | ✅ | ✅ | ☑️ |
Enterprise Edition (EE) | ✅ | ✅ | ✅ | ☑️ |
Currently, Goomento doesn't fully cooperate with headless/ PWA solutions such as Venia and Hyvä. Other themes such as Luma, Porto, Fastest ... are the best fit. We will soon adapt to all kind of themes.
Theme Name | Compatible |
---|---|
Blank + Luma | ✅ |
Hyvä | ❌ |
PWA Themes | ❌ |
Porto | ✅ |
Fastest | ✅ |
Market | ✅ |
Other Themes | ✅ |