From cc1cfefeb8d219e9783aa9b1853fb6c10f22a535 Mon Sep 17 00:00:00 2001 From: Casper Olsen Date: Wed, 17 Oct 2018 00:53:33 +0200 Subject: [PATCH] Marking Shipping costs option as experimental Part of this code needs rewrite, currently not 100% working, but some use it as it is --- gshoppingflux/gshoppingflux.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gshoppingflux/gshoppingflux.php b/gshoppingflux/gshoppingflux.php index a03b6a5..648396a 100644 --- a/gshoppingflux/gshoppingflux.php +++ b/gshoppingflux/gshoppingflux.php @@ -624,7 +624,7 @@ public function renderForm() ), array( 'id_mode' => 'full', - 'name' => $this->l('Generate shipping costs in several countries'), + 'name' => $this->l('Generate shipping costs in several countries [EXPERIMENTAL]'), ), ), 'id' => 'id_mode',