VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: Darko F. on December 15, 2022, 20:04:02 PM

Title: Trouble display icons on Joomla 4 Bug
Post by: Darko F. on December 15, 2022, 20:04:02 PM
VirtueMart 4.0.10 10768
I have trouble display icons on Joomla 4

On Joomla 3 all work ok I can see icons for Print, PDP or let say Add product in FE account, but on Joomla 4 nothing.

For example on J3 if I expect element is:
<a class="vm-btn vm-btn-primary" title="Add a product" href="?option=com_virtuemart&amp;tmpl=component&amp;view=product&amp;view=product&amp;task=edit&amp;virtuemart_product_id=0&amp;manage=1">
<img src="/media/system/images/new.png" alt="Add a product">&Add a product</a>

On J4 if I expect element is:
<a class="vm-btn vm-btn-primary" title="Add a product"  href="?option=com_virtuemart&amp;tmpl=component&amp;view=product&amp;view=product&amp;task=edit&amp;virtuemart_product_id=0&amp;manage=1">
<img src="/" alt="Add a product">Add a product</a>

For all icons in front end in J4 I have img src="/" 

Is there any solution to this?
Title: Re: Trouble display icons on Joomla 4 Bug
Post by: Darko F. on January 20, 2023, 22:41:44 PM
Problem was
private_html/media/system/images there was not icons
After I add icons all working.