mollie / magento2-subscriptions

BSD 2-Clause "Simplified" License
3 stars 5 forks source link

Display a static message when a customer has not purchased any subscription products yet. #31

Closed RutgerHHS closed 1 year ago

RutgerHHS commented 1 year ago

Describe the new feature

Display a static message when a customer has not purchased any subscription products yet.

Describe the solution to be implemented

Backend changes None.

Frontend changes image

Code used to create the message above:

<div class="message info empty"><span><?= $block->escapeHtml(__('You have not purchased any subscription products yet.')) ?></span></div>
Frank-Magmodules commented 1 year ago

Hi @RutgerHHS ,

We are happy to share that we've just released the new 1.7.0 version where we implemented this!
Thank you for opening this request.

We are closing this issue now but please feel free to reopen the issue if you need any help on this.