NVaporize Posted April 5, 2016 Share Posted April 5, 2016 Hi. I was wondering how to add more years to the expiration year for the credit cards in the authorize.net module. I am currently running prestashop 1.4.9 if that helps. Thanks, Armando Link to comment Share on other sites More sharing options...
Dh42 Posted April 5, 2016 Share Posted April 5, 2016 You should be able to go into the module directory and look for the template for it, it ends in .tpl from there you can add more dates. Have you not updated your module in a while? An update should fix that and also provide a security patch for the module too. Link to comment Share on other sites More sharing options...
NVaporize Posted April 6, 2016 Author Share Posted April 6, 2016 Thanks. Kind of new to this. How do i update a module? When i go to my modules list and i dont see an update feature. Link to comment Share on other sites More sharing options...
NVaporize Posted April 7, 2016 Author Share Posted April 7, 2016 i tried editing the following code but knowing happened after i uploaded it. Trying to get to at least 2023. it only shows up to 2019 either way. ORIGINAL CODE <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} Edited Code: <select name="x_exp_date_y">{section name=date_y start=11 loop=23} <option value="{$smarty.section.date_y.index}">20{$smarty.section.date_y.index}</option>{/section} Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now