diff --git a/includes/Data/Brands.php b/includes/Data/Brands.php index 124803ee..21bdc7d6 100644 --- a/includes/Data/Brands.php +++ b/includes/Data/Brands.php @@ -63,7 +63,7 @@ public static function get_config( Container $container ) { 'adminPage' => 'admin.php?page=hostgator', 'setup' => array( 'payment' => array('Paypal', 'Razorpay'), - 'shipping' => array('Shippo'), + 'shipping' => array(), ), 'defaultContact' => array( 'woocommerce_default_country' => 'BR:AL', diff --git a/src/sdk/NewfoldRuntime.js b/src/sdk/NewfoldRuntime.js index e25b94af..4e97223a 100644 --- a/src/sdk/NewfoldRuntime.js +++ b/src/sdk/NewfoldRuntime.js @@ -20,4 +20,7 @@ export const NewfoldRuntime = { get sdk() { return window.NewfoldRuntime?.sdk; }, + get isWoo(){ + return window.NewfoldRuntime?.isWoocommerceActive + } }; \ No newline at end of file