Announcement

Collapse
No announcement yet.

PROD Attribute Machine: Disable Pricing Update Function

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    PROD Attribute Machine: Disable Pricing Update Function

    What will be effected if the Pricing_Update function is disabled in the Attribute Machine Head Template?

    Code in Template:
    Code:
    AttributeMachine.prototype.Pricing_Update = function() {
        return null;
    };
    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
    Nick Harkins
    www.loveisarose.com
    *Web Developer
    *Miva
    *Google Analytics, Search Console, Tag Manager, Merchant Center, Ads
Working...
X