Topics
-
Hello, I try to send email but I don't receive anything, do you have any idea about that ?
-
- 7 replies
- 2.9k views
-
-
ClicShopping 3.X allow you to use use hooks inside your App to increase the functionalities in others App. To use this element you can have different choice depends with the app than you want to use Use the Hooks In hooks you have 2 choices : output to display an information call to use a function. $CLICSHOPPING_Hooks->call('Orders','Update'); $CLICSHOPPING_Hooks->ouput('Orders','ContentTracking', null 'display); To use the hook with call you can have different choices depending of the Hooks : The best is to look this directory inside the original hook where you want to include anew functionalities : ClicShopping/Apps/Produ…
-
-
- 0 replies
- 5.2k views
-
-
This tuto help you how to create a module to be downloaded from github communiy or official add on. In the future, it will be integrated (maybe) inside the application to allow the community to push their module on GitHub ClicShopping community. In this tuto, we create a new module called: module_header_tags_favicon Note,: In different apps, you can also create a header tag module: For example like products app to include an header tag facebook. If you module header tag is used in all the website, it's better to follow this example. Very important: All the modules start must begin by : module_ module_apps_best_selling…
-
-
- 0 replies
- 5.8k views
-
-
This tuto allow to make an app quickly without knowledge. Inside you will have important element to use and change to create a new app. you must after updated inside your need. - First download a App name New_Template on Github and follow these instructions (https://github.com/ClicShoppingOfficialModulesV3/apps_catalog_new_template) - Copy the app New_Template inside your includes/Apps/Catalog directory - Rename the directory New_Template by MY_NEWS_APP (name of your new application) - Replace all these terms in my MY_NEWS_APP directory : Please respect the syntax lower and uppercase. it's very important. - NewTemplateAdmin by MyNewAPPAdmin - new_template …
-
-
- 0 replies
- 5.8k views
-
-
Hello, I would know your opinion about a new project. Is it better to start with the demo or to choose to install an empty database ?
-
- 6 replies
- 3k views
-
-
-
Hello, I have just installed ClicShopping, Do you know if you have the japanese language if not how to propose something for the catalog ?
-
-
- 4 replies
- 12k views
-
-
With PHP 7.4, support for preloading was added, a feature that could improve the performance of your code significantly. In a nutshell, this is how it works: - In order to preload files, you need to write a custom PHP script - This script is executed once on server startup - All preloaded files are available in memory for all requests - Changes made to preloaded files won't have any effect, until the server is restarted If you want more information, some article are available on this new feature. library used (under MIT licence): https://github.com/DarkGhostHunter/Preloader 1 / Mandatory Requirement - Ph…
-
-
- 0 replies
- 10.1k views
-
-
The version 3.323 allows to use htaccess to rewrite the url. To use this function you must activate in Shop/SEO urls this 2 options 1 - Use Search-Engine Safe Native URLs this option rewrites the url like this : https://demo.clicshopping.org/index.php/Products/Description/logitech-trackman-marble-mouse/Id-12 and 2- Use Search-Engine Safe URLs Pro (with htaccess) This option rewrites the url like this : https://demo.clicshopping.org/Products/Description/logitech-trackman-marble-mouse/Id-12 To use the last option, you must include inside your root an htaccess with this syntax. Of course,…
-
-
- 0 replies
- 3.8k views
-
-
When Google or other search engines come to your site to read and store the content in its search index, it will look for a special file called robots.txt. This file is a set of instructions to tell search engines where they can look to crawl content and where they are not allowed to crawl content. We can use these rules to ensure that search engines don't waste their time looking at links that do not have valuable content and avoid links that produce faceted content. Why is this important? Search engines need to look at and store as many pages that exist on the internet as possible. There are currently an estimated more 4.5 billion web pages active today…
-
-
- 0 replies
- 3.6k views
-
-
Hello, Where can I change the header logo and the invoice logo ? Thank you.
-
-
- 4 replies
- 9.4k views
-
-
Hello, I have installed an app and I do not to use. How to delete it ? Thank you.
-
- 1 reply
- 12.9k views
-
-
Hello, I would knoy how to activate seo url pro, I click on true but it do not work. Thank you
-
-
- 3 replies
- 10.9k views
-
-
Email is part of communication, below different examples how to set email inside ClicShopping Example 1 : o2switch.net User name : myemail@domain.com - Password : email password - Server : mail.test.domain.com - remove mail. and write only test.domain.com - SMTP Port: 26 - SMTP authentication : true - SMTP secured protocol : ssl - Emails activation : true Example 2 : gmail.com - User name : myemail@gmail.com - Password : Utilisez le mot de passe du compte de messagerie. - Server smtp : smtp.gmail.com - remove smtp. and write only gmail.com - SMTP Port: 25 ou 465 - SMTP authentication : true - SMTP secured protocol : ssl…
-
-
- 0 replies
- 5.2k views
-
-
ClicShopping Version 4.08 and more : MCP (Model Context Protocol) Documentation for ClicShopping Overview The ClicShopping MCP (Model Context Protocol) system allows for the integration of external Node.js or Python servers to extend the e-commerce application’s capabilities with advanced Artificial Intelligence functionalities. It provides a modular architecture for communication between ClicShopping and external services via standardized protocols. What is MCP? MCP is a communication protocol that enables applications to interact with language models and AI services in a standardized manner. In the context of ClicShopping, it facilitates: B…
-
- 0 replies
- 1.2k views
-
-
Hello On the demo I saw a nice import / export module : https://www.clicshopping.com/ClicShoppingAdmin835/index.php?A&Catalog\ImportExport&ImportExport It allow to make some update from Amazon and I will use amazon in short time Do you have any experience with this app ?
-
- 2 replies
- 2.8k views
-
-
Hi Everyone, We have a website which is currently running ClicShopping. We would like to integrate a payment into our site, without having the customer be redirected on external site. We are located in Calgary Canada. Your guidance and assistance is greatly appreaciated. Thank you.
-
- 2 replies
- 8.1k views
-
-
Hello I would like to know if you are using Interac payment and if so, are you using this module? https://www.bellini-services.com/shop/payment-modules/29-interac-e-transfer-payment-module.html If no, what are you using? Thank you
-
- 4 replies
- 4.5k views
-
-
Change theme is easy, first you must install a new theme in the template directory and after in administration, you can change the theme in you Design configuration
-
- 2 replies
- 3.5k views
-
-
Hello, I have some warning inside the application about the directories. What are the directories I must change ti be in write ?
-
-
- 2 replies
- 1.9k views
-