When cloning a product and adding a new price, the price does not change.
Joomla! version 4.3.4
Have no idea about the VM version since it does not show anywhere anymore like VM 3xx.
Quote from: MAD King on September 20, 2023, 18:33:51 PM
Joomla! version 4.3.4
Have no idea about the VM version since it does not show anywhere anymore like VM 3xx.
I just noticed this:
If this advertising banner irritates you in the Virtuemart menu, you can easily remove it using CSS
in:
/administrator/templates/vmadmin/html/com_virtuemart/assets/css/default-white-blue.css
Add:
#vmuikit-menu-offcanvas-toggle .uk-offcanvas-bar > div:last-child,
#vmuikit-menu-offcanvas-toggle .vm-installed-version,
#vmuikit-menu-offcanvas-toggle .vmuikit-menu-bottom {
display: none;
}
Nee, now that I know it. But thanks.