Has anyone successfully connected a Catalook store using LinkPoint as the Credit Card processor and DotNetCharge as the Gateway?
I have configured DotNetCharge in the site and successfully tested it using the two files provided by DotNetCharge to test LinkPoint, but I am not able to make it work using CataLook.
Can anyone help me please?
Yes, LinkPoint is used by several CATALooK.netStore users. If you want contact one of them please send a request to support@dnnsoft.com .
To use this gateway you must add the Referrer parameter to the dotnetcharge provider. Please find all information in chapter: 'Add new .netCHARGE properties which are not defined by the CATALooK.netStore settings (module CAT_StoreSettings)'
Also you must turn of the test mode: Enter a valid license key and disable the 'CC test mode' checkbox on module CAT_SToreSettings.
Thanks for your reply!
In your response, you mention “and disable the 'CC test mode' checkbox on module CAT_SToreSettings”, but I don’t see that option on the module. My Catalook copy has a valid license key.
I added: Objcc.Referrer="https://www.crbodies.com/Default.aspx?tabid=66&CC=1&SSL=no" in the DotNetChargeProvider.vb as indicated in the manual, but I was informed by the LinkPoint technical support that their system does not support dynamically generated pages as the Referrer parameter.
Question:
In the field: “Merchant Hash/Certificate”, do you copy/paste the content of the .PEM Certificate or do you indicate the location of the .PEM file? In the test code provided by DotNetCharge you have to provide the location of the .PEM file.
Hi... I hoping someone can help me out since I also am setting up a site that uses the LinkPoint gateway via DotNetCharge. I have done everything that was listed previously on this post for modifying and adding the Referrer property and using the path to the .PEM file. However the problem I have is when I go through the purchase process and the credit card info is entered and you click on the final button to process the card I end up getting an error stating that the 'Type initialization failed' on the DotNetCharge provider. I am not sure why I get that. Another thing I noticed is that the DotNetChargeProvider after I made the change to it and recompiled it the file size was smalled then the origianl one (10K vs 13K). Not sure if that means I am missing something there or not.
Thanks for your help!
- Dorian
You must add some lines to your web.config see below:
-Open your web.config add the following entry in the <sectionGroup name="dotnetnuke"> section:
<section name="Gateways" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
add the following entry in the <dotnetnuke> section:
<Gateways defaultProvider="DotNetChargeProvider"> <providers> <clear /> <add name="DotNetChargeProvider" type="CATALooK.Gateways.DotNetChargeProvider, CATALooKStore.DotNetChargeProvider" /> </providers> </Gateways>