
Patrick
Members-
Content Count
215 -
Joined
-
Last visited
-
Days Won
16
Patrick last won the day on December 7 2020
Patrick had the most liked content!
Community Reputation
53 ExcellentRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Hello, What do you want to do ?
-
Hello, ClicShopping is not multi website. If you are good in programmation you can increase the b2b allowing some people to ad products in their own account in the front office. In this case, ClicShopping can become a marketplace.
-
If you want to test yes, but you must install php 8 before :).
-
Hello It's a new orientation, I like the design, simple and pure without lot of color. It seems also there is a new chart system ?
-
Hello Griffou, Yes, it's a major version and everything must be redone. More information there : https://getbootstrap.com/docs/5.0/migration/
-
How to configure the hotmail smtp
Patrick replied to Alice's topic in Installation & Configuration & Operation
Hello, For gmail : Nom du serveur SMTP Gmail: smtp.gmail.com Nom d’utilisateur SMTP Gmail: votre adresse Gmail Mot de passe SMTP Gmail: votre mot de passe (si vous avez choisi une méthode d’authéntification) Port SMTP Gmail: 25 ou 465 -
All information there : https://stitcher.io/blog/new-in-php-8
-
You can look clicshopping_v2 maybit can help you https://github.com/ClicShoppingOfficialModulesV3/apps_tools_import_data/blob/7f8c544a8e1742d26a1f549ca946665ad0200d3e/includes/Module/Hooks/ClicShoppingAdmin/ImportDatabase/ClicShoppingV2.php line around 548 In my sense it's better to make an update via Customer/Customer group and add other groups after. customers_group_id int not_null auto_increment customers_group_name varchar(32) not_null customers_group_discount decimal(11,2) default(0.00) not_null color_bar varchar(8) default('#FFFFFF') not_null group_order
-
Hello, I do not like this idea because you do not know if a store owner will create lot of banner or not. It's better to remove everything in my sense.
-
Hello, You can create a fork on github, And It will be check, I suppose (include inside the app)
-
Hello @foster, Yes you are right, that's I want to say.
-
HTML::.... do not allow you to import whatever. First time you can use without and add security. for example HTML::sanitize replace some elements. See the function.
-
Hello, this software has a convoluted/complex directory structure ==> When you do not know a software, it's always like that the first time You can create your own hooks and make that step by step. You have all the informations. I think it's better. In that case, you have not to change anything inside the apps. example. namespace ClicShopping\OM\Module\Hooks\ClicShoppingAdmin\ImportDatabase; use ClicShopping\OM\Registry; use ClicShopping\OM\HTML; use ClicShopping\OM\CLICSHOPPING; use ClicShopping\OM\Cache; use ClicShopping\Apps\C
-
Hello @Alice Why do you not try to update or create a module yourself ? If you have difficulties some people can help you ? Regards.