Wasn't sure where this was spossed to go, but this is the code for shopperpress. Whenever I goto add a product, I click on it and i get the javascript void error. I went ahead and pulled up the code and this is where I am stuck. It won't let me add any products. What could be wrong?
Code:
<p>[<a href='javascript:void(0);' onClick="addProduct('<?php echo $cats; ?>','<?php echo $_POST['amazon']['country']; ?>','<?php echo $data['asin']; ?>');">add product</a>] - [ <a href="<?php echo $data['url']; ?>" target="_blank">View Item</a> ]</p>
Last edited: