My First Shipment Plugin

  • Posts: 175
  • Thank you received: 0
11 years 1 month ago #125187

Hello,
i'm trying to create my first shipment plugin... i don't have problem on the backend (admin).. but at the moment i'm totally confuse about the front end...

i'm adding this code:
class plgHikaShopshippingJNE extends hikashopShippingPlugin {
var $multiple = true;
var $name = 'jne';

//GET CONFIG
function onShippingDisplay(&$order,&$methods,&$usable_methods,&$messages){
var_dump($order);
die();
}
}

but the die isn't triggered as it never called... how to debug it ?

For Manual Payment, Why there is a copy of manual shipment plugin in administrator\components\com_hikashop\plg_hikashopshipping_manual\manual.php ... are they included in the system ?

Last edit: 11 years 1 month ago by veeco.

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 1 month ago #125207

Hi,

Have you put the files in a zip archive, then install it thanks to the joomla extension system and published it ?

Please Log in or Create an account to join the conversation.

Time to create page: 0.040 seconds
Powered by Kunena Forum