i
This commit is contained in:
@@ -125,10 +125,10 @@ class PricingService:
|
||||
return row
|
||||
|
||||
# Apply pricing rules
|
||||
if tcg_low < 0.35 and tcg_market_price < 1:
|
||||
new_price = 0.35
|
||||
if tcg_low < 0.28 and tcg_market_price < 1:
|
||||
new_price = 0.28
|
||||
elif tcg_low < 5 or tcg_low_shipping < 5:
|
||||
new_price = round(tcg_low_shipping * .85, 2)
|
||||
new_price = round(tcg_low_shipping * .90, 2)
|
||||
elif tcg_low_shipping > 20:
|
||||
new_price = round(tcg_low_shipping * 1.0125, 2)
|
||||
else:
|
||||
|
Reference in New Issue
Block a user