URL forward product page or a different page

Sure, just use an if statement.

if product.url == 'zzz' or product.id == 'xxx'
  window.location.href = '/pages/yyy'
endif