I'm trying to add a new carrier.
I added the added a new row in the cscart_shipping_services with the folling info
service_id = 407
status = A
module = geniki_taxidromiki
code = ''
sp_file = ''
(check screenshot)
After that i created a new file in the app/Tygh/Shippings/Services/Geniki_taxidromiki.php which contains the class geniki_taxidromik
Inside this class i have the following code
public static function getInfo() { return array( 'name' => __('geniki_taxidromiki'), 'tracking_url' => 'http://www.taxydromiki.gr/Tracktrace.aspx?track=%s' ); }
I just want to add the tracking url when this carrier is selected. Is there something that i'm missing?
Is there any documentation on how to do this?
Version 4.11.3