This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Le lien de l'image fournt a woocommerce comptient le nom reel de l'image - Le nom de l'image sans son extension est fournit comme nom et nom alternatif a woocommerce - Ajout de la synchronisation de la hauteur, largeur et profondeur du produit avec woocommerce - Correction de l'envoi de la description du produit vers woocommerce 4.0.102.0: - Ajout d'un script executant l'action du bouton de synchro des produits de Dolibarr vers le site
- Loading branch information
kamel
committed
Mar 11, 2022
1 parent
2f712fe
commit 1d8ce9c
Showing
10 changed files
with
362 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<IfModule mod_rewrite.c> | ||
RewriteEngine on | ||
RewriteRule (.*)\.jpg ../../../document.php?hashp=$1 [NC] | ||
#RewriteRule (.*)\.jpg ../../../../document.php?hashp=$1 [NC] | ||
RewriteRule (.*)/.* ../../../document.php?hashp=$1 [NC] | ||
#RewriteRule (.*)/.* ../../document.php?hashp=$1 [NC] # if the module is installed in the htdocs and not in custom | ||
</IfModule> |
Oops, something went wrong.