
Marwa Abdelkader
Members-
Posts
29 -
Joined
-
Last visited
Everything posted by Marwa Abdelkader
-
Hello, I add the address to the account creation form, so when the customer create an account and enters the address fields (city, postal code, country) the address will be added to the address table How to add controls on address fields in create account? (see screenshot for message error display in form adress but i would this error display in form create account)
-
Probléme Résolu : Add the fields that you want to translate for example (Business phone) in the /classes/form/CustomerFormatter.php file • Access the site “https://www.md5.fr/” and generate each field their translation id • After accessing the language you translate the field from this path / app / Resources / translations / ShopFormsLabels.fr-FR.xlf (this file contains the translation of the account creation form fields ”) • Addition of this format with the id of each field generated by the site ““ https://www.md5.fr/ ”” <trans-unit id="" approved="yes"> <source>Business phone</source> <target xml:lang="fr" state="translated">Téléphone de travail</target> <note>Line: 225</note> </trans-unit>
-
someone has a solution!!
-
I do not understand the link you mentioned !! and the phrase "Business phone" that I want to do the translation
-
Thank you for you answer. I don't find the link . However i use code of added declaration of fields (" $format['businessphone'] = (new FormField) ->setName('businessphone') ->setLabel( $this->translator->trans( 'Business phone', [], 'Shop.Forms.Labels' ) ) ->setRequired(true) ; ") in file file "CustomerFormatter.php" and this field in theme translation i dont' find it.
-
How to translate a new field add to the form account creation??
-
how to improve the indexing of the prestashop 1.7 website?
-
How In formulair create account add 2 radio buttoms de 2 types comptes (personnel/bussnis) And when clicks bussnis new fields appeared with when I click in personal these fields disappeared ?
-
how to install a font in the prestashop 1.7.5
Marwa Abdelkader replied to Marwa Abdelkader's topic in General topics
@ComGrafPL thank you for your reply I do all the steps of this documents but when I delete shop1.json the site becomes inaccessible -
how to add a new font in my site prestashop 1.7 (font download)?
-
redirect after login - Prestashop 1.7
Marwa Abdelkader replied to dellwen!!@@'s topic in 1.7.2.x [Current]
Hello, problem solving In prestashop 1.7.5 on access / themes / templates / customer / _partials / login-form addition in the button sign in "<input type =" hidden "class =" hidden "name =" back "value =" {$ smarty.server.HTTP_REFERER} "/> {ls = 'Login' d = 'Shop.Theme .Actions'} " -
Redirect to last page after login - Prestashop 1.7
Marwa Abdelkader replied to jihen's topic in General topics
Hello, problem solving In prestashop 1.7.5 on access / themes / templates / customer / _partials / login-form addition in the button sign in "<input type =" hidden "class =" hidden "name =" back "value =" {$ smarty.server.HTTP_REFERER} "/> {ls = 'Login' d = 'Shop.Theme .Actions'} " -
Redirect to last page after login - Prestashop 1.7
Marwa Abdelkader replied to jihen's topic in General topics
hello, Me also i have the same problem!! for example If customer is in product page then after log in I need that customers back to same product page! -
redirect after login - Prestashop 1.7
Marwa Abdelkader replied to dellwen!!@@'s topic in 1.7.2.x [Current]
@w3bsolutions thank you for your answer Me I modify the redirection of page my account in page index in the file "customer login form" I add a line "Tools :: redirect ('index.ph'); it works do you have any idea how to redirect to the previous page