I am starting a new thread on this. To reiterate what I have said on another thread: We are going to start selling a small amount of digital downloads, which will only account for a very small number of sales in our online shop. As it stands customers will be able to choose a deferred payment method and still receive the download link, it is not an option to remove these payment methods (which include gift voucher, send CC details separately, paying by cheque).
I need the following:
if (digital download)
then {payment by card option only};
else {all options};
I tried the soloution posted here but unfortunately it didn't work for me. All attempts to add to basket resulted in an internal error message. Interestingly enough it also threw the same error when trying to search on the site, view basket or checkout whilst the modified GeneralValidPayments file was active. It is fine again now I have reinstated the original file.
I would appreciate any help you can provide.
Many thanks.
Karen
I need the following:
if (digital download)
then {payment by card option only};
else {all options};
I tried the soloution posted here but unfortunately it didn't work for me. All attempts to add to basket resulted in an internal error message. Interestingly enough it also threw the same error when trying to search on the site, view basket or checkout whilst the modified GeneralValidPayments file was active. It is fine again now I have reinstated the original file.
I would appreciate any help you can provide.
Many thanks.
Karen
Comment