Skip to content

Instantly share code, notes, and snippets.

@saidimu
Forked from mbrochh/gist:1055445
Created January 20, 2012 01:17
Show Gist options
  • Save saidimu/1644272 to your computer and use it in GitHub Desktop.
Save saidimu/1644272 to your computer and use it in GitHub Desktop.
SHOP_CART_MODIFIER setting
SHOP_CART_MODIFIERS = [
'shop_simplevariations.cart_modifier.ProductOptionsModifier',
'myshop.modifiers.FixedShippingCosts',
'myshop.modifiers.FixedTaxRate',
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment