Everything posted by Drack
-
How to install Clicshopping V3
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.
- Unlocking Inventory Management Success with ClicShopping AI
- create account isn't accepting requests for both professional and customer account
-
Composer update
Hello @patrick Thank you, done and work nice. Note . If you want to know the librairies edit composer.json
-
Composer update
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.
-
ClicShopping v3.300
Just follow the update.
-
ClicShopping v3.300
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.
-
ClicShopping v3.300
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.
-
Alert message - Do not use the Composer Security modules Dashboard
Yes it's better do not activate this module, but it can be very usefeull to know the library composer vulnerabilities.🤮
-
Where can I find the google taxonomy list
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
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
Not simple, some people can use a temporary email. In this case it's very difficult to fight against that.
-
ClicShopping v3.2145
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.
- E-commerce Cart page : bad practices to avoid
-
No access to admin after installation
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?
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.
- Template Christmas
-
Banner or Image
Until now, I have not problem with the ad blocker for the banner. It works well.
-
Background image
The best is to include inside the header. By you can use also the css, class wrapper or body, it must work, I think.
-
Service Worker, Manifest and webapp
Is it possible to see in action ?
-
PHP 7.4 - report if you see a problem
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
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
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);
-
How do you change the order of products to view online
Hello Dartagnan, Welcome, it's inside the parameters of the module (listing), you can display different option and the customer can after choose the sort order price by price for example.
-
Spanish Language
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.