Drack
-
Joined
-
Last visited
Posts posted by Drack
-
-
Some hoster company decided to block sendmail, in this case, you have no choice to use the smtp.
-
-
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 -
-
-
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.
-
-
-
-
-
-
-
-
-
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.
-
-
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.
-
-
-
-
-
{{store_name}} not being substituted
in Installation & Configuration & Operation
hello @Miguel Ventura,
Look a little the problem,
ClicShopping\Sites\Shop\Pages\Account\Actions\Create and process.phpyou 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 ?