Topics
-
This capsule explains how to install the "Checkout step" module in clicshopping. This demo show you 4 modules available for free : - Step on shopping cart - Step for Shipping - Step for Paiement - Step for confirmation For more information you can go on the market place to download these modules
-
-
- 0 replies
- 2.7k views
-
-
this capsule explains how to install the "apps tools export data" module in clicshopping. For more information you can go on the market place :https://www.clicshopping.org/forum/files/file/33-apps-tools-export-price-comparator/
-
-
- 0 replies
- 2.8k views
-
-
This tutorial allows you to see how to install the Apps Shipping Post Canada inside ClicShopping
-
-
- 0 replies
- 6.7k views
-
-
this capsule explains how to install the Colissimo french Post Multi Pickup in ClicShopping. For more information you can go on the market place : https://www.clicshopping.org/forum/files/file/156-apps-shipping-colissimo-point-relais/
-
-
- 0 replies
- 3k views
-
-
If you hoster use MyISAM for their SGBD You can not install ClicShopping because it Use Innodb If you see a message like this when you try to install ClicShopping : SQLSTATE[42000]: Syntax error or access violation: 1286 Unknown storage engine 'innodb' You can try to resolve the problem with this process : 1 - Install manually the Database called : clicshopping_en_MyIsam.sql located inside install directory via your phpMyAdmin import Db (no data included inside) 3 - Continue the installation process without to install the Db.
-
- 0 replies
- 3.5k views
-
-
Hello, This tutorial allow you to create a cron to save your db in daily. if you want to change the delay, you can use this site to help you : https://crontab-generator.org/ Inside your server create a files : saveCronTabDb.sh with execute right (chmod 755) #!/bin/bash DB_USER='MyUserName' DB_PASS='MyPassword' DB_HOST='localhost' DB_NAME='MyTable' mysql -u${DB_USER} -p${DB_PASS} -h${DB_HOST} $DB_NAME < "/var/www/xxx/xxx/web8/web/myDbdirectory/myDbfilesToSave.sql" Now you can create your crontab with this command: In this case all the 21hr everyday * */21 * * * /var/www/xxx/xxx/web1/private/saveCronTabDb.sh…
-
-
- 0 replies
- 3.4k views
-
-
Hello, Below the information, how to configure ClicShopping with the SMTP approach. For hotmail 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 SMTP transport : TLS For gmail Server name SMTP : smtp.gmail.com Username SMTP : your Gmail email SMTP Password : you Gmail password SMTP Portl: 25 ou 465 SMTP transport : TLS More general Server name SMTP : smtp.mydomain.com Username SMTP : your…
-
-
- 0 replies
- 1.9k views
-
-
Hello, A little tutorial to help you to include some interesting element inside your .htaccess and increase the website security. I take also, the ClicShopping .htaccess inside this tutorial. Link can help you : https://htaccessbook.com/increase-security-x-security-headers/ ################################## # Security # Be carefull approach is different : Linux, Ngix, IIS # Below for linux ################################## <IfModule mod_headers.c> # prevent mime based attacks Header set X-Content-Type-Options "nosniff" # XSS Protection Header set X-XSS-Protection "1; mode=block" #X Frame Header always set X-FRAME-O…
-
-
- 0 replies
- 4.8k views
-
-
Hello, I am looking something allowing to check the number of character inside a textarea without jquery. There are some solution, but I like the code below because he is very short. It's for some people want to do create a form as contact, feedback, reviews, comment ... It can be useful If the number of character is not reach, a pop up appear on the screen. <form action="mango.php" method="post" id="form12" onsubmit="var text = document.getElementById('checkField').value; if(text.length < 80) { alert('put more info!'); return false; } return true;"> <textarea rows="10" cols="80" maxlength="200" required id="checkField" > …
-
-
- 0 replies
- 3.3k views
-
-
Mobile Friendly Good for checking if site is Mobile Friendly https://search.google.com/search-console/mobile-friendly?utm_source=mft&utm_medium=redirect&utm_campaign=mft-redirect Microdata Testing Tools Good for Schema. https://search.google.com/structured-data/testing-tool Facebook Link Good for Opengraph. https://developers.facebook.com/tools/debug/ Twitter Card Validator https://cards-dev.twitter.com/validator SSL https://www.ssllabs.com/ssltest/index.html"] https://www.ssllabs.com/ssltest/index.html Performs a deep analysis of the configuration of any SSL web server. Pag…
-
- 0 replies
- 2.2k views
-
-
If it can help you to understand google : look theses link A lot of good stuff https://www.thinkwithgoogle.com/
-
- 0 replies
- 2.4k views
-