Maybe these could helpThis extension is really well done. Congrats! It would be good if had also an example of creating an empty page at customer area, I need to do it and I'm lost. Just with the left sidebar menu and top bar.
Wow!!! That's exactly what I need! Thank you!Maybe these could help
https://forum.mailwizz.com/threads/how-to-add-a-custom-payment-page-options.70/
it has, among other features, these:
# Add custom pages with your own HTML content & add them to menu
# Add a separate working payment page with your own layout/design
and this one (as background for the above)
https://forum.mailwizz.com/threads/how-to-add-a-new-page-add-it-in-the-menu-customers-end.43/
Yeah, frm.mwz just gave me good examples. I didn't know there were such examples. That's amazing! Thank you guys so much!@Erik Figueiredo - While we don't have such example now, you can look at the existing extensions from the app, some of them have both, pages for backend and customer area. A very good example is any extension that does email validation with various 3rd-party services.
You are very welcomeYeah, frm.mwz just gave me good examples. I didn't know there were such examples. That's amazing! Thank you guys so much!
/**
* Now we can continue only if the extension is enabled from its settings:
*/
if ($this->getOption('enabled', 'no') != 'yes') {
return;
}