File tree 4 files changed +6
-13
lines changed
4 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 3
3
/**********************************************/
4
4
5
5
body {
6
- background-color : # fff !important ;
6
+ background-color : # fff ;
7
7
}
8
8
9
9
# wrapper {
@@ -162,8 +162,6 @@ body{
162
162
color : # 444 ;
163
163
}
164
164
165
-
166
-
167
165
@supports (pointer-events : none) and
168
166
((-webkit-appearance : none) or
169
167
(-moz-appearance : none) or
@@ -225,7 +223,7 @@ body{
225
223
226
224
/* FF only temp fix */
227
225
@-moz-document url-prefix () {
228
- .custom-dropdown__select { padding-right : 2em }
226
+ .custom-dropdown__select { padding-right : 2em }
229
227
.custom-dropdown--large .custom-dropdown__select { padding-right : 3em }
230
228
.custom-dropdown--small .custom-dropdown__select { padding-right : 1em }
231
229
}
Original file line number Diff line number Diff line change 1
- ( function ( $ , window ) {
1
+ ( ( function ( $ , window ) {
2
2
$ ( document ) . ready ( function ( ) {
3
3
//Add Class for background image
4
4
$ ( 'body' ) . addClass ( 'homeShopSelector' ) ;
9
9
$ ( '#multishopselector_block_home form' ) . submit ( function ( ) {
10
10
if ( selectChoose . length ) {
11
11
$ ( this ) . attr ( 'action' , $ ( this ) . find ( 'select' ) . val ( ) ) ;
12
- } else {
13
- $ ( this ) . attr ( 'action' , link ) ;
14
12
}
15
13
} ) ;
16
14
//Place connexion block in the middle of the page
22
20
}
23
21
} ;
24
22
blockSelectShopCenter ( ) ;
25
- $ ( window ) . resize ( function ( ) {
26
- blockSelectShopCenter ( ) ;
27
- } ) ;
23
+ $ ( window ) . resize ( function ( ) { blockSelectShopCenter ( ) ; } ) ;
28
24
$ ( '.slogan_langues .menu__button' ) . html ( 'Connexion' ) ;
29
25
} ) ;
30
- } ) ( jQuery , window ) ;
26
+ } ) ( jQuery , window ) ) ;
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ public function __construct()
24
24
if (!Configuration::get ("PS_MULTISHOP_FEATURE_ACTIVE " ))
25
25
{
26
26
$ this ->warning = $ this ->l ("Your site has only one store. Multi-store feature must be enabled to use this module " );
27
- exit ;
28
27
}
29
28
30
29
}
Original file line number Diff line number Diff line change 1
- [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/a6f1281c2c1c4355bf331fa728dd5b19 )] ( https://www.codacy.com/app/VirtuoWorks /prestashop-multishopselector?utm_source=github.com& ; utm_medium=referral& ; utm_content=VirtuoWorks/prestashop-multishopselector& ; utm_campaign=Badge_Grade )
1
+ [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/a8056eb1db984613b65a391f3b7bb08b )] ( https://www.codacy.com/app/marcboussoulade /prestashop-multishopselector?utm_source=github.com& ; utm_medium=referral& ; utm_content=VirtuoWorks/prestashop-multishopselector& ; utm_campaign=Badge_Grade )
2
2
3
3
# PrestaShop Multishop Selector
4
4
You can’t perform that action at this time.
0 commit comments