View Single Post
  #15  
Old 02-15-2017, 12:48 AM
 
mattstyle2 mattstyle2 is offline
 

Advanced Member
  
Join Date: Apr 2015
Posts: 54
 

Default Re: X-Cart 4.7.7: Segment, Mailchimp eCommerce, Pay with Amazon

Quote:
Originally Posted by Dougrun
Just a warning for any AC CheckoutOne users, the checkout page stopped working after upgrading. Did not show any payment methods. I don't think i have the latest EOL update though.


simple fix


finally change a template file:
/skin/common_files/modules/Checkout_One/checkout_one_payment_methods.tpl
line 29:
{foreach from=$payment_methods item=v}
<tbody{* matt remvoe if $v.membershipids || $v.is_cod == 'Y'} style="display:none;"{/if*} id="radio_trcell_{$v.paymentid}">
<tr class="{cycle values='rowA,rowB'}">

just comment out the code to make things display:none.. The radio buttons for payment were not available.
__________________
4.7.7.
php7.1, AWS RDS database
memcache, reboot theme AWS EC2 load balancer, 2 c5.large instances CDSEO Shop By Filters,
AC onepage checkout and checkout tools,
altercart cash rewards, bcse DPM for paypal
Reply With Quote