Drack
-
Joined
-
Last visited
Posts posted by Drack
-
-
-
-
-
-
Hello @Joe,
You can see inside Configuration / order total menu.
This install via the administration is a concept and should be evolve in the future. The ergonomy is not perfect after the install process
Let see what happen.
-
-
Do you look the blog, you have section about install et secure ClicShopping.
I recommend you to look these informations.
https://www.clicshopping.org/forum/blogs/blog/3-clicshopping/
-
-
-
-
-
-
-
-
-
I think, it's better to have not more than your screen width. For example, il you have 10, you will have some statistics on 2 row.
It think it's better to focus on what is important for you.
Inside the dashboard, you also have lot of statistics, it's not important to make the same inside the top dashboard.
-
-
Yes it look nice.
It enough easy to make another one : Take this file IndexDashboardTopStockWarning and rename it : IndexDashboardTopTest
Change inside the class and the requestThe file will be like this !
........... must be removed and adapted at your needs.
<?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/ * */ namespace ClicShopping\OM\Module\Hooks\ClicShoppingAdmin\Dashboard; use ClicShopping\OM\CLICSHOPPING; use ClicShopping\OM\Registry; use ClicShopping\OM\HTML; class IndexDashboardTopTest { protected $db; public function __construct() { if (CLICSHOPPING::getSite() != 'ClicShoppingAdmin') { CLICSHOPPING::redirect(); } $this->db = Registry::get('Db'); } public function execute() { $Qproducts = $this->db->prepare('select count(*) as count from :table_products where .......... '); $Qproducts->execute(); $number_products_test = $Qproducts->valueInt('count'); if ($number_products_test > 0) { $text = CLICSHOPPING::getDef('text_number_products_........'); $text_view = CLICSHOPPING::getDef('text_view'); $output = ' <div style="padding-right:0.5rem; padding-top:0.5rem"> <div class="card bg-warning"> <div class="card-body"> <div class="row"> <h5 class="card-title text-white"><i class="fas fa-bell-slash" aria-hidden="true"></i> ' . $text . '</h5> </div> <div class="col-md-12"> <span h5 class="text-white">' . $number_products_test . '</span> <span><small class="text-white">' . HTML::link(CLICSHOPPING::link(null, 'A&...........'), $text_view, 'class="text-white"') . '</small></span> </div> </div> </div> </div> ';
-
-
-
-
-
Hello Joe,
I think your hoster does not allow that in native. You must change the right of all directories. In this case, I think it's not recommended to do that. and it's better for you to make an manual install.
It's easy, just download the zip, unzip the files and push inside your shop
You have the instructions on the marketplace.
-
Inside your administration / tools menu, you can edit a language definition and change all that you want. It's easy.
The inconvenient, the language is saved in the mysql database and if you reset the language, it take all the default language file.
You lost all that you have inside the db.
Price with and without taxe in function the country ?
in Installation & Configuration & Operation
This is a specific situation and need to recode some element inside the B2B / B2C in function the country, to include a geolocalisation an include the good taxe in function the geolocalisation. ClicShopping is not a multi site and it's impossible to use 2 domains on the same tool.
In this case it's better to create 2 websites.