View Single Post
  #411  
Old 01-21-2022, 11:02 AM
 
Dougrun Dougrun is online now
 

X-Adept
  
Join Date: Apr 2012
Posts: 897
 

Default Re: X-Cart reBOOT (reDUX) Template

seems to be this:
Code:
{if $config.Product_Notifications.prod_notif_enabled_B eq 'Y' && $product.avail eq 0} {assign var="show_notif_B" value="Y"} {/if}
if I drop the " && $product.avail eq 0", it shows, or if i change it to "$variantid.avail eq 0" it shows. but then it shows even if a variant thats in stock is selected. i'll live with i that way.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote