Disable Credit Card completely

Started by Hans82, April 18, 2014, 10:52:01 AM

Hans82

Hey guys,

Right now I don't support Credit Card payments (yet I do support banking transfer and PayPal), I need to get rid of the credit card completely. Does someone know how to remove the method to pay with creditcard? I've disabled the creditcard module, yet I see no difference (it's still addable in the main menu).

Can someone help?

Thanks!

trasek




Hans82

Ehmm, I'm still looking for that as well! I opened up Hostbill and it didn't seem to work out (I tried to not store it in the database, didn't help at all :( ). Topic unsolved!

Enterprisevpssolutions

Just view the option in the picture and have it selected to use payment module that you have.
Enterprise Vps Solutions (VPS) - Cloud Solutions, Shared hosting, VPS , and more, Fast Dedicated Servers. Great ssl prices SSL Certs, Follow us on Twitter. Sales Question? Contact us! Send us a Request Tampa , Florida Hivelocity Datacenter

trasek

I don't have any module. I want disable that.

Enterprisevpssolutions

I should be disabled if you select to use payment module that you have per the checkbox in the picture.

No, use payment module related to invoice to capture payment
Enterprise Vps Solutions (VPS) - Cloud Solutions, Shared hosting, VPS , and more, Fast Dedicated Servers. Great ssl prices SSL Certs, Follow us on Twitter. Sales Question? Contact us! Send us a Request Tampa , Florida Hivelocity Datacenter

Hans82

Quote from: Enterprisevpssolutions on April 27, 2014, 02:11:42 AM
I should be disabled if you select to use payment module that you have per the checkbox in the picture.

No, use payment module related to invoice to capture payment

No, it didn't do the trick. :( Does someone at least know how to remove the creditcard link from the menu?

Enterprisevpssolutions

You would have to go in the order page code and remove it look for something along these lines.

When you view it on chrome or firefox right client the section with mouse and inspect element then find the order page code in you server and look for the code and remove it.
Enterprise Vps Solutions (VPS) - Cloud Solutions, Shared hosting, VPS , and more, Fast Dedicated Servers. Great ssl prices SSL Certs, Follow us on Twitter. Sales Question? Contact us! Send us a Request Tampa , Florida Hivelocity Datacenter

costseg

general setting -> billing > credit card -> allow credit card storage check box "No, do not store credit card details in database"

hbillclient

Hi Hans82/trasek,

You can do 2 things:

1. Disable clients from adding any credit card information by removing the credit card list:

Goto Settings -> General Settings -> Billing -> Credit Cards

Empty the "Accepted Credit Cards" text box and Save changes.

The above would still display the credit card menu and option to add new credit card but, since no Card Type is available it would result in a error when client try to add a card.

2. Remove the Credit Card option from the clientarea completely:

Goto the specific template folder <hostbill directory>/templates/<template directory>/clientarea
eg: <hostbill directory>/templates/nextgen_clean/clientarea

Open leftnavigation.tpl and remove the following lines:

{if $enableCCards}
<div class="box-feature{if $action=='ccard'} active{/if}"><a href="{$ca_url}clientarea/ccard/"><span class="iconfont-extract iconfont-size4 silver" style=""></span></a>
    <h4>{$lang.ccard}</h4>
</div>
{/if}

Save file

Also, open the <hostbill directory>/templates/<template directory>/menus/menu.dropdown.account.tpl

Remove the following line:

<li ><a href="{$ca_url}clientarea/ccard/">{$lang.ccard}</a></li>

Save file

I would suggest you to do both steps 1 & 2 so that even if the client types in the correct url, he still can't add any cards.

Hope this helps.

Thanks.