Jump to content

Patrick

Members
  • Posts

    243
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Patrick

  1. Hello Griffou, Yes, it's a major version and everything must be redone. More information there : https://getbootstrap.com/docs/5.0/migration/
  2. 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
  3. All information there : https://stitcher.io/blog/new-in-php-8
  4. You can change inside the admin, the local manually. I do not think there is an update. About the update; just read Changelog and the sql update directory.
  5. 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.
  6. 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.
  7. Hello, You can create a fork on github, And It will be check, I suppose (include inside the app)
  8. Hello @foster, Yes you are right, that's I want to say.
  9. 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.
  10. 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 { ... }
  11. Hello @Alice Why do you not try to update or create a module yourself ? If you have difficulties some people can help you ? Regards.
  12. 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.
  13. 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.
  14. Hello, You must activate the module in the function the template page (ex create account, contact ...)
  15. 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.
  16. Hello Rantanplan, This is APP : apps-tools-export-price-comparator
  17. Hello @rantanplan, Yes you can,it's not a problem For example if you want to create a hooks, you must modified the json files For moment it's better to do that that to create new app,
  18. 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.
  19. You must activate this features via an htaccess and apache. Look this post. It can help you https://www.beyondjava.net/adding-brotli
  20. 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.
  21. @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
  22. Just before to put in production, just test your website on local or on your server !
  23. @Janet, Nice tools, I do not know but interesting
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use