我的添加到购物车按钮代码
<div class="add-to-cart-buttons">
<button type="button" title="<?php echo $buttonTitle ?>" class="button btn-cart" onclick="productAddToCartForm.submit(this)">
<?php echo $addToCartHtml ?> Add To Cart</button>
<?php echo $this->getChildHtml('', true, true) ?>
<button type="submit" title="Buy Now" class="button" onclick=”setcheckoutLocation(‘<?php echo $this->getAddToCartUrl($_product) ?>’)”><span class="fa fa-money"></span> Buy Now</button>
</div>
当我点击添加到购物车时,我需要显示消息框,如产品添加到购物车中有2个选项,但在我的情况下,当我点击按钮没有响应得到刷新页面后手动迷你购物车更新。