Hello guys, I don’t know if it’s a problem or it’s normal in ovh, I created an account and paid for a server in OVH so far so good, they se… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1828203&goto=newpostRead more
Hello guys, I don’t know if it’s a problem or it’s normal in ovh, I created an account and paid for a server in OVH so far so good, they se… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1828203&goto=newpostRead more
Hello, I’ve been trying to dig through affiliate "reviews" and other paid "information" for setting up a website and email before I start… | Read the rest of http://www.webhostingtalk.com/showthread.php?t=1697220&goto=newpostRead more
So recently I’ve set-up a website using the domain tld .solutions… Wooo a little bit exciting not had a domain a new type of tld :). The … | Read the rest of http://www.webhostingtalk.com/showthread.php?t=1697097&goto=newpostRead more
My code consists of two input fields and a submit button. The business rules require the following rules: 1. One or both fields must be filled out. Both cannot be blank. 2. If the first field is empty, then the second field must have a value greater than or equal to 50. 3. If theRead more
How can I have the field validation settings (via the field validation module) bundle with the content type using Features module? eg: I have a content type Post and a field validation that says post’s title must match a certain regex. I need to bundle this logic up with Features. Thank you!Read more
I need to perform some custom cart validation when a user enters checkout. I need to validate the cart and redirect away from checkout if it does not meet validation but simply proceed to checkout if validation passes. What is the best way to accomplish this?Read more
I have a custom field validation for a field made with paragraphs which isn’t working anymore (perhaps after core update but not sure). When I debug the code with a breakpoint I can see the validation being run, the violation added, but the node is still saved and no error is shown. I have createdRead more
I am creating a website for submissions. I want the users to register only with “abc.def@mycompany.com”. I want to avoid e-mail ids such as @gmail, @yahoo, @hotmail etc during registration. True: email should be @mycompany False: email with @gmail, @yahoo, @hotmail What should I do to achieve the result? Thanks in advanceRead more
Does anybody know how to solve this problem: i’m trying to add custom field validation. Chrome console does not have any errors. app/code/Company/Module/view/frontend/web/js/view/payment/script.js define( [ “jquery”, “mage/validation” ], function ($ ) { console.log(‘fire1’); $ .validator.addMethod(‘test-req’, function(v) { console.log(‘fire2’); return false; }, ‘The amount you entered is too low.’); } ); src/app/code/Company/Module/view/frontend/web/template/payment/form_additional.html <input class=’required test-req’ type=’text’Read more
My Goal: If an order item with the same value exists in a completed order,a message notifies the costumer and he cannot pay and complete the purchase until he changes the value of that field. I have created a new field for each order item at /admin/commerce/config/order-item-types/default/edit/fields. Then I added that field to the cartRead more