I want to use core controller method which is "product" action method and non action prepareProductDetailMethod
in my plugin but I want to only override this method in my plugin
not implement again in my plugin
So.How to call core controller method?
Please give me steps as well as example.