brodde
Forum Replies Created
-
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Missing contryHmm intressting i have sell to all contrys, but Icleand does not come up, all other does.
I can select the currency but not the contryForum: Plugins
In reply to: [Price Based on Country for WooCommerce] Default contrycodeThx like:
echo WCPBC()->customer->zone_id;Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Default contrycodeHi again Oscar!
This is a superb plugin. We will zoon upgrade to the pro version, as sson we are live with the site.Question?
With this function as you have toold i can check if a customer is in a zone or “rest of the World.
if ( WCPBC()->customer->zone_id ) {
//Is in a Zone
}else{
//other countries
}Can i also get the zone (id or name)?
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Default contrycodeHi again Oscar!
This is a superb plugin. We will zoon upgrade to the pro version, as sson we are live with the site.Question?
With this function as you have toold i can check if a customer is in a zone or “rest of the World.
if ( WCPBC()->customer->zone_id ) {
//Is in a Zone
}else{
//other countries
}Can i also get the zone (id or name)?
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Default contrycodeTHX!
This will work perfectly!I wanted to detect if the customer was in zone “other countries”.
Than i could useif ( WCPBC()->customer->zone_id ) {
//Is in a Zone
}else{
//other countries
}Right?
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Default contrycodeThx, but is there a return call if the customer is from rest of the world?
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Default contrycodeHi again! Or it there a function that can check if it is test of the world?
Contry in list or elseForum: Plugins
In reply to: [Price Based on Country for WooCommerce] Default contrycodeHi again!
First this is a great plugin!
My question is, is the “rest of the world” contry code allways AX???