I have copied the image of the stock "view cart" button and have incorporated it into my navigation bar via image ready. I did that so that it is on the .master and always in a nice spot for the customers. It also looks professional. How can you hyperlink or script the button hotspot so it will act as a standalone button?
I second this question.
Paste this code at the bottom of your page or site template, before the </body> tag:<!-- Begin VIEW CART Code --> <script language="javascript" type="text/javascript"> <!--function EJEJC_lc(th) { return false; }// --></script> <script src='http://www.e-junkie.com/ecom/box.js' type='text/javascript'></script> <!-- End VIEW CART Code --> For the actual "view cart" button, you can get that from the "view cart button code" area of your seller admin. It will look like this:<a href="https://www.e-junkie.com/ecom/gb.php?c=cart&cl=[your account ID]&ejc=2" target="ejejc" onClick="javascript:return EJEJC_lc(this);" title="Cart" class="cart"><img src="[your cart image URL]"</a>
The real question, I guess, what code do you insert in the hotspot link field in Dreamweaver that would be the equivalent of the "add to cart" button java script?
I believe I answered this question for you in another forum post. Please checkout this link:http://www.e-junkie.com/bb/topic/1593/pg/0#post14141
Share and learn in the E-junkie community.