Answers for "how to add buy now button in woocommerce without plugin"

0

how to add buy now button in woocommerce without plugin

<?php
   echo home_url('/cart/?add-to-cart='.$product_id);
?>
Posted by: Guest on November-08-2020

Code answers related to "how to add buy now button in woocommerce without plugin"

Browse Popular Code Answers by Language