Jump to content

smarmysam

Members
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • First Name
    Smarmy
  • Last Name
    Sam

smarmysam's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks for the suggestion, but no its not the permission thats at issue.
  2. Hi All, I've added a new file called override/classes/ProductSale.php. Then I've copied one method which is called by the script I am testing. <?php class ProductSale extends ProductSaleCore{ public static function getBestSalesLight($id_lang, $page_number = 0, $nb_products = 10, Context $context = null) { ... } I then delete my /cache/class_index.php file. When it regenerates the class index file, it doesnt update for my overidden class ... 'ProductSale' => array ( 'path' => '', 'type' => 'class', 'override' => false, ), 'ProductSaleCore' => array ( 'path' => 'classes/ProductSale.php', 'type' => 'class', 'override' => false, ), ... So in effect, overriding is not working. Anyone with any suggestions? Thanks Sam
×
×
  • Create New...