Patrick
Members-
Posts
243 -
Joined
-
Last visited
-
Days Won
20
Content Type
Profiles
Forums
Blogs
Store
Downloads
Gallery
Everything posted by Patrick
-
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_taxe tinyint(1) default(0) not_null group_payment_unallowed varchar(255) default('cc') group_shipping_unallowed varchar(255) group_tax varchar(5) default('false') not_null customers_group_quantity_default int(4) default(0) not_null -- primary customers_group_id idx_customers_group_name customers_group_name ## engine innodb character_set utf8mb4 collate utf8mb4_unicode_ci Maybe your problem is the primary.
-
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\Configuration\Administrators\Classes\ClicShoppingAdmin\AdministratorAdmin; use ClicShopping\Apps\Tools\ImportData\Classes\ClicShoppingAdmin\ImportDatabase; class MyOwnOscMax { ... }
-
Hello @Alice Why do you not try to update or create a module yourself ? If you have difficulties some people can help you ? Regards.
-
ClicShopping installation problem
Patrick replied to AlwaysSkint's topic in Installation & Configuration & Operation
Hello, Maybe the software do not tun under your configuration, no problem. But for me I never had a problem and I use different provider european and american. Just for your information, if you want to write inside a file you need to change the permission in 777, no choice and after change in 4448 process install). Your are no lucky with your experience, for me I have no problem. Regards. -
I tried with oscommerce bd 2.3.3 and I have no problem. Just a little message a at end null .... I check the db and it's correct You can try this : Remove the french language and start a new install.
-
Hello Eolia, Not exactly, You can upload a csv, but you can put directly in your server the csv, For example for google shopping will allow you to upload your csv with a ftp connexion. In this case, you have nothing to do, just manage your product inside ClicShopping. In summary, it create a csv, txt but it allow you to do more thing that just a library specialized on amazon for example.
-
Hello Rantanplan, This is APP : apps-tools-export-price-comparator
-
Check if the email is real
Patrick replied to Catalina's topic in Installation & Configuration & Operation
@Julie, Nice article. tk. -
Check if the email is real
Patrick replied to Catalina's topic in Installation & Configuration & Operation
Yes, you can do that but it not resolve all. Some spam can have *****.gmail, *****.ru .... You must check the mail if it's exist and again, but with the temporary email it again more difficult. Use the antispam app can help you. -
You must activate this features via an htaccess and apache. Look this post. It can help you https://www.beyondjava.net/adding-brotli
-
yes you must to do that.
-
Hello @Celestino, I suppose you some skills in PHP. You can take this approach but I recommend to include an indicator in the listing of the page After, you must create follow this process. includes/Custome/Sitres/Sho/Pages/myDirectory to put the files Inside the Custom directory, you will have a a readme to help you how to proceed and I think there is a tutorial or a blog on that.
-
@Julie : If I read well the update, you have nothing to do. Not exactly, you must upload the files It's better to install this update or make an update on your composer. The PhpMailer had recently a security alert
-
Just before to put in production, just test your website on local or on your server !
-
@Janet, Nice tools, I do not know but interesting