VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: seweryn on September 19, 2013, 14:22:47 PM

Title: Add new price in product edit
Post by: seweryn on September 19, 2013, 14:22:47 PM
Hi,

when I add new variant price in product edit I have some problem:

After use button 'New price' it display new window with parameters to add in jquery. But I can't drop down any list in this new window (for example Shopper groups).
I am clicking and nothing is made with this list.
In first which is default window with price of product it works, it drop down.

It is in all VM 2.0.22c installation or only on my server?

Please help.
Title: Re: Add new price in product edit
Post by: Maxim Pishnyak on September 20, 2013, 13:44:04 PM
What 3rd party extensions do you have?

2.0.22d is the latest (see Dev Portal at the top of current page).
Title: Re: Add new price in product edit
Post by: seweryn on September 20, 2013, 17:43:18 PM
I have a lot of extensions, but I think that it isn't problem.
I was logged into demo.virtuemart.net/administator and there the list not drop down too...

It looks like some problem with my page browser if in your official demo it don't work too.
I remove history, cookies etc., but it give me no solution.
Title: Re: Add new price in product edit
Post by: Milbo on September 21, 2013, 11:11:13 AM
Quote from: seweryn on September 19, 2013, 14:22:47 PM
After use button 'New price' it display new window with parameters to add in jquery. But I can't drop down any list in this new window (for example Shopper groups).

this is absolutly normal, because the dropdowns are done by js, which is loaded when the page is loaded. But when you add another price, the page is not loaded, therefore the js doesnt know about the new dropdown. We are quite sure there is a solution, but for some js freak. So atm, just store the product one time and the dropdowns will work again.
Title: Re: Add new price in product edit
Post by: seweryn on September 23, 2013, 15:03:10 PM
Ok, thanks for info!