Advertisement
grayowlbear

Untitled

Aug 28th, 2023
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. {if $product.avail_since > $smarty.const.TIME}
  2. ,"preorder"
  3. {elseif !($product.zero_price_action == "R" && $product.price == 0) && !($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")}
  4. ,"in stock"
  5. {else}
  6. ,"out of stock"
  7. {/if}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement