Jump to content

Ajax30

Members
  • Posts

    36
  • Joined

  • Last visited

Profile Information

  • Location
    Bucharest
  • Activity
    Developer

Ajax30's Achievements

Newbie

Newbie (1/14)

7

Reputation

  1. On loulou.ro, the guest order form gives the error message "An error occurred while creating your address", even though all the fields are completed correctly. The Prestashop version is 1.5.2.0. Can anyone tell me what could the cause of this error be? Thank you! The AuthController.php was added, below line 387, the code: $digits_home = strlen(Tools::getValue('phone')); if (Tools::getValue('phone') AND $digits_home !=10) $this->errors[] = Tools::displayError('Numarul de mobil trebuie sa fie format din 10 cifre, fara alte caractere!'); in order to force the user to input 10 digits. Restoring this file to its original state did not bring a change so it can't be the cause of the problem.
  2. Where does this difference come from: "enter 8 digits" vs " $digits_mobile !=10"? Thank you!
  3. @COTOKO: I did reset it: it did not solve the problem.
  4. UPDATE: I was told, by the hosting company that the e-mail has to be explicitly configured. I went Advanced Parameters -> E-mail and found what you can see in the screenshot. I was told, by the hosting company, what to put where, but it does not work. The data I am sure of is in the screenshot. Can anybody give me a hand with the rest? I have recently moved a site build on Prestashop 1.5.2 from one domain (chiloticupushup.ro) to another (loulou.ro). The migration went well and everything works as it should except the Mail Alerts (version 2.4) module. While before the migration, whenever a new order was placed, an email was send to a certain e-mail address, after the migration no emails announcing new orders are send. What could have gone wrong? Is that a common issue? Thank you!
  5. Hello! On ramoncotton.com, I need (I was asked) to display the payment options not as links (the default), but as radio buttons. I'm a front end developer and I don't know how to do that. Can anyone please give me a hand? Alternatively, is there a free module that does that? PS version si 1.5.3.1. Thank you!
  6. Hello! I have this problem: on ramoncotton.com, if a customer chooses to use the instant checkout form, the payment methods are NOT displayed unless the form is completed and saved. I need the payment methods to be displayed from the beginning, before the customer hits the "Save" button. How do I achieve this? The PS version is 1.5.3.1. Thank you!
  7. Hello! A am confronted with this problem: On www.poetik.ro, in the order form, I have kept only the home phone field (the code for the mobile phone field was commented out). The problem - which I have spotted in Google Chrome - is the error message saying that the mobile phone is invalid. If I make the mobile phone field visible (I do that in the web inspector) and put a number in it, all is ok. But I need to keep only one filed visible - home phone field. The address format in the admin section: firstname lastname company address1 postcode city Country:name phone The PS version is 1.5.3.1. What shall I do? Thank you!
  8. How do I add the mobile phone in the guest checkout form? . Thank you!
  9. On poetik.ro, I want to do 2 things in the guest checkout form: hide the home phone put the mobile phone Also, I wold like to hide the home phone on the account creation form. How do I do all that ? Thank you!
  10. The shop is already made in version 1.5.2.0 and I can't change that. Is there a way to fix it?
  11. Hello! I recently came across the following problem in Prestashop 1.5.2.0: When creating a cart rule, at the second step of the process (conditions), at the point where I have to make the product selection, I noticed that the "Choose" button does NOT bring up any pop-up, so I can not, choose a category of products. Please see the screenshot (area framed in red). Is there any solution to this? Am I doing something wrong? Thank you for help!
  12. Hello! Is there a module for PS 1.5 that "says" to the customer "add xx.xx ($20.30, for example) worth of products to your cart for the benefit of free shipping"? Thank you!
×
×
  • Create New...