Jump to content

Patrick

Members
  • Posts

    243
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Patrick

  1. Hello @notliw, To remove thi app can be inside the backoffice : https://monsite/ClicShoppingAdmin835/index.php?A&Payment\Paypal&Configure or manually - remove the app inside Apps/Payment - remove via backoffice / Tools / Administrator menu ==>paypal menu - Remove from db / configuration ==> all value with paypal I hope it can help you.
  2. okay, but it's possible to have more information ? What is the name of your hosting ? Do you look your permission images must in 777 and Work also Try this define('DIR_FS_CATALOG_IMAGES', '/home/sogu7276/shop.headermachine.fr/sources/images/'); // path to files (REQUIRED) define('DIR_WS_CATALOG_IMAGES', '/sources/images/');
  3. Just a question about Elfinder, the image directory is in 777 and your ClicShopping/Work also ? look the ClicShopping Example about . DIR_WS_CATALOG_IMAGES . Your approach is different.
  4. Hello, the database if it's not exist inside your db CREATE TABLE `clic_marketplace_file_informations` ( `id` int(11) NOT NULL, `file_id` int(11) NOT NULL, `file_name` varchar(255) DEFAULT NULL, `date_created` date DEFAULT NULL, `date_updated` date DEFAULT NULL, `file_version` varchar(255) DEFAULT NULL, `file_downloads` int(11) NOT NULL, `file_rating` int(11) NOT NULL, `file_prices` decimal(15,4) DEFAULT NULL, `file_date_added` date DEFAULT NULL, `file_url_screenshot` text DEFAULT NULL, `file_url_download` text DEFAULT NULL, `is_installed` tinyint(4) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; -- -- Index pour les tables déchargées -- -- -- Index pour la table `clic_marketplace_file_informations` -- ALTER TABLE `clic_marketplace_file_informations` ADD PRIMARY KEY (`id`), ADD KEY `index_file_id` (`file_id`); -- -- AUTO_INCREMENT pour les tables déchargées -- -- -- AUTO_INCREMENT pour la table `clic_marketplace_file_informations` -- ALTER TABLE `clic_marketplace_file_informations` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  5. Hello, The login must be an email : I think that's why you have a problem. Try to reinstall it with an email or change inside you db : administrator
  6. For me I use the test delay to do everything I want, after I will see. If you have a lot of product to change inside the shop, it s better to take a subscription. Also I think with the subscription, the pertinence, the delay ... will be more interesting that testing approach.
  7. Hello, I just tested the system and it's works fine, Some parameters can be used, but I think It will be difficult for some people to understand included me
  8. Nice, the IA write directly inside the Wysiwyg, it's perfect. @julie, it's really a good idea, and thank you for the coders to implement it inside ClicShopping. The result is not so bad what I see. I hope to test it everything soon.
  9. ok thank you drack, I see in the demo indeed it create an error. I will install the current development and test it on my side. the interest for this tool is really interesting, I do not see anything on the other solution. Let's go for innovation
  10. ChatGpt is the new buzz in this moment, I tested an it's really integresting can help to create a product description, to improve your seo , code development .. lot of thing. You can test it online via chat.openai.com/ I can not wait to see how the integration is done.
  11. for more information it's here : https://php.watch/articles/PHP-8.2
  12. The other solution is to install yourself ClicShopping via FTP.
  13. Hello, First, do not change anything inside the Default template directory. Create another directory, copy all css inside this directory Now you can just copy the file you want to change. For example Default header.php Mytemplate css header.php The header will be overrided Like that if you want to update the solution, it will be better for the maintenance and you can do all that you want inside this files. Sames approach for the module and files directory (respect the structure) About your question I do not understand what you want to do. Inside the admin you can select where you want to display a module. The module page manager is only created to display the content information. The best approach if want to do something is to create your own module and work inside. Look the bm_shopping_cart inside the the boxes directory, you will have all the information you must need.
  14. It s not a very good news, let see what's happen.
  15. Hello, I thik you try to secure the application. Look this blog you will have some information. https://www.clicshopping.org/forum/blogs/entry/4-clicshopping-installation-process/ - /includes/ClicShopping/Sites/Shop/site_conf.php : store configuration file (catalog) - /includes/ClicShopping/Sites/ClicShoppingAdmin/site_conf.php : store configuration file (administration) ===> this one to change ClicShoppingAdmin By MyAdmin - /includes/ClicShopping/Conf : database access
  16. Hello @drack, You can make an update one by one, in manual . It's possible one is not again updated but works fine with php8, it's better to not touch ? go to your root chop and : composer update mylibraries You can also remove the librairies and reinstall it. But I recommend to do that on test website : comnposer remove mylibraries +
  17. Yes I agree with Drack. Note, there is a little reorganization on the product admin page. It's better like that in my sense.
  18. Hello @Carole, The major point about boostrap is it's a major release, B4 and B5 are very different. Jquery is not used anymore for example. About ClicShopping, Bootstrap 5 icon is now including inside the application, fontAwesome has been removed. For some people are developed app with font awesome by default, must update that or use the old hook in the ClicShopping v2.x Also some jquery script has been removed but Jquery is always inside the application, I think this framework will disappear in the futur. In all case, a big work has been done, and congratulation
  19. Hello, Inside sources/template/modules/modules_header et modules_footer you will have the information For the header I recommend in first to copy and rename the file, Like that you can change inside the administration the template you to use. After you can modify everything. Another way is to create a new template name and copy the css and the modules inside. In this case you must to change the template name inside you administration. Let me know if you want more information.
  20. Hello, What do you want to do ?
  21. Hello, ClicShopping is not multi website. If you are good in programmation you can increase the b2b allowing some people to ad products in their own account in the front office. In this case, ClicShopping can become a marketplace.
  22. If you want to test yes, but you must install php 8 before :).
  23. Hello It's a new orientation, I like the design, simple and pure without lot of color. It seems also there is a new chart system ?
×
×
  • Create New...

Important Information

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