Jump to content

Patrick

Members
  • Posts

    244
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by Patrick

  1. I think the orientation given by @Drack is the best.
  2. A big work has been made. I am sur it's possible compare ClicShopping the other best solution on the market. Now the people can have a choice to install il and test it.
  3. @Drack, You look fast I will wait your test but it to include this function accross a module it can be activate or not, it's a good thing for all shop owner an security inside the application. Like some shop owner do not like to update their shop, to have a warning can be the best for them.
  4. No you can not. ClicShopping use some CDN to call some javascript. If you are offline, you will will some little problem because the js will not loaded.
  5. Dropdon seems to be the best and more easy to use for a customer. It's my opinion, but I can have wrong.
  6. I think it could be interesint t make a little search on internet to know the ROI of a such action. Use google shopping or other tools works on paid clic. You can have lot of click but if your customers do not buy, you pay for nothing or almost. In contrepart, if you want to be a best presence, the investment is necessary.
  7. @annedesalpes, Sorry to hear that. I installed today another ClicShopping, and I had no problem with the installation and the Admin. After like i use always a server, I can not tell you with windows.
  8. @McJordadino, It's not recommended but you can do that modules_create_account/content/create_account_registration <?php echo HTML::checkboxField('newsletter', 1, false, 'id="Inputnewsletter" aria-label="' . CLICSHOPPING::getDef('entry_ne wsletter') . '"'); ?> by <?php echo HTML::checkboxField('newsletter', 1, true, 'id="Inputnewsletter" aria-label="' . CLICSHOPPING::getDef('entry_newsletter') . '"'); ?>
  9. If it can help you. INSERT INTO `clic_administrators` (`id`, `user_name`, `user_password`, `name`, `first_name`, `access`) VALUES (1, 'admin@admin.com', '$2y$10$WAisy29.DtmaGHUI8t/MDOlnpfsubvEzeXmSsw/c8JXTosjWmZ5ty', 'admin', 'admin', 1); login : admin@admin.com password : admin
  10. 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
  11. 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.
  12. Yes look nice. Just add shadow after car. <div class="card shadow"></div>
  13. @Mara The technology evolve, the need also and the hacker. In all case same this approach is not the best, the goal is to secure the transaction. Now if the payment use the sms, all the people do not have a smartphone !
  14. 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) ...
  15. 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.
  16. Hello, You can look this website : https://caniuse.com/#search=webp You will see if it's interesting to try to implement something like that or not. Advantage : Image format that supports lossy and lossless compression, as well as animation and alpha transparency. It could be anternative against the png format.
  17. 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
  18. 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.
  19. Just in case, Do yo you have created a Database ? Could you look your Db ans see if you have the table created.
  20. I just tested the latest Github; My test was on my server with IspConfig php 7 / maria Db; French / English normal and demo work fine for me and everything is uploaded inside the Db; That I know, if you are on Cpanel, maybe you must activate some options. Look if mysqli, curl ... are activated . I do not use Cpanel, I can not help you a lot on that.
  21. @MG86 Coud you open a post on the forum and tell us the Database you have selected (demo / normal and french / english) ? thank you
  22. Introduce the composer, I have tested and works very fine. It will help to install a specific application. Nice idea Thank you @ClicShopping
  23. As I said, the extension tools install is not perfect on this ergonomy and after an installation you can little lost. Something must be done to be little more user friendly. It's a critics, but it's usefull if you want to make something quickly and you any knwoledge. Recently, some tutorials has be done @Maxime, If you are new, these videos will help you.
  24. The advantage is you can make an update easily. composer update will adapte all you apps inside the composer composer require phpmailer/phpmailer will install phpmailer without to make anything After you have just make this code use phpmailer/phpmailer for example to call the class
  25. Nice ! It will help some shop owner to set their shop ! Thank you.
×
×
  • Create New...

Important Information

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