doutui9606 2019-04-30 09:08
浏览 222

如何调用WooCommerce变量产品下拉菜单并将其添加到任何页面的购物车?

I have a website in development with a WooCommerce ticket system. There is an event page on the site which lists events and their woocommerce linked ticket. Whenever I call the add to cart short code for a variable product, it displays a "Select options" button. Is there any way for me to directly place the dropdown, quantity and add to cart button directly into the event listing?

Here is the site: intelectsolutions.im/events

  • 写回答

1条回答 默认 最新

  • dongpian2559 2019-04-30 09:43
    关注

    For that you need to modify 'content-product.php'.

    Find a line do_action( 'woocommerce_after_shop_loop_item' );

    And replace that with following codes -

    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_title’, 5 );
    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 10 );
    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_excerpt’, 20 );
    do_action( ‘woocommerce_single_product_summary’ ); 
    

    For more details check the page where did I got it from - http://www.mingocommerce.com/variable-product-add-to-cart-listing-page/

    评论

报告相同问题?

悬赏问题

  • ¥15 keil的map文件中Image component sizes各项意思
  • ¥30 BC260Y用MQTT向阿里云发布主题消息一直错误
  • ¥20 求个正点原子stm32f407开发版的贪吃蛇游戏
  • ¥15 划分vlan后,链路不通了?
  • ¥20 求各位懂行的人,注册表能不能看到usb使用得具体信息,干了什么,传输了什么数据
  • ¥15 Vue3 大型图片数据拖动排序
  • ¥15 Centos / PETGEM
  • ¥15 划分vlan后不通了
  • ¥20 用雷电模拟器安装百达屋apk一直闪退
  • ¥15 算能科技20240506咨询(拒绝大模型回答)