A Couple (Mostly Probably Simple) Questions

I've got my site pretty much ready to roll but I've got a few things that I'm stumped by. Wondering if anyone can point me in the right direction

1) I have Stripe as my payment system. If I use the inline, it works fine. If I use the gateway, it properly takes someone to the gateway. However, after that, when its supposed to take you back to my site, it takes you to some random page and my website returns a 404 error. How do I control where the gateway dumps you afterward?

2) I can't figure out how to add a second address input to my order taking screen. I just asks for "address" and I'd like to provide a second and maybe third line to the order form.

3) Any way I can get rid of the phone number input requiring you to put a 1 before a US number? 734-555-1234 comes out as +7(345)551-234_ and considering I don't sell internationally, this is annoying.

4) I have a certain category that I'd like to offer a 10% discount if they order two items from that category, and 15% if they order 3 or more. I only want the discount to apply when items from that category are added, and the discount only applies to items from that category regardless of what else is in the cart. Is this possible? I don't want to spend an hour trying to get this set up only to finally realize it's not lol.

To be clear, lets say category(cat) 1 is the special category with the discount

ex1: cart = cat1, cat1. ---------------->10% off full cart

ex2: cart = cat1, cat1, cat1 ---------->15% off full cart

ex3: cart = cat1, cat1, cat2 ---------->10% off just the first two

ex4: cart = cat1, cat2, cat3 ---------->no discount

ex5: cart = cat1, cat1, cat1, cat2 --->15% off just the first three

Appreciate any insight. Thanks!

Hello,

Referring to some of your questions:

2. You can just create another profile field (in tab Administration -> Profile Fields), and then add them to block in Checkout location (tab Design -> Layouts -> Layouts). This way, you can add not only second line of address, but also other fields like second phone number.

3. In tab Settings -> Appearance, on the bottom there's an option "Supported phone numbers", where you can decide which symbols in phone number are allowed.

4. I think our add-on can be helpful here: https://cs-cart.pl/moduly/narzedzia/promocje-tylko-na-produkty-z-okreslonej-kategorii/?sl=en¤cy=USD

Best regards,

Michael

As for 1, I'm assuming most of the payment systems work the same way more or less. Is there usually a place you can control these things where they send your customers around to?

----

Hello,

Referring to some of your questions:

2. You can just create another profile field (in tab Administration -> Profile Fields), and then add them to block in Checkout location (tab Design -> Layouts -> Layouts). This way, you can add not only second line of address, but also other fields like second phone number.

3. In tab Settings -> Appearance, on the bottom there's an option "Supported phone numbers", where you can decide which symbols in phone number are allowed.

4. I think our add-on can be helpful here: https://cs-cart.pl/moduly/narzedzia/promocje-tylko-na-produkty-z-okreslonej-kategorii/?sl=en¤cy=USD

Best regards,

Michael

2. Ok it was making the new profile field that was the key, thanks for that.

3. I did find that setting previously, I guess the option I needed to pick was just the numbers and ()-+. Just making sure I wasn't missing something.

4. Could be handy. I just wanted to be sure there wasn't a way to do it with what I had available. Let me know if you have any discount codes or the like.