Why? If someone is placing a genuine order it's very unlikely they are sending you spam?
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Paul is right. If you face issues with many fake account registrations, or spam mails, you might want to consider our SpamBot Buster.
Override Engine * Integrated VQMod * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Rich Snippets * Google Tag Manager * Export/Import Tool * SpamBot Buster * Survey Plus
Hi to everyone and thank you for your reply. The reason i need this is sometimes customers write in url (like https://...........) with many characters more than 100 and inside admin order page it breaks the columns. So i thought that if i restrict URLs never again will happen
This is a prime example of why it's better to explain the PROBLEM not what YOU think is the solution.htwp wrote: ↑Thu Oct 13, 2022 4:58 pmHi to everyone and thank you for your reply. The reason i need this is sometimes customers write in url (like https://...........) with many characters more than 100 and inside admin order page it breaks the columns. So i thought that if i restrict URLs never again will happen
A simple bit of CSS will fix the problem with columns breaking.
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Can you provide the css fix or it's a bit more complicated to write it here?paulfeakins wrote: ↑Fri Oct 14, 2022 4:47 pmThis is a prime example of why it's better to explain the PROBLEM not what YOU think is the solution.htwp wrote: ↑Thu Oct 13, 2022 4:58 pmHi to everyone and thank you for your reply. The reason i need this is sometimes customers write in url (like https://...........) with many characters more than 100 and inside admin order page it breaks the columns. So i thought that if i restrict URLs never again will happen
A simple bit of CSS will fix the problem with columns breaking.
Thank you for your answer
Try something like:
Code: Select all
overflow-wrap: break-word;
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Or you could try this CSS:
Code: Select all
overflow-x: scroll;
Override Engine * Integrated VQMod * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Rich Snippets * Google Tag Manager * Export/Import Tool * SpamBot Buster * Survey Plus