Jump to content

Patrick

Members
  • Posts

    243
  • Joined

  • Last visited

  • Days Won

    20

Posts posted by Patrick

  1. Hello,

    Welcome.

    ClicShopping works fine with maria db, mysql I do not know.

    ClicShopping has not tested with windows, that I know.

     

    Do you make this step ?

    1 - load the db manually  clicshopping_en_MyIsam.sql 

    2 - Go to install and follow instruction, At the step2 , do not install a new db just continue the process (yellow button)

    Look now you Db clic_administrator : you must see your login (email) and your password encrypted

     

    If yes :

    Do you have access at the admin login page ? Do not forget, if you try more 3 times, you will be out during this time (if you do not want to wait remove the data inside clic_action_recorder)

     

    No : look the directory includes/ClicShopping/Works and look if you have a files call errors ....txt

    If you have something inside, you will see the errors and report.

     

    Ah forget !

    Look the files includes/ClicShopping/Sites/ClicShoppingAdmin/site_conf. php if there all infomations inside.

     

    2nd question :

    Inside the directory you have

    index.php

    Shop/index.php

     

    You can remove the index and Shop directory and after start the installation

    The index.php allow you to make a presentation page to promote a specific event and manage by the page manager.

    If not,  you are redirected in /Shop.index.php

     

     

     

     

     

  2. Hello @Mara,

     

    The best approach if you want to align information is to change in the css  and insert a text-align: right for example . It's not included in default inside the module I do not know why.
    But you can make a combinaison by col-md (or sm or lg)-x (x number), the position (float) and text align inside the css .

    I with with this approach you can realise what you want.

     

    You can also add a new fields inside the module to manage the alignment. It's not a big developement.

    • Thanks 1
  3. Yes, you must check the case of local VAT. For example, when sending to the DOM / TOM, people are refunded a local VAT in addition to the 20% settled.

    Given the value of your shipments, I do not think you will have any problems with customs especially as the issue of the bill of lading, the post will make a customs invoice including the value of the product. But if I remember correctly, the Post does not generally take commercial parcels for abroad (to check however, and everything also depends on the number of parcels sent).

    Regarding customs franchises, it is difficult to decide because they can change according to the governments (for example, the US wants to tax strongly Chinese products) ...

  4. Hello,


    If your invoices mention that you are exempt from VAT (which is the case for autoentrepreneurs), the VAT will normally be settled in the country of destination. This is true for companies. For individuals, I do not think that your package will be considered TTC, but it would be necessary to inquire to be sure.
    For customs, customs duties are different depending on the type of product (depending on the Taric) and the country of destination.
    For example, some countries may tax 0% and others 50%.
    In general, the customs duties are not applied on very small values, the carrier applying a fixed price in its transport costs if you ship in DDP (delivery duty paid or free home paid).

     

    That I know, but the best, it's better so ask in an experto forum.

  5. clic_configuration is not created. Ok !!!

    Look this directory /shop/includes/schema/configuration.txt

    Do you have exactly this :

     

    configuration_id int not_null auto_increment
    configuration_title varchar(255) not_null
    configuration_key varchar(255) not_null
    configuration_value text not_null
    configuration_description text not_null
    configuration_group_id int not_null
    sort_order int(5)
    last_modified datetime
    date_added datetime not_null
    use_function varchar(255)
    set_function varchar(255)
    --
    primary configuration_id
    ##
    engine innodb
    character_set utf8mb4
    collate utf8mb4_unicode_ci

     

  6. 10 table is weird, I think you must remove your table and re try.

    If you have the same problem

    look your db in phpmyadmin clic_configuration table (10);

    it must be created and populated in part.

    Look the last data and  put on the forum the last line.

    If there is a problem, it's possible to idenfied it.

     

    About the permissions, when you make a new install, it must be in 777 to allow to write inside. (see with your ftp for that) and after installation, it must be in 444 for security.

    note : I come back in arround 3 hr.

     

×
×
  • Create New...

Important Information

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