ERROR - Razor Template not found : config on Payment screen #294
-
|
Hello, I'm getting the following error on the payment section of the checkout process. Can anyone shed some light on what the issue might be? The payment to Paypal works fine when clicking the button. ERROR - Razor Template Not Found: config. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
|
BUMP does anyone have any idea what this problem could be? |
Beta Was this translation helpful? Give feedback.
-
|
Can someone from Open Store please provide some insights here we're going on 2 weeks with no reply and it seems like this issue is affecting others using the software as well. Things i've tried: |
Beta Was this translation helpful? Give feedback.
-
|
Sorry Alex but I haven't used the skip payment feature so I'd have to do some exploring. I am also not 100% sure on the template error but I'd take a look and verify you have the NBright/Providers/ManualPaymentProvider/Themes/config/default/methodselection.html file in place and the setting is also matching that filename. You may also want to review the db PLUGIN type code entries just in case something is amiss. Occasionally we've seen duplicate PLUGIN typecode entries with PortalIds of 99999 post plugin upgrade. If you see a dup then you will need to remove this manually. |
Beta Was this translation helpful? Give feedback.
-
|
@DNNMonster I did find dups in the "[NBrightBuy]" table with reference to OSPaypal so I deleted the one with PortalID 99999 but that didn't fix the issue. I checked for the methodselection.html file in the default & OS_Paypal directories and it does exist in both. Not sure what next steps are, can you please advise. Alternatively if you can tell me where the code can be found that renders that string I can encapsulate it in a div with a class and just hide it via CSS since the functionality of the checkout works fine. |
Beta Was this translation helpful? Give feedback.



Still seems like a template issue related to a missing file or bogus setting. I think I may have sent a slightly wrong file name earlier with the .html extension.
Can you verify there is a NBright\NBrightBuy\Providers\ManualPaymentProvider\Themes\config\default\methodselection.cshtml?
Also can you review your Manual Payment settings so as to make sure that the template input is using the exact same filename with a matching file extension. ie. methodselection.cshtml
For a css work around... Isn't that message already wrapped in a div with a "defaultmessage" class? You can review the source from the browser to verify this but that should work for the css selector if you have no success solv…