File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Are you searching for a method that let you override php modules behaviours of Prestashop?
4
4
5
- ---
6
-
7
5
## Module Download
8
6
9
7
➡️ [ Last release download] ( https://replaceme )
10
8
11
- ---
12
-
13
9
## What this module do
14
10
15
11
This module let you override every module .php files you want in your shop.
@@ -20,8 +16,6 @@ Thats way I decided to create a module that let you to override .php files too!
20
16
21
17
Sometimes you want to replace specific module behaviours and you don't want to touch original code, this module let you do exactly that!
22
18
23
- ---
24
-
25
19
## How it works
26
20
27
21
1 . Download and install last module release
@@ -44,8 +38,19 @@ The module automatically detect if is your first override and create *.original*
44
38
45
39
Note that you will see only overrides of modules you have installed of the specific version you want to override.
46
40
47
- ---
48
-
49
41
## Report a bug
50
42
51
43
Please open an issue if you found a bug.
44
+
45
+ ## Want to contribute?
46
+
47
+ Run these commands to install dependecies and to make css changes
48
+
49
+ ```
50
+ # install dependencies
51
+ npm install
52
+ # start tailwind daemon css generator
53
+ npx tailwindcss -i ./views/css/input.css -o ./views/css/back.css --watch --minify
54
+ ```
55
+
56
+ This module is built with Tailwind CSS 3.x Framework
You can’t perform that action at this time.
0 commit comments