• Creating Relate field via Manifest.php

    Hi everyone. I am trying to create a relate field on the ProductTemplates module which links to TaxRates but am struggling to find the syntax to get it right. My latest attempt is: array( 'name' => 'product_vat_rate', 'label' => 'LBL_PRODUCT_VAT_RATE…
  • Why can't I import controller.php files using module loader?

    OtherCustomization.zip I created the following package, but I had to comment out the controller.php files because there is an error when they are imported. Why can't we import into controller.php files, or any file into custom/modules/<module>/…