Jump to content

ssvapes

Members
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • First Name
    Angelo
  • Last Name
    ssv

ssvapes's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. In classes\order\OrderInvoice.php #143, the select should be: SELECT *, od.`product_name` as product_name When it was actually: SELECT *, pl.`name` as product_name
  2. I would like to see 2 password boxes on the registration form to verify the user password before they can complete the registration process. 1 in 10 people enter the wrong password during registration. They then email us asking why they can't log in. We then have to manually update their passwords, or the user has to use the change password form. It's been a decade or more since I have seen a registration form with a single password box. I'm not a coder, so I do not know how difficult it would be to add a second password box for verifying that the passwords match. Nevertheless, it seems this is a needed feature in the year 2016.
  3. Yep. This worked for me I know this is an old thread, but the answer is valid nonetheless. If you are running CSF put this in your "allow" 91.240.109.0/24 My BO load time went down. thanks
  4. Thanks for the reply. Sounds logical. However, we only have one shipping method setup. It charges a flat rate to everyone
  5. Hi everyone Prestashop is generating two invoices with the same order number. For example. A customer is buying 6 items. 2 items are on one invoice. 4 items are on the other. The billing is correct. The customer is being charged once for the combined price of the two invoices. Anyone know why 2 invoices are being created for the same order? Any help would be appreciated. Thanks
  6. Problem: Prestashop password reset fails. Once it fails, Prestashop password reset breaks all employee passwords. Solution: Instructions on how to manually reset prestashop employee password using PHPMyAdmin Tested on Prestashop 1.6.1.5 (confirmed to work on earlier versions to 1.5) 1. Log in to your cpanel. (or use ftp) Open file manager. Go to your shop's root directory Open to the "config" folder. Find and Edit the settings.inc.php file (If you do not use cpanel then FTP to your shop's root directory. Open the "config" folder" and then download a copy of the "settings.inc.php" file) 2. Open/Edit the settings.inc.php file. Find the line in the settings.inc.php file that contains: "COOKIE_KEY". Copy only the key without the quotes. Example Key: ajeuifknshw2pulwsbdtelamxbcyejalpqpsdmfjqbpdbytwlochetpzclws 3. Paste the key on to notepad++ or your favorite text editor 4. At the very end of the cookie_key you pasted to notepad type in your new password. No space between the cookie key and the password. Example cookie WITH New password: ajeuifknshw2pulwsbdtelamxbcyejalpqpsdmfjqbpdbytwlochetpzclwsNEWPASSWORD OK, you're half way there. 5. Open PHPMYAdmin Find the row labled "ps_employee" and open it. (The prefix may be slightly different: xxxx_employee) 6. Find the employee that needs a new password. Click "edit" Two items need to be changed on the password row: 7. First item: "Function" column Use the dropdown to select the MD5 option. 8. Second item: The "Value" column. Delete existing key in the "value" column. Paste the new key with the new password attached. (See the "Example cookie WITH New password" above.) 9. Go to the bottom and click "Go" 10. You should now be able to log in. I hope this helps someone out there. I write these
  7. Mods: Please move this post if i have it in the wrong place. Thanks. I have searched for help on this, but no joy. I developed a shop on a cpanel account using Domain #1 with Prestashop version 1.6x. I want to migrate it to a new cpanel account with a new domain name, but on the same server I have followed the instructions at several websites, including the prestashop KB This is what I have tried: Method #1 1. Shop in maintenance mode 2. Change URLs to new domain name and base directory to / and save 3. zip all files, copy the zip to the new cpanel account using SSH, then extract the zip in new cpanel account 4. dump data base of old shop 5. import database to new shop database 6. clear smarty caches 7. change domain name in htaccess 8. Changed DB name and pass in settings.php Method #2 I also tried installing a new shop. However, as soon as I import the database I get a 500 error on the front page and I can't log in to the admin CP using method one and method two. The New Domain Name on the new cpanel account resolves and it connects to a plain index.html file, but once the shop is migrated i get a 500 error. The admin login screen works, but I can't log in to the backend to manage shop. I tried changing the password using phpMyAdmin by replacing the MD5 cookie+newpass. I still can't log in. Why can't I at least log in to the admin CP to turn logging on to look for errors? How can simply moving the database break the password or login in process? I could really use some help resolving this. Thanks.
  8. Hi everyone, I'm stuck on a problem and was hoping someone could help. I changed 'new arrivals' to 'popular items' on the front page. The 'popular items' show up. However, the menu stays on 'new arrivals'. I tried changing the sort order. Is this a bug? Anyone know how to change the default menu highlight? I have attached a pic Any help would be appreciated.
×
×
  • Create New...