Open 22wpexpert opened 5 years ago
@22wpexpert Could you resolve this question? I want to do the same soluction. Could to help me? @kilbot @thomasmery @michaelirick
Hi.. i have same problem @gocasals. @22wpexpert Could you resolve?
I have the same problem, but I can't find the solution .. I also need help
Hi guys, the above hook looks correct, ie: woocommerce_product_get_regular_price
. One thing to remember is that the POS will store the product data locally in the browser, so you would have to clear the local data and re-download the products after any changes.
Hi, I want to use a custom price instead of regular price in the POS system. Is there any hook or filter to override regular price, I have used this filter
add_filter('woocommerce_product_get_regular_price', 'product_custom_price' , 99, 2 );
It's working with woocommerce all page but not working with POS page.