Jump to content

Julie

Members
  • Posts

    204
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by Julie

  1. @Drack, I just wrote the most important.
  2. @David To change the logo, it's easy, go to the Marketing / Banner and you can update your logo About the address, it's inside the Configuration Menu / my store About a todo list after install, no I don't see anything, but It can be usefull for the newbiz. All the configuration is made inside Configuration menu, General, law Stock, Invoice Shipping SEO Locations and taxes Other / email I think with that, your website will be confgured Let me know if you have others questions
  3. Hello Philman, Go to the products description tab and open the image editor. You can manage all your image like you want. The system allow you only to download the products image but to remove some old image ..., it's better to use the image editor.
  4. Me too, I also for a moment the numeric antispam. For moment, I use it inside the registration account, and contat us.
  5. Yes, when you look the regulation menu inside the application, for me it's complete, you have some element about the country use 1 taxe, or other country use a double taxe. If you look after the invoice some important element are included inside.
  6. Hello, First, on you right, you have a dynamic statistic information, These elements appear in function on your website. Some elements can be included inside when you create a new app. Inside this directory, you can find some Hooks : Modules/Hooks/ClicShoppingAdmin/Dashboard I looked the code and all the file starts by this synthax IndexDahboardTop , will displayed information on the top on the dasboard. For example you want to display statistics, news ..., you have to create a file like that IndexDahboardTop.php Litle example : <?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; class IndexDahboardTopOrder { public function __construct() { if (CLICSHOPPING::getSite() != 'ClicShoppingAdmin') { CLICSHOPPING::redirect(); } } public function execute() { $test = '<span class="col-md-4 alert alert-danger">--------------</span>'; $test .= '<span class="col-md-4 alert alert-info">--------------</span>'; return $test; } } It displays 2 information elements in the dashboard top. Pu the files and it's done
  7. Just to complete this subject about the regulation, Inside the solution, you have some setting than you can fill and display inside your invoice or like VAT number.
  8. Look this modules, it allow you to your customer to control some element like google analytics. Also, you can create a module if it not implemented. https://www.clicshopping.org/forum/files/file/94-module-header-tags-gdpr/
  9. To use something without code kowledge can be a solution.
  10. Some website can use this appraoch like bestgear, if I remember. My question when you have not an introduction page, there is a redirection. Now, I don't know about seo if there is an impact or not. But to have this option when you want to promote one or several product can be interesting.
  11. hello @Grimoire In the marketplace, you have 2 differents elements: - A Paid contribution (with a price) - A Free contribution About the free contribution, as I understand, you have will see the description and others informations. To download the contribtuion, at the end of the description, you will have Github information. in this case, click on Github Download link to have download the contribution. If you want to install automaticly the contribution, you have inside your admin an app. Just look what you want, and click on install.
  12. Hello @Snoopy, I suppose yes, ClicShopping must work with this version, but if you can go on php 7, it will be better . look the paramters of your hosting
  13. Yes thank you @ClicShopping, I suppose if we can do that, it will better for the maintenance of the website. Is it exact ?
  14. I think fogot something $product_tab_title = by $product_tab_title .=
  15. Ah ok, it's new, I don't see. I will look the code and try to make something. Thank you @Patrick
  16. Do you know if there is a contribution to make that ?
  17. Hello @FrediKa, I think you have miss something when ou read the documentation : In this case, it's recommended to create a new template and to include your modification, but not inside the original template. I suppose this approach is made if there is an update about this template.
  18. Hello, 1) Yes you can use in production. It have little update but until now I have no problem to update the solution, it's easy. 2) Yes, you have no configuration to make, just activate an option. It's included inside. 3) Yes, regulation approach is strong inside the solution. 4) No actually, just the franch and english. If you are interested to make something, please contact the ClicShopping Administrator. The solution is new on he market but a nice potential in my opinion.
  19. Do not hesitate to insert your question, some people will help you. We are all new user and after a couple hours to use, I like this tools, you can make lot of things, for moment it's very simple, another moment, you must to look inside the configuration. But it's always the same for all the tools when your start with it. Take time, patience.
  20. @Arcadia You have right, the problem come from the image size and dimension.
  21. Hello, Product and categories are different, That's why you can maybe lost. Go to your categories, and select inside the dropdown. After you can delete the categories.
  22. Hello, I don't know what's happen, for moment, I have no problem to upload an image but today I tried several time to upload some image and it's does'nt work. Do you have any idea about that ?
  23. Ok, thank you @Manupichu
  24. Hello, I would to include a new Sitemap, Someone can help me for the process ? Thank you
  25. Hello @Tempo , Every module has this own css, identify the module and you will find inside the css directory the good css to change.
×
×
  • Create New...

Important Information

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