From de10cc05ccbe4719e6a6bc2c61f347e88e6e2869 Mon Sep 17 00:00:00 2001 From: Jonathan Danse Date: Fri, 14 Jan 2022 17:02:52 +0100 Subject: [PATCH] Set property tab --- gsitemap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gsitemap.php b/gsitemap.php index b2e17f9..20fbc1e 100755 --- a/gsitemap.php +++ b/gsitemap.php @@ -49,7 +49,7 @@ class Gsitemap extends Module public function __construct() { $this->name = 'gsitemap'; - $this->tab = 'seo'; + $this->tab = 'checkout'; $this->version = '4.2.0'; $this->author = 'PrestaShop'; $this->need_instance = 0;