-
Connect to your Magento 2 environment, for example using SSH↗.
-
Navigate to the root directory of your Magento 2 store in the terminal, and install Mollie Subscriptions:
composer require mollie/magento2-subscriptions
-
Activate the module:
php bin/magento module:enable Mollie_Subscriptions
-
Deploy the content in your Magento 2 environment, and clean the cache:
php bin/magento setup:upgrade php bin/magento cache:flush
-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>