Basically we have parts books that will be uploaded to our website for customers to purchase and download.
I'm wondering if there is a way to make only certain products payable by Paypal.
We don't want all the products set up that way because we don't have shipping options set up on our website. But downloaded books don't need shipped so Paypal would work great.
I already have the Paypal payment method setup and all.
So is there a way to set certain products that can only be paid by a certain payment method?
Wow, even I like to find out
See my post here - yes it involves a low-cost third party addon but it is the only method I have found so far.
Hm well that sucks ha. Was hoping for a quick and easy way to do it.
Oh well
Thanks Stellarbytes!
You could effectively write up some code to access the relevant controls, pseduo:-
If product ID = 1 OR 2 OR 3 OR 4 OR 5
Display Paypal method
Else
Display XYZ payment method
The problem here would be…what would you do if a customer placed a phyiscal and a downloadable product in the basket?