VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product pricing => Topic started by: WebStuff on August 31, 2016, 19:59:06 PM

Title: Exempt a category from the cart minimum purchase amount.
Post by: WebStuff on August 31, 2016, 19:59:06 PM
Does anyone know of a plugin or a way to exempt a category or individual products from the minimum cart purchase amount?

Or if someone could point me in the direction of where the code us that triggers the alert box in the cart so I could attempt to circumvent it myself, thanks.
Title: Re: Exempt a category from the cart minimum purchase amount.
Post by: GJC Web Design on September 01, 2016, 00:27:24 AM
function checkPurchaseValue() in the helpers/cart.php

guess you need to hack it there
Title: Re: Exempt a category from the cart minimum purchase amount.
Post by: WebStuff on September 06, 2016, 19:23:36 PM
Quote from: GJC Web Design on September 01, 2016, 00:27:24 AM
function checkPurchaseValue() in the helpers/cart.php

guess you need to hack it there
Thanks once again GJC for your help, it's much appreciated.
I managed to add a check to that function for a customfield value which I can add to any product to exempt it from the minimum purchase value restriction and it works as planned.
Title: Re: Exempt a category from the cart minimum purchase amount.
Post by: GJC Web Design on September 06, 2016, 21:11:31 PM
excellent!