Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {if !($product.zero_price_action == "R" && $product.price == 0) && !($settings.General.inventory_tracking == "Y" && $settings.General.inventory_tracking == "Y" && $settings.General.allow_negative_amount != "Y" && (($product.amount <= 0 || $product.amount < $product.min_qty) && $product.tracking != "ProductTracking::DO_NOT_TRACK"|enum) && $product.is_edp != "Y")}
- {$availlable = "true"}
- {else}
- {$availlable = "false"}
- {/if}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement