Jan
Jan
Hi, in RC2, there was no changes regarding the emails, is HTML version enabled in your Joomla Mail Templates options? 
Great to hear it.
Hi, I didn't add any proposal in the post. I asked for the final solution. It looks like a temporary solution is being used at some point (maybe it's at...
> No what you’re proposing is fundamentally wrong. The htmlhelper fn is echoing the string wherever you are calling it and by moving the dom element with js you are...
I don't propose it, I only added it as example, that applying the same hack just work, nothing more. Can you read, what I wrote? > Of course, I can...
Look, I'm not here to explain what is readable and unreadable, clear or unclear. I am simply rewriting components from Joomla 3 format to Joomla 4 format and I encounter...
Joomla 3 version: ``` $html = array(); $bar = JToolbar::getInstance('toolbar'); $html[] = ' Preview'; $html[] = JHtml::_( 'bootstrap.renderModal', 'SomeId', array( 'url' => $link, 'title' => 'Preview', 'width' => '700px', 'height'...
> LayoutHelper::render('toolbar.popup', $settings); Unfortunately, as written above, I am not searching a solution for toolbars only but generally for HTMLHelper::_('bootstrap.renderModal', ... which can be used e.g. inside the list row,...
Hi, thank you for your idea, isn't it easier to manage this per payment method price, there you can set price for payment method, so you can easily favor selected...
Hi, yes, the calculation does not count with minus values, e.g. to prevent from paying to customer back, etc. So the minus value in payment costs cannot be applied. But...