I am needing to implement a credit card checkout option for only specific items. The rest of the items in the store needs to be a different payment method only. Is there a way to do this?
I am needing to implement a credit card checkout option for only specific items. The rest of the items in the store needs to be a different payment method only. Is there a way to do this?
The first question always asked is, "what do you see happening if a customer has both types of product in his cart and goes to checkout'?
I completely agree, but this is what my boss wants me to make him! Any work arounds that you can think of?
None that I'm aware of, other than some fancy custom programming.
This will be fun, I get to tell him to deal with it! Lol!
Ok I just spoke to him and he was wondering if I could create an entirely new store (seperate install) which could host all the items that are credit card only. Right now we would only have one item. Would it be possible to basically create a single page that sells only that one item? Sounds interesting not sure if it is possible.