View Single Post
  #3  
Old 04-28-2008, 09:51 AM
 
exsecror exsecror is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,284
 

Default Re: Add to cart button needs to redirect to a new page

Add this to the anchor link:

Code:
onclick="javascript:window.open(this.href, '_blank'); return false;"
Reply With Quote