Topics
-
Hello, I need to insert specific information inside the shopping cart, do you have a recommendation to make that ?
-
-
- 6 replies
- 6k views
-
-
Hello, I would have information in the footer. I had looked the different module inside the marketplace but I don't know what I want. Could you tell me how to make that?
-
-
- 12 replies
- 6k views
-
-
Hi, Do you know if there is a something made about the google sitemap, I do not find on the marketplace. Thank you.
-
-
- 1 reply
- 5.9k views
-
-
Hello, I installed some new modules inside my product description but it when it not well displayed on my page ? Do you have an idea.
-
- 3 replies
- 5.9k views
-
-
Hello, Do you know if there is a pack about the spanish language ?
-
-
- 5 replies
- 5.9k views
-
-
As shared hosting environments become increasing more strict about emails, flagging perfectly legitimate emails to customers as spam, can anyone recommend an email service for transactional email? If anyone has tried these services what were your experiences?
-
-
- 3 replies
- 5.9k views
-
-
Do you know if there is a contribution to make that ?
-
- 3 replies
- 5.9k 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
-
-
ClicShopping\OM is a framework utilizing new features in PHP to improve the performance, security, and modularity of the codebase. Taking advantage of namespaces and autoloading, it is now even easier to add new features and extend existing features without the need to edit core source code files. The base framework is located in the Core/ClicShopping directory: Framework Namespace Location Core ClicShopping\OM Core/ClicShopping/OM Sites ClicShopping\Sites Core/ClicShopping/Sites Apps ClicShopping\Apps Core/ClicShopping/Apps Custom ClicShopping\…
-
- 0 replies
- 5.8k views
-
-
Hello, It's my first time, I installed ClicShopping without problem. I create an account and look the GRPD. I would if it's possible to include a new rule because I need to include a specific tracking. Thank you
-
-
- 8 replies
- 5.8k 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
-
-
Hello, Just a little notification to ell you the v3.2145 has been pushed. A phpmailer library security has been reported on the phpmailer github website and ClicShopping has been hupdated Other libraries have been updated also Paypal has been removed and changed by Stripe Some other little fix has been updated. Thank you to the administrator for this work.
-
-
- 9 replies
- 5.7k views
-
-
Hello, Looking at the administration, it seems the B2B has a big impact. Like I want just selling B2C, I don't need all these informations inside my application. What is your recommendation?
-
- 2 replies
- 5.7k views
-
-
Hello, Do you any idea about to create a better email marketing. Share your experience can be a good idea I think.
-
- 12 replies
- 5.6k views
-
-
Hello, I would know if it's possible to desactivate hook ?
-
-
- 2 replies
- 5.6k views
-
-
Hello, The DSP2 will be effective September 14th. It includes new online payment obligations, which concern all e-merchants. To know more and to make sure that your site will be in conformity, I advise you to read this article: https://bit.ly/2XWMUJW
-
- 11 replies
- 5.6k views
-
-
Hello, I have just created a new product new template. The approach is very basic and you can if you want to include some features inside like flash discount, qty, stock ... How it works, Inside directory template_html, create new files like template_boostrap_simple.php and insert this code below. You can copy this files in other template directory if you want to have a new design. I take the orginal design, but if you want to change the css parameters, It's better to create a new css. what do you think ? <?php /** * * @copyright 2008 - https://www.clicshopping.org * @Brand : ClicShopping(Tm) at Inpi all right Reserved …
-
-
- 11 replies
- 5.5k views
-
-
what are the advantages and the negative points? I am hesiting to include my products on the platform.
-
-
- 5 replies
- 5.4k views
-
-
Registry ClicShopping\OM\Registry Introduction The registry is an object storage container strictly used to store object instances and access them by reference. It does not allow registered objects to be overwritten unless manually specified to do so. Adding to the Registry Objects can be added to the registry using Registry::set(). use ClicShopping\OM\Db; use ClicShopping\OM\Registry; $CLICSHOPPING_Db = Db::initialize(); Registry::set('Db', $CLICSHOPPING_Db); Parameters Registry::set($key, $value, $force) Parameter Value $key The name of the object to reference in the registry. $value The object to store in the regis…
-
- 0 replies
- 5.4k views
-
-
Database ClicShopping\OM\Db Introduction The Db class manages the connection to the database server and executes sql queries. It extends the native PHP PDO class with custom functionality optimized to the framework. The class executes sql queries safely and securely by binding parameter values to the query via placeholders rather then having the values being injected into the sql query itself. Connections Db::initialize() opens a new connection to the database server. All parameters of the function are optional where the installation configuration values are used as default values. use ClicShopping\OM\Db; $CLICSHOPPING_Db = Db::initialize(); Para…
-
- 0 replies
- 5.4k views
-