Jump to content

Drack

Members
  • Posts

    175
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Drack

  1. @griffou, Agree, important to make a little example, after it 's more simple to integrate inside ClicShopping via the width bootstrap option, sort order and the float option available inside the module Maybe in function a little modification inside the css.
  2. Just an example found inside the paypal module public function makeApiCall($url, $parameters = null, array $headers = null) { $server = parse_url($url); $p = ['url' => $url, 'parameters' => $parameters, 'headers' => $headers ]; if ((substr($server['host'], -10) == 'paypal.com')) { $p['cafile'] = CLICSHOPPING::BASE_DIR . 'Apps/Payment/PayPal/work/paypal.com.crt'; } return HTTP::getResponse($p); } $p must be inside an array with these elements : $parameters url, headers, parameters, method, verify_ssl, cafile, certificate, proxy
  3. Hello @Alice, Curl is now managed by GuzzleClient, inside HTTP you have 2 functions HTTP::getResponse() and HTTP:setResponseCode() If you do not want to use this approach, you can make the traditionnal CURL code.
  4. ok find th solution I think, Inside this : email_welcome = We thank you for confidence that you us testified by recording you like new customer on site {{store_name}}. we have well took into account your request of inscription for the opening of an office account near our network.<br /> you will receive an email notifying the creation of your account, after validation of your request by our service customers, with the whole of information allowing you to connect and carry out your purchases on {{store_name}}<br /><br /> you will be able under privileged customer to then profit from exceptional prices on the whole of our articles by connecting you on your space customer of {{store_name}}. <br /> for any help on our services, do not hesitate with to contact our support: {{store_owner_email_address}} In : ClicShopping\Sites\Shop\Pages\Account\Actions\CreatePro and process.php you have that : (line 537 and 566) $template_email_welcome_catalog = CLICSHOPPING::getDef('email_welcome'); replace by $template_email_welcome_catalog = CLICSHOPPING::getDef('email_welcome', ['store_name' => STORE_NAME, 'store_owner_email_address' => STORE_OWNER_EMAIL_ADDRESS]); reset the language and try. If yes, like I think @ClicShopping look often the forum, it can make a little update on the github
  5. Do you make that ? tools / Editors / Define language and reset the language or you can remove the cache /Work/Cache/ all the languages definition
  6. Oups, It seems I read your post to fast. Ok it's create_account_pro. It seems to miss a define : add for every language : example for english admin_email_subject = New Customer registrer on {{store_name}} - Create account Pro Go to your admin tools / Editors / Define language and reset the language Tell me if it's correct.
  7. hello @Miguel Ventura, Look a little the problem, ClicShopping\Sites\Shop\Pages\Account\Actions\Create and process.php you have : (supprose you want receive an information when the customer create an account) if (EMAIL_INFORMA_ACCOUNT_ADMIN == 'true') { $email_subject_admin = CLICSHOPPING::getDef('admin_email_subject', ['store_name' => STORE_NAME]); In english language there is a little duplication of admin_email_subject ==> Remove the last You must have only : admin_email_subject = New Customer registrer on {{store_name}} Go to your admin tools / Editors / Define language and reset the language Make a test to create a new account. Just a question : Your problem is only {{store_name}} or this is the email you do not receive correctly ?
  8. @Philman Some hoster company decided to block sendmail, in this case, you have no choice to use the smtp.
  9. No need development, go to Design / Configuration / Image and activate the option mage broken +
  10. Just for information there is an app (no free) available on the marketplace. I think it must be that. https://www.clicshopping.org/forum/files/file/33-apps-tools-export-price-comparator/
  11. Look this website. It's a complete tool analysis with little review: https://backlinko.com/seo-tools
  12. hello @Mona Congratulations on your launch in online sales! Do not hesitate to ask question, some people will be happy to help you
  13. I think it's not the time to make this if Apple has nt implement the webp inside thier browser and mobile. I think it's better to make a good optimization and resolution on the image (transparency or not) and wait when it will be implemented by Apple.
  14. Are you on a server (linux, windows) or local (linux, windows) ?
  15. Look this post. It will help you to create your caroussel : https://www.clicshopping.org/forum/topic/101-adding-footer-information-pages/ The difference is : you must insert your module inside the modules_header directory and little element Inisde the modules_header directory you have some example can help you or look the marketplace; Let me know if you have a problem to create this module.
  16. For me I think is to take time and read the documentation and the blog. I am sur you will find some response at your qestions
  17. I follow the different commit about ClicShopping. The latest commit introduce a system to use the composer. Coul you explain me how it works ?
  18. This is a simple approach to set Paypal. But it's very to start and after to make some other set. That's cool a video like that.
  19. Yes it's interesting to have the capacities to make a new design without to touch nothing.
  20. Version 1.0.1

    105 downloads

    New design theme and based on Alibaba theme. If you have included new modules, you must update in consequence your files. You must just copy the files that you want change inside the Alibaba theme. This module contains The language files in English and French The css file in French and English The modules Via the installation system administration ClicShopping Technical Prerequisites: None License : GPL 2 - MIT compatibility: >= version 3.0 Recommendation and documentation specific use : The module create a new directory inside the template directory All the new modules inserted inside the Default template will work with Alibaba template. If you must make an update, please, copy the files inside the Alibaba template. Implementation: Copy All Directories inside Shop except ModuleInfosJson Copy the template_alibaba.json into ClicShopping/Work/Cache/Github (manual installation) In your administration : Design / Configuration / Configuration : Change the website theme Download How to download : https://github.com/ClicShoppingV3Community/template_alibaba/archive/master.zip Github : https://github.com/ClicShoppingV3Community/template_alibaba Download ClicShopping : https://github.com/ClicShopping/ClicShopping_V3/archive/master.zip Community : https://www.clicshopping.org Software : https://github.com/ClicShopping trademark License info : https://www.clicshopping.org/forum/trademark/
    Free
  21. Hello @ClicShopping, Thank you for this work. I will test this pre realease and make comments if I see something.
  22. Yes, I appreciate, this initiative is welcome and allow all people to win some time. It's a great work
  23. Thank @Maxime, for this nice tutorial about the guest account. I saw some interesting option
×
×
  • Create New...

Important Information

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