Skip to content

Instantly share code, notes, and snippets.

@mbrochh
Created June 30, 2011 01:27
Show Gist options
  • Save mbrochh/1055445 to your computer and use it in GitHub Desktop.
Save mbrochh/1055445 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