Jump to content

Patrick

Members
  • Posts

    243
  • Joined

  • Last visited

  • Days Won

    20

Patrick last won the day on March 20 2021

Patrick had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Patrick's Achievements

Apprentice

Apprentice (3/14)

  • Reacting Well Rare
  • First Post
  • Collaborator Rare

Recent Badges

64

Reputation

4

Community Answers

  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.
×
×
  • Create New...

Important Information

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