Devel Plugin for ovverride PDF service

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 years ago
Hi,

Is't possibile to devel a plugin that ovveride PDF service? If yes, Is there a guide?
9 years ago
Yes, possible.

1. Make your plugin implement IPdfService or inherits PdfService.
2. Register your custom PdfService in DependencyRegistrar (make sure you set higher priority).
9 years ago
wooncherk wrote:
Yes, possible.

1. Make your plugin implement IPdfService or inherits PdfService.
2. Register your custom PdfService in DependencyRegistrar (make sure you set higher priority).


Thank you very much! It's like my idea suggested by this http://docs.nopcommerce.com/display/nc/Plugin+with+data+access
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.