Jump to content

Patrick

Members
  • Posts

    243
  • Joined

  • Last visited

  • Days Won

    20

Posts posted by Patrick

  1. You can look clicshopping_v2 maybit can help you

    https://github.com/ClicShoppingOfficialModulesV3/apps_tools_import_data/blob/7f8c544a8e1742d26a1f549ca946665ad0200d3e/includes/Module/Hooks/ClicShoppingAdmin/ImportDatabase/ClicShoppingV2.php

    line around 548

     

    In my sense it's better to make an update via Customer/Customer group  and add other groups after.

     

    customers_group_id int not_null auto_increment
    customers_group_name varchar(32) not_null
    customers_group_discount decimal(11,2) default(0.00) not_null
    color_bar varchar(8) default('#FFFFFF') not_null
    group_order_taxe tinyint(1) default(0) not_null
    group_payment_unallowed varchar(255) default('cc')
    group_shipping_unallowed varchar(255)
    group_tax varchar(5) default('false') not_null
    customers_group_quantity_default int(4) default(0) not_null
    --
    primary customers_group_id
    idx_customers_group_name customers_group_name
    ##
    engine innodb
    character_set utf8mb4
    collate utf8mb4_unicode_ci

     

    Maybe your problem is the primary.

    • Thanks 1
  2. Hello,

     

    this software has a convoluted/complex directory structure ==> When you do  not know a software, it's always like that the first time

     

    You can create your own hooks and make that step by step.  You have all the informations. I think it's better. In that case, you have not to change anything inside the apps.

     

    example.

     

     namespace ClicShopping\OM\Module\Hooks\ClicShoppingAdmin\ImportDatabase;
    
      use ClicShopping\OM\Registry;
      use ClicShopping\OM\HTML;
      use ClicShopping\OM\CLICSHOPPING;
      use ClicShopping\OM\Cache;
    
      use ClicShopping\Apps\Configuration\Administrators\Classes\ClicShoppingAdmin\AdministratorAdmin;
      use ClicShopping\Apps\Tools\ImportData\Classes\ClicShoppingAdmin\ImportDatabase;
    
      class MyOwnOscMax
      {
    ...
      }

     

     

  3. Hello,

    Maybe the software do not tun under your configuration, no problem. But for me I never had  a problem and I use different provider european and american.

    Just for your information, if you want to write inside a file you need to change the permission in 777, no choice and after change in 4448 process install).

     

    Your are no lucky with your experience, for me I have no problem.

    Regards.

     

  4. Hello Eolia,

     

    Not exactly, You can upload a csv, but you can put directly in your server the csv, For example for google shopping will allow you to upload your csv with a ftp connexion.

    In this case, you have nothing to do, just manage your product inside ClicShopping.

    In summary, it create a csv, txt but it allow you to do more thing that just a library specialized on amazon for example.

  5. Hello @Celestino,

     

    I suppose you some skills in PHP.

    You can take this approach but I recommend to include an indicator in the listing of the page

    After, you must create follow this process.

    includes/Custome/Sitres/Sho/Pages/myDirectory to put the files

    Inside the Custom directory, you will have a a readme to help you how to proceed and I think there is a tutorial or a blog on that.

     

     

    • Thanks 1
×
×
  • Create New...

Important Information

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