Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 50
  1. #21
    Join Date
    Jan 2010
    Posts
    21
    Plugin Contributions
    0

    Default Re: INTERAC via Beanstream Support Thread

    When I look through the table I see all Canadian Provinces listed under 38.
    Zen Cart 1.3.8a.
    with Beanstream Canada Payment Module
    and Interac via Beanstream Payment Module

  2. #22
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,627
    Plugin Contributions
    123

    Default Re: INTERAC via Beanstream Support Thread

    This is a query. Paste it in the query window.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #23
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,627
    Plugin Contributions
    123

    Default Re: INTERAC via Beanstream Support Thread

    Please run the command I gave you and paste in the results.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #24
    Join Date
    Jan 2010
    Posts
    21
    Plugin Contributions
    0

    Default Re: INTERAC via Beanstream Support Thread

    Code:
    Full Texts  	zone_id 	zone_country_id 	zone_code 	zone_name
    	Edit 	Delete 	66 	38 	AB 	Alberta
    	Edit 	Delete 	67 	38 	BC 	British Columbia
    	Edit 	Delete 	68 	38 	MB 	Manitoba
    	Edit 	Delete 	69 	38 	NL 	Newfoundland
    	Edit 	Delete 	70 	38 	NB 	New Brunswick
    	Edit 	Delete 	71 	38 	NS 	Nova Scotia
    	Edit 	Delete 	72 	38 	NT 	Northwest Territories
    	Edit 	Delete 	73 	38 	NU 	Nunavut
    	Edit 	Delete 	74 	38 	ON 	Ontario
    	Edit 	Delete 	75 	38 	PE 	Prince Edward Island
    	Edit 	Delete 	76 	38 	QC 	Quebec
    	Edit 	Delete 	77 	38 	SK 	Saskatchewan
    	Edit 	Delete 	78 	38 	YT 	Yukon Territory
    Zen Cart 1.3.8a.
    with Beanstream Canada Payment Module
    and Interac via Beanstream Payment Module

  5. #25
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,627
    Plugin Contributions
    123

    Default Re: INTERAC via Beanstream Support Thread

    Edit includes/modules/payment/interac.php. Go to line 197. It says

    Code:
        $province_code_order = (in_array($order->billing['country']['iso_code_2'], array('CA', 'US')) ? zen_get_zone_code($order->billing['country']['id'], $order->billing['state'], '--') : '--');
    change this to


    Code:
        $province_code_order = (in_array($order->billing['country']['iso_code_2'], array('CA', 'US')) ? zen_get_zone_code($order->billing['country']['id'], $order->billing['zone_id'], '--') : '--');
    (So you change the last 'state' to 'zone_id') Retest.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #26
    Join Date
    Jan 2010
    Posts
    21
    Plugin Contributions
    0

    Default Re: INTERAC via Beanstream Support Thread

    Still not working, the error after going through the online banking is:
    No data - Your INTERAC® card could not be authorized for this reason. Please correct the information and try again or contact us for further assistance.

    The Interac_Debug_Input.log file contains:
    199 iso_code_2 CA billing country id 38 billing state Newfoundland zone_code --215 iso_code_2 delivery country id delivery state zone_code --215 iso_code_2 delivery country id delivery state zone_code --


    Thanks!
    Rene
    Zen Cart 1.3.8a.
    with Beanstream Canada Payment Module
    and Interac via Beanstream Payment Module

  7. #27
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,627
    Plugin Contributions
    123

    Default Re: INTERAC via Beanstream Support Thread

    Another version of Beanstream Interac will be released shortly.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  8. #28
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,627
    Plugin Contributions
    123

    Default Re: INTERAC via Beanstream Support Thread

    There was a bug in the first version posted; please re-download this module if you are having payments fail. The updated version is 1.1a.

    Scott
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  9. #29
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,627
    Plugin Contributions
    123

    Default Re: INTERAC via Beanstream Support Thread

    Important message from Beanstream Support: Refer to attached image

    A (Restrict Internet Transaction Processing Types) needs to be unchecked, and B (use username/password validation against transaction) needs to be checked and filled in to match the settings in ZenCart Admin. This is also the way to enable voids/returns. This effects all transactions, IOP included.
    Attached Images Attached Images  
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  10. #30
    Join Date
    Oct 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: INTERAC via Beanstream Support Thread

    Hello...i have install this wonderful addon but am having a problem when it comes to completing the transaction. I have searched this forum and others for the answer...but no luck and am hoping that some on can help me please. The mod works great, the customers are able to complete and pay for the items(s) via INTERAC online...but when the customer leaves their bank website...it sends them back to my website logged out of their account with no Payment success message and order conformation and no emails are generated to the store owner or customer. Also when i check my store admin to check for the order there is no record of it anywhere. When i log into my bean stream account it shows the transactions as being successfully processed. I am really confused please help

 

 
Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3594
    Last Post: 21 Mar 2024, 06:56 PM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  3. Bambora/Beanstream Payment Module Support Thread
    By swguy in forum Addon Payment Modules
    Replies: 127
    Last Post: 26 Mar 2021, 04:13 PM
  4. SnapShot [support thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 32
    Last Post: 26 Oct 2012, 08:38 PM
  5. Beanstream Interac Support
    By nakulien in forum Addon Payment Modules
    Replies: 8
    Last Post: 7 Dec 2009, 04:22 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR