2

I got a problem about magento bundle products here. The price won't get updated everytime I make come options change on the products. And I also can't add it to the cart. I've spent several days to find the problem and finally I realize that the problem comes from this addthis snippet that I insert

<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4e770a31017c7f26"></script>
<!-- AddThis Button END -->

I put that addthis snippet on my default/template/catalog/product/view.phtml files. I guess it might caused by some conflict between magento's default theme script with the script from addthis.

Can anyone help me on this?? or maybe give me a better alternatives other than addthis

thank you very much :)

4

2 に答える 2

5

私は同じ問題を抱えていました!交換してみる

<a class="addthis_button_tweet"></a>

と:

https://dev.twitter.com/docs/tweet-buttonから入手できる IFRAMEスニペット :)

于 2011-10-20T14:06:36.760 に答える