VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: MAD King on September 20, 2023, 18:33:51 PM

Title: Price not changing
Post by: MAD King on September 20, 2023, 18:33:51 PM
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.
Title: Re: Price not changing
Post by: ViPeS on September 20, 2023, 19:50:09 PM
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.
Title: Re: Price not changing
Post by: MAD King on September 20, 2023, 20:22:45 PM
I just noticed this:



Title: Re: Price not changing
Post by: hazael on September 21, 2023, 22:55:30 PM
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;
}
Title: Re: Price not changing
Post by: MAD King on September 21, 2023, 23:00:06 PM
Nee, now that I know it. But thanks.