Everything posted by Drack
-
Banners
Oh, nice @Maxime:)
-
product customisation
Welcome @Reflex, @Julie propose you some options, ifor me the best is products attributes. If your product must have some options with different price, this is the best approach The other apps help you to have some informations inside the product description.
-
Demo or empty DB
If you do not know the solution, it's better to install the demo, you can look and learn how to make something inside. After when you are more quiet, you can start with the normal installation.
-
SEOPanel Do you know
I will test this sofware, But not sur it's the quality than the professional tools. I will see.
-
Price with and without taxe in function the country ?
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.
-
Share you strategy to make sell !
If I can add to the conversation, if you go on Amazon, it can be cool, but do you have the quantity to propose your product? What I am saying, It's important to choose the good orientation, the good investment and test your market. In function of your result, you can adjust your goal.
-
Fields not appear in products description
yes it's a little bug.
-
Email not sent
Note to continue the discussion : To see what's happen, you can make a test like that. Go to ClicShopping/OM/Mail.php change protected $debug = 0; by protected $debug = 2; After this line : add exit; and to finish send an email and see the result.
-
New member : Introduction
Hello @Carole, Look the documentation on the blog, it can help you and do not hesitate to put a question. About your question, Inside the configuration, you can choose B2B, B2C or both. We will help you.
-
Admin install order total surchage
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.
-
Send a newsletter
Hello, On your right, you have a lovk, click, and you will have access at your newsletter and some options
-
Security Admin
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/
-
Remove B2B configuration
Hello Janett, In configuration, you have the information about the B2B, And a setting to choose if you want to be in B2C. After in the Design menu, you can remove all the section about the login B2B.
-
ClicShopping and php 5.6
ClicShopping works without problem with php 7.x I recommend you to use this version and the php 7 is much faster that php 5.x.
-
3.12 is out
Oh ! I don't see it, yes it's interesting module.
-
3.12 is out
Thank you, it's great to have a nice reaction
-
Design and functionnalities template
I agree it's better to create a new module if you don't like the options.
-
SEO optimization
You can install via the dahboard module, there a seo modules. It can help you inside this process.
-
button delete in review
@Griffou you can choose the last and update your module and your decision in consequence !
-
SEO optimization
There is a new hooks allow you to make a summary on your product page. Look that, you can win some time https://www.clicshopping.org/forum/files/file/164-hooks-marketing-seo-analyse/
-
New top Dashboard
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.
-
Automatically send data feed to google shopping
Apps tools export price comparator seems to be the best. Now it's not free. That I see inside the description, you can manage the product via a status and choose the product what you want to export or not.
-
New 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 request The 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> ';
-
Title, description meta tag, how display ?
Look on the market place header tag, you will found everything or you can install it directly with tools/extension ==> choose official
-
3.11
Thank you for this update. If I understand the function, it's possible to have different products length, but inside the shipping all is the same because it need an uniformisation. is it correct ? It's like the weight.