Drack
-
Posts
179 -
Joined
-
Last visited
-
Days Won
20
Content Type
Profiles
Forums
Blogs
Store
Downloads
Gallery
Posts posted by Drack
-
-
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
+
-
1
-
-
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/-
1
-
-
Look this website. It's a complete tool analysis with little review: https://backlinko.com/seo-tools
-
1
-
-
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.
-
Are you on a server (linux, windows) or local (linux, windows) ?
-
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.
-
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
-
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 ?
-
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.
-
Hello @ClicShopping,
Thank you for this work. I will test this pre realease and make comments if I see something.
-
Yes, I appreciate, this initiative is welcome and allow all people to win some time.
It's a great work
-
1
-
-
Thank @Maxime, for this nice tutorial about the guest account.
I saw some interesting option
-
1
-
-
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.
-
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.
-
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.
-
Thank you for this vidéo, it interesting for some people does not know the solution
-
1
-
-
Oh, nice @Maxime:)
-
-
If you do not know the solution, it's better to install the demo, you can look and learn how to make something inside.
After when you are more quiet, you can start with the normal installation.
-
I will test this sofware, But not sur it's the quality than the professional tools. I will see.

{{store_name}} not being substituted
in Installation & Configuration & Operation
Posted
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 ?