varunsridharan / woocommerce-role-based-price

WooCommerce Role Based Price Plugin
https://codecanyon.net/item/woocommerce-role-based-pricing-pro/14120734
GNU General Public License v3.0
49 stars 23 forks source link

Check to see if role-based price exists? #125

Closed kevin-higgins closed 3 years ago

kevin-higgins commented 4 years ago

Hi, can I add a filter to my functions.php that will check to see whether a price exists for current user role, and if it does not, show a different role price? Thanks for your help! This is a very good plugin!

Something like this? if(user_role="Canada_User" && "!Canada_Price"){ display "USA_Price" currency = "USD" }