We are using the price group specific URLs. I realized today that if I delete a product, however, the user will still get a partially generated page. For those of you that have created custom pages based on price group specific URL's, how did you handle "taking a product off the market" and professionally letting someone know if they click that old link that the product is no longer available?
Interesting point- think a hack will be needed for that. maybe add a {if $products|@count eq 0} product is no longer available. {/if} before: {foreach from=$products item=p} David