
Drack
Members-
Posts
179 -
Joined
-
Last visited
-
Days Won
20
Content Type
Profiles
Forums
Blogs
Store
Downloads
Gallery
Everything posted by Drack
-
tutorial How to install Clicshopping V3
Drack replied to Maxime's topic in Best pratices / tip / trips and training
After 3 times, your are blocked. First to access to you admin is your email : admin@admin.com for example If you can not do that,try to change your password, link below the connexion. Also you can reinstall the application : mydomain/install, Insert your db access but do not install the db, continue the process. -
stock Unlocking Inventory Management Success with ClicShopping AI
Drack commented on ClicShopping's blog entry in ClicShopping
Like this article and very pertinent -
Hello, the best is go step by step. Remove your log. make a step , explain in details and show us the log
- 6 replies
-
- create account
- version 3
-
(and 1 more)
Tagged with:
-
Hello @patrick Thank you, done and work nice. Note . If you want to know the librairies edit composer.json
-
Hello, I tried to update my composer libraries but I have an error message because one is not updated for php8. But it works perflectly. Any little idea.
-
Just follow the update.
-
Not a lot, but you have a new simple vertical menu in the administration, you can activate or not. Integrate php 8 and bootstrap, it's a big work. That's enough.
-
Yes agree also, congratulation to @ClicShopping team, It's a major release, php 8 , bootstrap 5 Beta 2 version .... This is a big work has been done. I agree with Julie, take time to make your migration. In my experience, if you do not change anything inside the code and you create a specific template, it will not difficulties to include the update. The most important will be to remove and reinstall your module, Bootstrap 5 has not the same approcha that the version 4 nad update your database as recommended.
-
Hello CrazyHorse, Why you do not buy this apps : https://www.clicshopping.org/forum/files/file/32-apps-tools-export-data/ You can have what you want quickly without develoment. I tell you that because make something to export data take lot of time to develop.
-
How to configure the hotmail smtp
Drack replied to Alice's topic in Installation & Configuration & Operation
Hello, you can try this : Nom du serveur IMAP Outlook.office365.com Port IMAP : 993 Méthode de chiffrement IMAPTLS Nom du serveur POP Outlook.office365.com Port POP : 995 Méthode de chiffrement POP TLS Nom du serveur SMTP SMTP.office365.com Port SMTP : 587 Méthode de chiffrement SMTP STARTTLS or Hotmail SMTP Server: smtp-mail.outlook.com Hotmail SMTP Port: 587 Hotmail Security: STARTTLS Hotmail SMTP Username: Your complete Windows Live Hotmail email address (e.g. me@hotmail.com or me@live.com) Hotmail SMTP Password: Your Windows Live Hotmail password -
Check if the email is real
Drack replied to Catalina's topic in Installation & Configuration & Operation
Not simple, some people can use a temporary email. In this case it's very difficult to fight against that. -
Hello, @Alice, this is a maintenance version. Just paypal has been removed (now on github) and stripe as new payment module. If you use paypal, you will have nothing to do it must work correctly.
-
shopping-cart E-commerce Cart page : bad practices to avoid
Drack commented on ClicShopping's blog entry in E-commerce General
I just read this article, nice explanation and some bad practice explained to not include inside the cart page. It will be interesting to develop the one checkout.- 5 comments
-
No access to admin after installation
Drack replied to annedesalpes's topic in Installation & Configuration & Operation
Now, all the Linux server has MariaDB, except old server. With Windows server, I suppose it's MySQL. I tested with the same email, I have no problem with that but it's on MariaDB. Is it a problem ? Only the people using MySQL server can make a test, and we will see. -
How to change ClicShopping Title?
Drack replied to Anish's topic in Installation & Configuration & Operation
Hello Anish, What do you want to say change : ClicShopping title If it's the title site you can do that across the administration in Configuration and in Marketing SEO. The footer, no. -
Until now, I have not problem with the ad blocker for the banner. It works well.
-
The best is to include inside the header. By you can use also the css, class wrapper or body, it must work, I think.
-
webapp Service Worker, Manifest and webapp
Drack replied to Maxime's topic in Best pratices / tip / trips and training
Is it possible to see in action ? -
PHP 7.4 - report if you see a problem
Drack replied to ClicShopping's topic in Community Developement
The performance is better that 7.3x but you must have all your applications must work with php 7.4. You must be care full, after ClicShopping seems works fine with 7.4. Of course, you must download and update your application with the latest commit. -
PHP 7.4 - report if you see a problem
Drack replied to ClicShopping's topic in Community Developement
Ok, I will continue my test, seems the external libraries works fine in the core version. I have no error at this moment. -
PHP 7.4 - report if you see a problem
Drack replied to ClicShopping's topic in Community Developement
Hello, I saw a problem about implode and language class, it creates deprecated error. I let the solution found. implode($get_params, '&'); by implode('&', $get_params); -
The best is to download the spanish language and to translate the line. After you can push on github or contact ClicShopping for more information about that.