As I was adding the add to cart and View cart I checked them and they worked perfectly.Now after everything is in place the buttons don't work any ideas.
Bigcanemiami
created
Oct '09
last reply
Oct '09
- 9
replies
- 1.2k
views
- 4
users
- 8
links
As I was adding the add to cart and View cart I checked them and they worked perfectly.Now after everything is in place the buttons don't work any ideas.
Bigcanemiami
The buttons worked perfect until I added the images and text. The URL is http://gmagtv.com/blog/?pageid=47 Thank you for your help.
The problem is with part of your View Cart code. This is the relevant portion of standard View Cart code we issue in your Seller Admin:
<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>
...whereas your page has this:
<script type="text/javascript">// <![CDATA[
function EJEJC_lc(th) { return false; }
// ]]></script><br />
<script src="http://www.e-junkie.com/ecom/box.js" type="'text/javascript'"></script>
Using a copy of your page, I was able to get that existing code working by manually adding language="javascript" to the first <script...> tag, and by fixing the nested single-and-double quotes for type="'text/javascript'" in the last <script...> tag, like so:
<script type="text/javascript" language="javascript">// <![CDATA[
function EJEJC_lc(th) { return false; }
// ]]></script><br />
<script src="http://www.e-junkie.com/ecom/box.js" type="text/javascript"></script>
I am facing the same problem, I would really appreciate if someone could help me with this
View Cart Code on E-junkie Dashboard-
<a href="https://www.e-junkie.com/ecom/gb.php?c=cart&cl=90329&ejc=2" target="ejejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="http://www.e-junkie.com/ej/ejview_cart.gif" border="0" alt="View Cart"/></a>
<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>
View Cart Code on My Wordpress
<a class="ec_ejc_thkbx" onclick="javascript:return EJEJC_lc(this);" href="https://www.e-junkie.com/ecom/gb.php?c=cart&cl=90329&ejc=2" target="ejejc"><img src="http://www.e-junkie.com/ej/ejview_cart.gif" border="0" alt="View Cart" /></a>
<script type="text/javascript">// <![CDATA[
function EJEJC_lc(th) { return false; }
// ]]></script>
<script src="http://www.e-junkie.com/ecom/box.js" type="'text/javascript'"></script>
Tyson
Using a copy of your page, I was able to get that existing code working by manually adding language="javascript" to the first <script...> tag, and by fixing the nested single-and-double quotes for type="'text/javascript'" in the last <script...> tag, like so:
<script type="text/javascript" language="javascript">// <![CDATA[
function EJEJC_lc(th) { return false; }
// ]]></script><br />
<script src=" http://www.e-junkie.com/ecom/box.js " type="text/javascript"></script>
Does this plugin work? http://wordpress.org/extend/plugins/tags/e-junkie
Topic | Category | Replies | Views | Activity |
---|---|---|---|---|
Loved the product! | E-junkie Discussions | 0 | 274 | Jul '24 |
Issue with CC processing | E-junkie Discussions | 3 | 269 | Aug '24 |
Credit card payments not accepted | E-junkie Discussions | 2 | 249 | Sep '24 |
Cart Collating Question | E-junkie Discussions | 1 | 189 | Oct '24 |
Current PCI DSS Compliance | E-junkie Discussions | 2 | 174 | Nov '24 |