What will be effected if the Pricing_Update function is disabled in the Attribute Machine Head Template?
Code in Template:
My guess is it would effect products with inventory variants and it would disable updating the the price based on attributes.
If this is the case, is there an SMT conditional I can use to wrap around the above code?
Thanks
Code in Template:
Code:
AttributeMachine.prototype.Pricing_Update = function() { return null; };
If this is the case, is there an SMT conditional I can use to wrap around the above code?
Thanks