php - How to add quantity field and add to cart button in a custom template? -
i creating custom woocommerce template , need display quantity field as add together cart button.
i have used 'woocommerce_single_product_summary' there seems no woocommerce styling applied , when add together item cart no woocommerce messages appear if go woocommerce archive page message there wrong place.
<?php do_action('woocommerce_simple_add_to_cart'); ?>
this add together quantity spinner , add together cart button.
php wordpress templates plugins woocommerce
No comments:
Post a Comment