Jump to content

Drack

Members
  • Posts

    175
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Drack

  1. 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
  2. Hello @Tempo Some tutorials are started on internet about that. But in summay, you must remove php7.4 and after install php 8. It seems do not work together. Also phpMyadmin do not work very well; some errors appears but you can remove, add .... information. I uploaded yesterday the ClicShopping php8 quickly : - installation works very fine - application works also and I see a speed improvment. If you use the preoading. it's again better. First conclusion for my first quickly test.
  3. Hello; Nice, Do you push on Github? It will be interesting to test. thank you
  4. Hello, I think you must start on a fresh ClicShopping (not include inside your db the demo), Do you remember that @Foster ?
  5. Not simple, some people can use a temporary email. In this case it's very difficult to fight against that.
  6. Hello Oups, I am little late, The json is not dynamic, if you change something inside just be carefull when you make an upgrade. In this case if you do not want to modify the json, you must create a new app. Have a good day
  7. Hello, Yes, it's correct, but you forgot to includes template directories and the main.php main.php There is a complete tutorial about that. Look the forum. ?php /** * * @copyright 2008 - https://www.clicshopping.org * @Brand : ClicShopping(Tm) at Inpi all right Reserved * @Licence GPL 2 & MIT * @licence MIT - Portion of osCommerce 2.4 * @Info : https://www.clicshopping.org/forum/trademark/ * */ use ClicShopping\OM\CLICSHOPPING; use ClicShopping\OM\Registry; $CLICSHOPPING_Breadcrumb = Registry::get('Breadcrumb'); $CLICSHOPPING_Template = Registry::get('Template'); $CLICSHOPPING_Language = Registry::get('Language'); $CLICSHOPPING_Language->loadDefinitions('best_products'); // templates $CLICSHOPPING_Breadcrumb->add(CLICSHOPPING::getDef('navbar_title'), CLICSHOPPING::link(null, 'BestProducts&Best')); //navBar require_once($CLICSHOPPING_Template->getTemplateHeaderFooter('header')); require_once($CLICSHOPPING_Template->getTemplateFiles('best_products')); // files directory in template require_once($CLICSHOPPING_Template->getTemplateHeaderFooter('footer'));
  8. Yes, exactly, but you can use the same directory. For example, you make a new page in Account, you must create in Custom another directory as AccountNew for example. You can not use the same Directory that you have in Shop.
  9. 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.
  10. Hello @Carole, It's not recommended because there are different tables must be updated The best approach is to export your data, make your change an update the B2B Look this app, it will be useful for you. https://www.clicshopping.org/forum/files/file/183-apps-catalog-import-export/
  11. Hell, I think there is an app for the free shipping inside ClicShopping, After you must update the apps or create another. For your problem, I think it's better to make a hook - Checkbox in your product page - In side the shipping app, a hook can identified if the product must be free r not. Look also the shopping cart. Look this hook, can help you : https://www.clicshopping.org/forum/files/file/40-apps-shipping-free-amount/
  12. @Juliana, What is your process on the template. Do you modify the Default Template, or do you create a New ?
  13. Hello @Juliana, Nice work, it's very clear website, I just noted inside the product description a little problem, not so important about the design. Also, 2 or 3 images seems to be not at the same size. Congratulation for you big work.
  14. Hello, I have been the same problem, you must use the tab on your keyboard to navigate inside the credential tab. It's boring
  15. On internet, there is lot of article about that. The problem is to update a solution in function your needs, customer. A little shop do not must have the same approach but focus on the quality, delay, service and information. Also, some marketing tricks can help to transform. - Shipping Information (cost or and Free) - Discount / point after buying - How the customer win if it buys this product - Pay the difference if the product is less expensive on the You have choice but I think it's important to stay simple, clear. About the modules, some must be build
  16. 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.
  17. Hello @Tempo Look the menu Configuration SEO/Meta and Inside meta you can activate the JSON metadata for products description.
  18. 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.
  19. 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.
    Nice template and simple to install.
  20. Until now, I have not problem with the ad blocker for the banner. It works well.
  21. The best is to include inside the header. By you can use also the css, class wrapper or body, it must work, I think.
  22. 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.
×
×
  • Create New...

Important Information

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