Urgent 3rd party Payment processor problem CS-CART 4

Hello,



We have a huge problem with our payment processor. We cannot get it to work with cs-cart 4. The problem is the following:

When adding a payment method, ours is: Pay.nl , by selecting the correct processor (in our case Pay.nl) and the template pay.nl.tpl it reverts back to the business_check.tpl. When you open the payment methods is states business_check.tpl at Template instead of the pay.nl.tpl file. This results in an error in the configuration tab where we have to fill in specific data from the payment service provider (Fout[color=#B94A48]Oops, something went wrong (SyntaxError: Unexpected token <). Please try again.[/color] The reason for the error is that it looks for the incorrect template.



All the files are in the correct place (we believe but can be wrong). Even when you look at the template when adding a payment method the file (pay.nl.tpl) is there, but when installed again the business_check.tpl which cannot be changed.



This is the sql query we also tried in the demo install with no result.

REPLACE INTO cscart_payment_processors (processor_id, processor, processor_script, processor_template, admin_template, callback, type) values ('1001', 'Pay.nl','pay.nl.php', 'pay.nl.tpl','pay.nl.tpl', 'N', 'P');



I also found out that there is a directory that didn't exist in cs-cart 3 and seems to be double in 4:



/design/backend/templates/views/orders/components/payments



and



/design/themes/basic/templates/views/orders/components/payments



Does anyone have a solution or knows a solution. This prevents us from going live with this shop and we get very frustrated. I installed it on a demo site. If you want I can send you login details.



Please if anyone can help, it is urgent so we are grateful for any help. Please find attached the working version for 3.0 and the adapted version for 4 which has problems. We believe it is a minor thing we are overlooking.



Thanks in advance.

401_1.zip

cs-cart 3.zip

Hello



At the moment I working for a client of mine that has a CS-Cart V3 running that has ready to go options from MultiSafepay and Sisow(.nl). For one of our own stores which will be an V4 we might also need a iDeal solution that is ready to go.



Have you tried to contact the people at MultiSafepay. I do recall that they are quite experienced with CS-Cart right now. Maybe they can help you debug the implementation.



Regards



PS you don't happen to have ready to go Bitcoin solution that I can lease from you ?

I just fixed the sisow module for CS cart 4, If you contact sisow they can give it to you.

(note: no problems in testing mode, my live account wasn't ready yet).



I also had the same problem on the frontend of the error on sisows cs cart 4 plugin: [color=#B94A48]Oops, something went wrong (SyntaxError: Unexpected token <). Please try again[/color]

I fixed that by mentioning the registry namespace in the file according to: http://docs.cs-cart.com/adapting-addon-3to4

Use error log to find the problem file.

it was also necessary to add the app/payment/sisow folder from cs cart 3



Jorden

[color=#000000][font=Helvetica][size=1]

Stap 1: bestanden kopiëren [/size][/font][/color][color=#000000][font=Helvetica][size=1]

Stap 2: in mySQL:[/size][/font][/color][color=#000000][font=Helvetica][size=1]

[color=#282828][font=arial, verdana, tahoma, sans-serif][size=4]REPLACE INTO cscart_payment_processors (processor_id, processor, processor_script, processor_template, admin_template, callback, type) values [/size][/font][/color][font=“arial, verdana, tahoma, sans-serif”][color=“#282828”][size=4](1001, 'Pay.nl', 'paynl.php', 'views/orders/components/payments/cc_outside.tpl ', 'paynl.tpl', 'N', 'P');[/size][/color][/font][/size][/font][/color]

[color=#000000][font=Helvetica][size=1]

[font=“arial, verdana, tahoma, sans-serif”][color=“#282828”][size=4]Daarmee zou hij het moeten doen. [/size][/color][/font][/size][/font][/color]

Beste Eduard,



Zelf krijg ik nu ook problemen met de installatie op cscart 4.0.2. Heeft u inmiddels het probleem opgelost?




Dear Eduard,

Recently I also have some trouble installing Pay.NL on cscart 4.0.2. Have you find a solution yet?