kitsuperstore Posted August 2, 2016 Share Posted August 2, 2016 (edited) When a customer orders from my shop their receipt shows Solution Name: Prestashop. I think it would be better to show the store domain there. Can someone please tell me how I can pass that value to Authorize.net? Thanks! Transaction Source Solution Name: Prestashop Edited August 6, 2016 by kitsuperstore (see edit history) Link to comment Share on other sites More sharing options...
shokinro Posted August 4, 2016 Share Posted August 4, 2016 can you be more specific where does this show up? at order confirmation email or invoice or somewhere else? Link to comment Share on other sites More sharing options...
kitsuperstore Posted August 4, 2016 Author Share Posted August 4, 2016 it shows up on the authorize.net receipt. my other stores show the store domain name. this prestashop store shows Prestashop. thanks for the reply Link to comment Share on other sites More sharing options...
shokinro Posted August 4, 2016 Share Posted August 4, 2016 I guess this must be a parameter that passed from the payment module to Authorize.Net. You may have look into the module to see if you can make changes. You can try to look into translation section to see if it is translatable text or label. Link to comment Share on other sites More sharing options...
kitsuperstore Posted August 4, 2016 Author Share Posted August 4, 2016 i looked in the translations in admin, no luck. looked in the authorize.net files, no luck. it is hidden somewhere. Link to comment Share on other sites More sharing options...
shokinro Posted August 4, 2016 Share Posted August 4, 2016 If that is the case, could it be also something setting at your Authorize.NET account? Link to comment Share on other sites More sharing options...
kitsuperstore Posted August 4, 2016 Author Share Posted August 4, 2016 its not in authorize.net. prestashop is passing this value on the transaction somehow. i can't believe i'm the only person that ever had this happen. I have 2 prestashop stores and they both do it. thanks for looking. Link to comment Share on other sites More sharing options...
shokinro Posted August 4, 2016 Share Posted August 4, 2016 If you are using PrestaShop original module, then it should be passed as author of the module. it is defined here, you can try to change that something else to see if it works File: /modules/authorizeaim/authorizeaim.php $this->author = 'PrestaShop'; Link to comment Share on other sites More sharing options...
kitsuperstore Posted August 5, 2016 Author Share Posted August 5, 2016 i think that was it! thanks! Link to comment Share on other sites More sharing options...
shokinro Posted August 5, 2016 Share Posted August 5, 2016 glad it worked for you. thanks for feedback. if you could mark this topic as RESOLVED, it will be great. you can add [RESOLVED] to at beginning of the subject of your FIRST message of this topic. Link to comment Share on other sites More sharing options...
kitsuperstore Posted August 6, 2016 Author Share Posted August 6, 2016 i did, thanks again! Link to comment Share on other sites More sharing options...
shokinro Posted August 6, 2016 Share Posted August 6, 2016 that's great. thanks 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