Recent publications

Cryptocurrencies

 

Cryptocurrencies payment

 

Cryptocurrencies have develop a lot in recent months. Specifically in the decentralized finance solutions.

This new module for EK management is an integration of payment gateway Utrust.

When using Utrust and this module you can request your client to pay your invoices with a cryptocurrency wallet and receive fiat currency.

Custom content view (part 2) Arrea Systems Wed, 08/12/2020 - 10:00
custom view

 

In previous article, we have built a simple custom view from sales data. In this article we will show how to create a relationship with another table, add access control and a menu link. You can also watch the video with complete built.

 

Technique to format html email (simplenews + swiftmailer + css)

 

If you use swiftmailer + simplenews, you may want to send html email with custom css.

To achieve that,you have to customise 2 twig templates.

The first template is the default template that is provided by swiftmailer: simplenews-newsletter-body.html.twig.

You can use this template to build your own email body with content you like to use. For example, in the template below, an hero image is inserted using table layout.