kentico_pavelk
-
7/7/2009 8:26:46 AM
RE:Hiding payment options (customer credit) for some users
Hi Mick,
I would recommend you to modify InitializePaymentList method in <your project>\CMSModules\Ecommerce\Controls\ShoppingCart\ShoppingCartPaymentShipping.ascx.cs. If the customer isn't also user of the site, you can remove this option from the dropdownlist. So basically, the payment method is enabled but it is displayed only to appropriate customers.
Best Regards, Pavel Knotek
|