Opencart 2 - Custom shipping Methods

2.7k views Asked by At

I was wondering whrere the shipping methods are set up in Opencart 2 - not in the Admin-Panel, but on the server and database. I would like to set up my own (stub-) shipping method without the use of Extensions - maybe by cloning and customizing an existing one, but I can't find their location (i.e. the files to edit/copy) on the server.

1

There are 1 answers

3
xtools On BEST ANSWER

A shipping-method consists of the following parts on your server:

admin/

  • controller/shipping/xx.php
  • language/english/shipping/xx.php
  • view/template/shipping/xx.tpl

catalog/

  • language/english/shipping/xx.php
  • model/shipping/xx.php