Nop's version of SquareUp breaks checkout page?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
I see now. Here is a work item. But not sure how to implement it better.


Right now we invoke it in the root cshtml file (general solution for all pages). And the only solution I can think about is to pass a page name (string) which will be the same for all. For example, "OnePageCheckout". Like we do with "AppendPageCssClassParts" or "AddTitleParts" method for each page individually.
6 years ago
And done. Here is the solution. Now you can invoke this event in your custom cshtml file with "OnePageCheckout" parameter (as overridden route)
6 years ago
awesome!! You the man!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.