Jump to content

Need To Add More Years To Cc Expiration Date...


Recommended Posts

you don't say what version of Prestashop you are using, or which version of the module for that matter, so these instructions may not be exact.

 

You have to edit the authorizeaim.tpl file and search for the following code section.

 

		   	
<select name="x_exp_date_y">{section name=date_y start=11 loop=20}
   <option value="{$smarty.section.date_y.index}">20{$smarty.section.date_y.index}</option>{/section}
</select>

 

You could probably change start=11 to start=13. That means the first year would be 2013. Then change the loop=20 to something higher, like loop=25 for 2025 or whatever year you need.

Link to comment
Share on other sites

  • 10 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...