在IE 11上更新图标购物车woocommerce中的产品数量

时间:2018-04-05 13:59:33

标签: php html wordpress woocommerce cross-browser

您好我把下一个代码添加到购物车图标中的数字:

<p>
  <i class="fa fa-shopping-cart" aria-hidden="true"></i>
  <a 
     class="cart-contents" title="&lt;?php _e( 'View your shopping cart' ); ?&gt;" 
     href="&lt;?php echo wc_get_cart_url(); ?&gt;"
  >
    <!--?php echo sprintf ( _n( '%d item', '%d items', WC()->cart->get_cart_contents_count() ), WC()->cart->get_cart_contents_count() ); ?--> - 
    <!--?php echo WC()->cart->get_cart_total(); ?-->
  </a>
</p>

当我更新购物车页面上的产品时,它会完美更新,除了在Internet Explorer 11中,我如何让Internet Explorer执行此更新?

0 个答案:

没有答案