Jump to content

Drack

Members
  • Posts

    175
  • Joined

  • Last visited

  • Days Won

    20

Posts posted by Drack

  1. Hello @Tempo

     

    Some tutorials are started on internet about that.

    But in summay, you must remove php7.4 and after install php 8. It seems do not work together.

    Also phpMyadmin do not work very well; some errors appears but you can remove, add .... information.

     

    I uploaded yesterday the ClicShopping php8 quickly :

    - installation works very fine

    - application works also and I see a speed improvment. If you use the preoading. it's again better.

     

    First conclusion for my first quickly test.

     

    • Thanks 1
  2. Hello,

    Yes, it's correct, but you forgot to includes template directories and the main.php

     

    main.php

    There is a complete tutorial about that. Look the forum.

     

    ?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/
       *
       */
    
      use ClicShopping\OM\CLICSHOPPING;
      use ClicShopping\OM\Registry;
    
      $CLICSHOPPING_Breadcrumb = Registry::get('Breadcrumb');
      $CLICSHOPPING_Template = Registry::get('Template');
      $CLICSHOPPING_Language = Registry::get('Language');
    
      $CLICSHOPPING_Language->loadDefinitions('best_products');
    
      // templates
      $CLICSHOPPING_Breadcrumb->add(CLICSHOPPING::getDef('navbar_title'), CLICSHOPPING::link(null, 'BestProducts&Best')); //navBar
    
      require_once($CLICSHOPPING_Template->getTemplateHeaderFooter('header'));
    
      require_once($CLICSHOPPING_Template->getTemplateFiles('best_products')); // files directory in template
    
      require_once($CLICSHOPPING_Template->getTemplateHeaderFooter('footer'));

     

  3. Hell,

     

    I think there is an app for the free shipping inside ClicShopping, After you must update the apps or create another.

    For your problem, I think it's better to make a hook

    - Checkbox in your product page

    - In side the shipping app, a hook can identified if the product must be free r not. 
    Look also the shopping cart.

    Look this hook, can help you :

    https://www.clicshopping.org/forum/files/file/40-apps-shipping-free-amount/

  4. On internet, there is lot of article about that. The problem is to update a solution in function your needs, customer. 

    A little shop  do not must have the same approach but focus on the quality, delay, service and information.

     

    Also, some marketing tricks can help to transform.

    - Shipping Information (cost or and Free)
    - Discount / point after buying

    - How the customer win if it buys this product
    - Pay the difference if the product is  less expensive on the

     

    You have choice but I think it's important  to stay simple, clear.

     

    About the modules, some must be build


     

×
×
  • Create New...

Important Information

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