Overridding a Shipping Method - What am I missing

后端 未结 5 1197
生来不讨喜
生来不讨喜 2021-01-12 17:53

I\'ve written many many modules before but for some reason my shipping module won\'t override an exsiting Magneto shipping method. Is that allowed? What am I missing here?

5条回答
  •  不思量自难忘°
    2021-01-12 18:50

    After working through this one a bit, I found that the only way to override the shipping controller was to make a duplicate of the file (and directory structure) in the local code folder. Then I could basically tweak the code.

    Not sure why Magento doesn't seem to allow the standard overriding of these shipping functions, but a least there is a work around.

提交回复
热议问题