
Patrick
Members-
Posts
244 -
Joined
-
Last visited
-
Days Won
21
Content Type
Profiles
Forums
Blogs
Store
Downloads
Gallery
Everything posted by Patrick
-
Intégration via wampserver : windows 10
Patrick replied to Griffou's topic in Installation & Configuration & Operation
@Griffou You can bypass the first step to insert in your url : install.php In this case, you have no problem. Just a note: ClicShopping has not been completely tested on windows, the best to use this application is to have Linux desktop with PHP installed or to have a server under Linux. -
I have testing the new 3.1 version. What's new! First, the category has now a status, it's a good thing to manage the categories. When you click on a status on the categories, the child becomes offline. But be careful, when a parent category is on Off and a child category is on ON, the product appears, the system does not seem to verify if inside a specific category if a parent category -n is on Off, just the first parent. It could be a problem if the administrator does not know this point. I look if the product appears when a category is off. No, same if the status product is On. A good thing because now the product depends also on the parent category status. As I said just above when you research a product and inside a category Off there is a category child is on ON, the product appear. If you are in this case you must open the category on On and make this other on Off. The attributes have 2 new elements, one field on the B2B and another field called status but the stock doesn't appear for this version; Maybe later !! Now the migration, inside the update directory, you have a field with the db, you have just to include these requests in your db if it does not exist and upload all the files. @ClicShopping is my little report about this new version.
-
@ClicShopping, Thank you for your quick reply. I will make an update, let you know if I see something
-
Hello @ClicShopping , Thank you for this new version, could you tell us if there something specific and make attention to update the website ?
-
@Orphelia, Welcome, You can look this post, it can help you to choose the best configuration for you. https://www.clicshopping.org/forum/topic/88-whats-the-best-configuration-for-the-apps-antispam/?tab=comments#comment-338
-
App / modules does not install
Patrick replied to Joe's topic in Installation & Configuration & Operation
Yes it's better to do that. The json give some information when you search a module and if there is an update, you will know. -
Just for your information you can look the class includes/Apps/Communication/PageManager/Classes/Shop/PageManagerShop you will some code you can use.
-
Yes just a little help Inside the directory above, you must make 2 files, One to display the information and one to delete information. In your case, you also must create a field inside the database.
-
You must ask you three questions: Do you have a legitimate interest for sending this message? Do you need to send the message in order to achieve those interests? Have you balanced the act of sending the message against the individual’s interests, rights and freedoms? Many marketing company's are telling people its fine to carry on as before!! Do you want to risk a large fine?
-
Hello @David, About the cross-selling, there is an apps available on the marketplace. About the attribute, yes you can do that. About the language, you can not remove the English language, you can just change the status. Bu the language will always appear inside the administration. Like it"s mandatory information, you must fill the english title.
-
ClicShopping supports the use of SMTP to send email which is required when sending mail from our servers. If you are on a server that does not allow the PHP mail() function or you just wish to use SMTP to send mail, this guide will help you through how to set up SMTP with your shopping cart. First thing to do is log in to go inside you administrative panel, then go to MyStore => Email options and choose "SMTP" as the Transport Method. Also verify these other settings or fill the empty settings Email Line Feels: LF Use MIME EMail when sending email: YES Verify E-Mail Addresses Through DNS : FALSE Use MIME HTML When Sending Emails: FALSE Port SMTP : must be 25 or 594 SMTP Host : SMTP hostssmtp.gmail.com ==> if you want use gmail SMTP authentication : True SMTP Password : ===> your email password SMTP User Name : ===> you email user mame SMTP Reply To : Email if you want to receive on anoher email Do you want use the SMTP secured protocol : Choose one method Do you want the SMTP port : 25 or 597 (depends of your hoster) Also check the the General Store configuration to see that the Email Address and Email From fields are the same as the outgoing email address you'll be using for the setup. Note : If you are under linux, it's better to use sendmail. That' all.
-
Yes, the problem seems to appear only the credential configuration. Maybe it must be solved the next update. The problem seems to come on a balise div is not closed For moment, it's better to use the tab keyboard to navigate inside.
-
Archive products, just an archive
Patrick replied to Mariana's topic in Installation & Configuration & Operation
@Drack, Good to know, I just saw archives as archives -
The GRPD is important, ClicShopping propose a modular orientation, because some other countries like canada, US (maybe) .. should follow. The approach to make little hooks in function of the confidential information let for the programmer and or the shop owner a latitude. This approach is made only if the customer has created an account. About the visitor, the GRPD module can be useful and updated for some case. If not, then it's possible to manage this problem by header tag module. Any case, a solution can be made easily.
-
Exact about the no registered customer you have a module for that. It allows your customer to manage their confidentialities.
-
Migration Oscommerce under ClicShopping
Patrick replied to JKaz's topic in Installation & Configuration & Operation
Yes you can, the migration apps allow to migrate all oscommerce version. I suppose !! -
Migration Oscommerce under ClicShopping
Patrick replied to JKaz's topic in Installation & Configuration & Operation
@Clémentine, You will find the apps there : https://www.clicshopping.org/forum/files/file/113-apps-tools-import-migration-data/ Note you can install it via the administration -
@Snoopy media queries can solve the problem. @Drack nice work
-
@Ronaldo Yes, you have right, some files can be overridden inside a new template. But all the modules must be also in the default template because the system read in first the default template and install the element in the bd.
-
About the redirection, you can find some information. This article explains you this point and introduces the impact on the SEO : https://moz.com/learn/seo/redirection
-
Weight configuration& conversion
Patrick replied to Snoopy's topic in Installation & Configuration & Operation
Info a little mistake : $shipping_weight = CLICSHOPPING_ProductsCommon->getProductsWeight(); -
Weight configuration& conversion
Patrick replied to Snoopy's topic in Installation & Configuration & Operation
Hello @Snoopy If you look inside the administration Configuration, you a weight menu where can add different weight conversation. Now how to make that on the catalog ! Below the element can help you. This code allow you to convert all in Kg. $CLICSHOPPING_Weight = Registry::get('Weight'); $CLICSHOPPING_ProductsCommon = Registry::get('ProductsCommon'); $defaultUnitWeight = SHIPPING_WEIGHT_UNIT; // 2 in the default configuration KG shipping_weight = getProductsWeight // Take only the kg // gr to kg if ( $defaultUnitWeight == 1) { $weight = round($CLICSHOPPING_Weight->convert($shipping_weight, $defaultUnitWeight, 2), 3); } //Ounce to kg if ( $defaultUnitWeight == 3) { $weight = round($CLICSHOPPING_Weight->convert($shipping_weight, $defaultUnitWeight, 2), 3); } //Ounce to kg if ( $defaultUnitWeight == 4) { $weight = round($CLICSHOPPING_Weight->convert($shipping_weight, $defaultUnitWeight, 2), 3); } echo $weight; -
Yes you can and make after https://www.mydomain.com/install