Drack
Members-
Posts
178 -
Joined
-
Last visited
-
Days Won
20
Content Type
Profiles
Forums
Blogs
Store
Downloads
Gallery
Everything posted by Drack
-
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.
-
Hello ClicShopping Nice to shre the futur ClicShopping, the vertical is use for long time by some application. Let the horizontal menu can be a good idea. Some people can use the qpplication with their desktop et personnally, it's better to have an horizontal menu that a vertical menu.
-
I installed the current development yesterday; works fine but on php 7.4, do not work 🤮 but work fine on php 8.0 with again some little minor error. Normal
-
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 -
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.
-
Hello; Nice, Do you push on Github? It will be interesting to test. thank you
-
Hello, I think you must start on a fresh ClicShopping (not include inside your db the demo), Do you remember that @Foster ?
-
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, 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'));
-
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.
-
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.
-
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/
-
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/
-
@Juliana, What is your process on the template. Do you modify the Default Template, or do you create a New ?
-
Yes exact.
-
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.
-
Hello, I have been the same problem, you must use the tab on your keyboard to navigate inside the credential tab. It's boring
-
Module interesting inside the shopping cart
Drack replied to Eolia's topic in Community Developement
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 -
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
-
Hello @Tempo Look the menu Configuration SEO/Meta and Inside meta you can activate the JSON metadata for products description.
-
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.