
Drack
Members-
Posts
179 -
Joined
-
Last visited
-
Days Won
20
Content Type
Profiles
Forums
Blogs
Store
Downloads
Gallery
Everything posted by Drack
-
{{store_name}} not being substituted
Drack replied to Miguel Ventura's topic in Installation & Configuration & Operation
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 -
{{store_name}} not being substituted
Drack replied to Miguel Ventura's topic in Installation & Configuration & Operation
Do you make that ? tools / Editors / Define language and reset the language or you can remove the cache /Work/Cache/ all the languages definition -
{{store_name}} not being substituted
Drack replied to Miguel Ventura's topic in Installation & Configuration & Operation
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. -
{{store_name}} not being substituted
Drack replied to Miguel Ventura's topic in Installation & Configuration & Operation
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 ? -
@Philman Some hoster company decided to block sendmail, in this case, you have no choice to use the smtp.
-
No need development, go to Design / Configuration / Image and activate the option mage broken +
-
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/
-
Look this website. It's a complete tool analysis with little review: https://backlinko.com/seo-tools
-
hello @Mona Congratulations on your launch in online sales! Do not hesitate to ask question, some people will be happy to help you
-
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.
-
Installation Process: error at step 1
Drack replied to MG86's topic in Installation & Configuration & Operation
Are you on a server (linux, windows) or local (linux, windows) ?- 10 replies
-
- installation
- sqlstate
-
(and 1 more)
Tagged with:
-
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.
-
How to use the composer system inside ClicShopping
Drack replied to Drack's topic in Community Developement
Ok it's seems simple. Thank you -
I follow the different commit about ClicShopping. The latest commit introduce a system to use the composer. Coul you explain me how it works ?
-
tutorial Training PayPal payment apps
Drack replied to Maxime's topic in Best pratices / tip / trips and training
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. -
Yes it's interesting to have the capacities to make a new design without to touch nothing.
-
Version 1.0.1
106 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 -
Hello @ClicShopping, Thank you for this work. I will test this pre realease and make comments if I see something.
-
tutorial Training apps customers guest customer
Drack replied to Maxime's topic in Best pratices / tip / trips and training
Thank @Maxime, for this nice tutorial about the guest account. I saw some interesting option -
error on phpmyadmin and on db file
Drack replied to Eng's topic in Installation & Configuration & Operation
Hello @Eng I tested the latest commit, no problem, the db works fine. Could you tell us more information ? Are on on windows ? Which php version and do you use maria db or mysql ? Thank you. -
What I should included in a mail for best Email Marketing
Drack replied to Rainer's topic in Optimization / Marketing
Yes exactly, I do no know where you are located. But if you want to sell in Europe, you must apply the GRPD, In California, there is also a similar regulation. -
What I should included in a mail for best Email Marketing
Drack replied to Rainer's topic in Optimization / Marketing
One ofs good practice, at the top or fotter of each newsletter, to remind the recipient that they signed up to receive such emails, and to provide an easy "one click" way to unsubscribe. This reduces the chance that you'll be blacklisted as a spammer. Do not forget now the regulation is very important. -
tutorial How to install Barcode apps in ClicShopping
Drack replied to Maxime's topic in Best pratices / tip / trips and training
@Maxime, Thank you for this vidéo, it interesting for some people does not know the solution