Change location of input
-
Could you make possible to choose where to display the input in the single product page ? Currently it is attached to the woocommerce_before_add_to_cart_button action hook but I would like to change that.
The easiest way would be for you to use
$WoonpCore = new WoonpCore();
instead ofnew WoonpCore();
in includes/wpc-core.php so a developer would be able to change the hook. Is that something you would consider ?
- The topic ‘Change location of input’ is closed to new replies.