Everything posted by Drack
-
Spanish Language
Hi Mara, Look this : https://github.com/ClicShoppingV3Community/language_spanish
-
demo.clicshopping.org is not which is at master of GitHub.com
Hello, No pb, all people here try to help you and happy to do that. But, I think you must more moderate and possible give explanation in details if you see a specific problem. ClicShopping is a young software and can make progress. I think @ClicShopping will appreciate feedback, bugs .. can be found and resolved eventually a proposition of solution. http://mysite/shop/index.php?Account&Login : Yes not SEO, but it's the basic mode before you activate the SEO after all is correct. (Account and Login are parameters of GET) ==> could you explain, give code because I do not follow you. Depending of the action it could be a get or post with sanitize on action
-
Hover on the product fly in listing
@Mariana, Yes you can no reason, Just this example need 2 different images. In this case, you must adapt the product description inside your admin by a hook and after create a new module and template.
-
PHP 7.4 - report if you see a problem
Hello @ClicShopping, Nice. My hoster do not propose this at this time but, when this option will be available, I will make some test and report if I see something.
-
What are B2B features?
B2B is made, just the marketplace B2B is not made. You can make a module, test, and propose on the marketplace. If you need help, some people can help you, I think.
-
Suggestion: quick search configuration items
Hello @SuperThin, If you create an ajax, (like suppliers for example in products), you must include your file in /ClicShoppingAdmin/Ajax i tell you that, because I searched a little time to find the good approach. the apps are under .htacess, you can not call something like that inside apps, I think !
-
Which SSL certificate to choose?
Now all the serious hoster propose let encrypt, If you have this option, you can use without any problem.
-
New member : Introduction
Hello @CoucheTard, Welcome on this forum. Just little advise to you. Look the tutorial, it will help you some nice video are present. Also, take time to read the forum, i am sur you will find a answer about a question or a problem. If not, some people here will be happy to help you.
-
Vietnamese URL Rewriing
Oups ! Ok I see miss a inside the san. look in Shop/URls this function : getSkipAccents Now if you do want you must change something inside this function. The best is to override this function. Copy the files in Custom/Sites/Shop After, you can change this function like you wish.
-
Vietnamese URL Rewriing
Not sur to understand : When I click on I have Sản phẩm từ nuôi ong https://nongsankhanhhoa.vn/index.php/Sn-phm-t-nuoi-ong/cPath-30 https://nongsankhanhhoa.vn/index.php/Sn-phm-t-nuoi-ong/cPath-30/language-en https://nongsankhanhhoa.vn/index.php/Sn-phm-t-nuoi-ong/cPath-30/language-vi The url are correct, no problem on that.
-
Composer App
Yes, perfect, nice development. Thank you to listen the community
-
PHP Fatal error: Uncaught Error: Cannot use object of type stdClass as array
Just for information Look the files /includes/ClicShopping/Work/log/error...txt If you have file like that, you will see the error.
-
Composer App
@Foster, Agree, but after it can evolve and people can work around to make some other features.
-
How to translate into new language
@ClicShopping, thank for this update
-
How to translate into new language
Hello, You can put language in 777 witht this sub-directories and try, Maybe your server do not accept to creae directly a directory. For me I test for the english and french, no problem. But I tried with another, yes, there is a problem. For moment, it's better to do that manually
-
Display image rotative and text inside the content of index
@Julie, Another orientation is : edit the module front page page manager and choose 6 for the width use the module above and choose 6 for the width it you have some little problem, you must edit the template files and change a little the code. It will be my orientation to make that.
-
Apply a template for ClicShopping
The system works by override. inside your Default template you have all the files, take the files and put in the same directory in your new template, that's all. Just a little note : do not forget to copy the css also.
-
Apply a template for ClicShopping
Hello @eTrouper, It's enugh simple to install a new template. As a newbiz, I recommend to take time and read the post and the blog, some information you must need for your settings, or using can be found now on the site. Some people here will be help you if you have a specific problem. You have 2 way to install a template, if you want an existing template Via the admin and the experimental installation or to downloas the template on github and install mannually. Note you can found the template via the marketplace and download directly On the readme, you have the information to make a correct install. Also, you have video tutorial avavailable on the forum. And after in Design / Configuration, you can activate your new template. Let me know if you have a problem.
-
New module availale in Core : Check vulnerabilities
tested ! Ok, first time I look my dahsboard, I do not see nothing ! What's happen ?? Oups, I do not read the information inside th emodule A message appear only if there is something detected else you will see nothing in your dashboard.
-
New module availale in Core : Check vulnerabilities
I look tonight he github repo and I see a new module allowing to check the vulnerabilitis libraries composer I will make an update of my application. It's a cool improvment is you use some composer libray inside your application. You will know quickly if there are some vulnerabilities inside your application. I like that.
-
state dropdown
For me, if you do not use the state dropdown, you have a field and the customer can write or not something inside. If it write and the system make an error, it will try another time, and if it's do not work, he will stop the process. Yes I agrre with that, important to make the subscription very easily.
-
Best pratice for product description template
@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.
-
Curl inside the code
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
-
Curl inside the code
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.
-
{{store_name}} not being substituted
Resolved