I added following regular expression to validate email address on registeration but its giving syntax error.
<scripttype="text/javascript">
regexp['email'] = {regexp:"/^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-z]+)$/", message:"Please, use correct email address"};
</script>
Syntax error in template on line 22 "regexp['email'] = {regexp: "/^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-z]+)$/", message: "Please, use correct email address};" - Unexpected ": ", expected one of: "}"
Hi i was testing the cs-cart and created same user a customer and a seller. it seems like vendors can purchase their own products when they are logged in as a customer. is their a way to change this behavior??
I am testing emails with mailtrap it was working fine until my mailtrap limit exceeds then i created a new account and tried to add configuration to email settings of cs-cart. but it gives me an error no matter how many different new configuration i tried.
SMTP ErrorFailed to connect to server: Connection timed out (110)
Hi i am using stripe connect to test payments. I cannot track what happen to the order payment after vendor or store admin decline or cancel the order where does it go?? does not have record in the accounting section