Patrick
Members-
Posts
243 -
Joined
-
Last visited
-
Days Won
20
Content Type
Profiles
Forums
Blogs
Store
Downloads
Gallery
Everything posted by Patrick
-
how can iremove or fix a app?
Patrick replied to notliw's topic in Installation & Configuration & Operation
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. -
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/');
-
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;
-
Gpt, AI Integration
Patrick replied to ClicShopping's topic in Installation & Configuration & Operation
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. -
Gpt, AI Integration
Patrick replied to ClicShopping's topic in Installation & Configuration & Operation
@ClicShopping Awesome -
Gpt, AI Integration
Patrick replied to ClicShopping's topic in Installation & Configuration & Operation
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 -
Gpt, AI Integration
Patrick replied to ClicShopping's topic in Installation & Configuration & Operation
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. -
Gpt, AI Integration
Patrick replied to ClicShopping's topic in Installation & Configuration & Operation
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 -
Gpt, AI Integration
Patrick replied to ClicShopping's topic in Installation & Configuration & Operation
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. -
php8.2 php8.2 compatibility
Patrick replied to Dartagnan's topic in Installation & Configuration & Operation
for more information it's here : https://php.watch/articles/PHP-8.2 -
tutorial How to install Clicshopping V3
Patrick replied to Maxime's topic in Best pratices / tip / trips and training
The other solution is to install yourself ClicShopping via FTP. -
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.
-
E-commerce: VAT taxation from the first euro
Patrick replied to Julie's topic in General discussions
It s not a very good news, let see what's happen. -
Hello What is your error ? I need more information to help you
- 6 replies
-
- create account
- version 3
-
(and 1 more)
Tagged with:
-
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
-
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 +
-
Yes I agree with Drack. Note, there is a little reorganization on the product admin page. It's better like that in my sense.
-
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
-
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.
-
Hello, What do you want to do ?
-
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.
-
If you want to test yes, but you must install php 8 before :).
-
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 ?