News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

[BUG?] VM 2.06 can't switch off price override

Started by zebrafilm, April 17, 2012, 13:55:00 PM

Previous topic - Next topic

zebrafilm

Just installed VM2.06 over  2.04. Switched off all Tax/discount rules to get a clear picture but now I am unable to switch of the Price override in the products.
When I un-tick the option, it comes back after a save. I deleted the values but then it comes back to zero.
Same happens when I clone the product.
When I create a new product price override is unselected and I can keep it when I save the product, but the moment I have selected it and want to switch off again I get stuck again.

Extra installed plugins: vmcalculation


Milbo

The value stays, but should not be used, when not checked.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/


serapol

I confirm this problem exists. Unable to turn off the override

serapol

Solving the problem

The file administrator / components / com_virtuemart / tables / product_prices.php line 43

Replace
var $ override = null;
on
var $ override = 0;

zebrafilm


Jeff Marsh Photo

Quote from: serapol on April 18, 2012, 09:40:28 AM
Solving the problem

The file administrator / components / com_virtuemart / tables / product_prices.php line 43

Replace
var $ override = null;
on
var $ override = 0;

Genius! Thank you, it has saved me a serious headache...  8)

BonaFide

Thanks Serapol. Was pulling my hair out.

Now just to resolve the Internet Explorer issues and I might be able to get this shop up and working for its money......

Milbo

too early guys,

you will get problems with overrides from the parent and similar. The real error was a wrong checkbox. Anyway, I added now also an override for discount before price. Problem is atm it is not setting the final one.
Next beta release is soon, with the bugfixes.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

curlz

Thanks Serapol, it worked! I had tried everything.
@ Milbo does it break anything to use this fix? I was in a tight spot with a site launch coming up.

Milbo

No should not, we plan a release, which should not contain any changes to layouts or similar.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

resorter

Hi guys,

well with this solution i can check and uncheck the override at admin panel but when is unchecked at fronted override stays visible and display the base price with tax!!!

Milbo

I think this happens, because you use parent products for it, which is right. I will upload today a new beta, which has this fixed.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

resorter

Hi, thanks for your reply, will you post it here or at general updates?

Milbo

It is fixed in the svn since some days. Use this version http://dev.virtuemart.net/attachments/download/419/com_virtuemart.2.0.7.a_extract_first.zip

Be aware that it has slightly bugs in when storing a parent with childs (overwriting categories of childs).
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/