Hide Payment Method by type in cart only

Started by UCG_Keith, July 31, 2013, 01:04:01 PM

UCG_Keith

We offer specific clients the ability to make payments via check and wire transfers; this option is ONLY available to specific clients.  Unfortunately, it appears on the checkout form.  I have been able to remove the checkbox (radio) for the option but would love to hid this option from the public side all together.

Does anyone have suggestions?

We currently have added a value to the css file to hide the radio option

/home/manageu/public_html/templates/**TEMPLATE**/css/bootstrap.min.css

input[value="5"] {
    display: none;
}


Thanks in advance!
Keith

nibb

Well, I suggested this feature to Hostbill for some months now.

I also need this option.

This is the options I would like to see:

Enable/Disable payments options per product. This means, do not let a specific payment option for some product.

Enable/Disable this per customer account.

In the first option this would be useful for products which you don“t want to accept a specific payment. For example most credit cards payments to not allow less than 1$ charges. You could then for example disable all payments options except user credits.

The second one could be for a customer that for example had a chargeback or you want to disable it from using a specific payment gateway or option.

There is lots of combinations but I see what you want.

This 2 features would do exactly what you want. Go to a customer account and only set this customers to check and wire transfer.

I also actually need this per product, do not allow a specific product to be used with credit cards for example, only check or wire. Etc.

If you disable this in the templates, then it would apply to all customers, unless there is a setting to force a customer account to use a specific template.