Jump to content

Drack

Members
  • Posts

    179
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Drack

  1. 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.
  2. 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.
  3. I will test this sofware, But not sur it's the quality than the professional tools. I will see.
  4. 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.
  5. 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.
  6. 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.
  7. 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.
  8. 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.
  9. Hello, On your right, you have a lovk, click, and you will have access at your newsletter and some options
  10. 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/
  11. 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.
  12. 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.
  13. Oh ! I don't see it, yes it's interesting module.
  14. Thank you, it's great to have a nice reaction
  15. I agree it's better to create a new module if you don't like the options.
  16. You can install via the dahboard module, there a seo modules. It can help you inside this process.
  17. @Griffou you can choose the last and update your module and your decision in consequence !
  18. 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/
  19. 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.
  20. 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.
  21. 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> ';
  22. Look on the market place header tag, you will found everything or you can install it directly with tools/extension ==> choose official
  23. Drack

    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.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use