diegomilito
VP-CART Expert
  
Argentina
779 Posts |
Posted - April 27 2020 : 21:25:38
|
dave, i have a trick, but just if you are using xallowcreditcards = Yes.. here to do:
on file shoponepagecheckout_payment_subs.asp ///////////////////////
look at the following line 56-67
if creditcardstatus = "99" then if lcase(GetConfig("xallowcreditcards")) = "yes" then
after that you will insert
creditcardstr = "yes"
////////////////////// on file plugins/checkout/onepagecheckout
//////////////////////
look at the following line 18
$(document).ready(function(){
after that you insert this
$(''#creditcard_desc_wrapper'').show();
/////////////////////
and that''s it you will achieve your wanted stuff... i used to stay home im having much time here diego |
 |
|