P5-3918 lower price for large canvases and posters on US and GLOBAL
This commit is contained in:
+3
-3
@@ -83,12 +83,12 @@ def canvas_cm2_price(cm2):
|
||||
def package_price(product_group, width, height, market):
|
||||
if market.territory in ['US', 'EU']:
|
||||
if product_group == 'canvas' and max(width, height) > 119:
|
||||
return 800
|
||||
return 100
|
||||
elif product_group == 'poster':
|
||||
if width > 110:
|
||||
return 1100
|
||||
else:
|
||||
return 400
|
||||
else:
|
||||
return 250
|
||||
return 0
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user