Jump to content

nitemask

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Activity
    User/Merchant

nitemask's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. There are multiple modules out there to create new tabs for products. My question, is does anyone know how or there is anything available that would allow me to import data from my csv into a newly created tab. Example. A column in my csv called warranty. Some of the rows actually have warranty data in the cell. Is there a way (module) or some way to import data directly from a csv into the warranty tab created using a module. My goal is to do the least amount of db changes to allow for easy upgrades.
  2. I was trying to get this to work and finally did and processed a transaction today. Here is my step-by-step. 1. Install SSL cert (my webhosting provider did it for me). 2. In BO. Go to Preferences - General - Enable SSL (first option). I had to click use https, and then it brought the option to turn SSL on. 3. Call eprocessing and tell them you want to use authorize aim emulation, they have to turn it on. 4. My settings under eprocessing - processing control were: Disabled Integrations - DBE (Database Engine) and Web Order/ePNCart are checked. Advanced - Only Check to use RestrictKey to Restrict TDBE/Authorize.Net™ Emulator Usage is checked If you've been using eprocessing, then the other settings have already been configured. 5. On your server (I used file manager) - Edit - public_html - modules - authorizeaim - validation.php. 6. Mine was line 93. I replaced. with $url = 'https://www.eProcess.../an/transact.pl'; 7. Save changes. 8. In BO - Modules - Authorize.net AIM - Configure 9. Login ID is your eprocessing network login. 10. Key is under Processing Control - Advanced - and it is the key next to the Generate RestrictKey. 11. In the BO configuration window - click live, your credit cards, and then Update settings. I also changed the dropdown "Order status: "Hold for Review"" to Payment Accepted (not sure if this matters). Good luck. Rolly
  3. I was trying to get this to work and finally did and processed a transaction today. Here is my step-by-step. 1. Install SSL cert (my webhosting provider did it for me). 2. In BO. Go to Preferences - General - Enable SSL (first option). I had to click use https, and then it brought the option to turn SSL on. 3. Call eprocessing and tell them you want to use authorize aim emulation, they have to turn it on. 4. My settings under eprocessing - processing control were: Disabled Integrations - DBE (Database Engine) and Web Order/ePNCart are checked. Advanced - Only Check to use RestrictKey to Restrict TDBE/Authorize.Net™ Emulator Usage is checked If you've been using eprocessing, then the other settings have already been configured. 5. On your server (I used file manager) - Edit - public_html - modules - authorizeaim - validation.php. 6. Mine was line 93. I replaced. with $url = 'https://www.eProcessingNetwork.Com/cgi-bin/an/transact.pl'; 7. Save changes. 8. In BO - Modules - Authorize.net AIM - Configure 9. Login ID is your eprocessing network login. 10. Key is under Processing Control - Advanced - and it is the key next to the Generate RestrictKey. 11. In the BO configuration window - click live, your credit cards, and then Update settings. I also changed the dropdown "Order status: "Hold for Review"" to Payment Accepted (not sure if this matters). Good luck. Rolly
×
×
  • Create New...