Jump to content

PS 1.6.0.6 Class 'ProductCore' not found in /override/classes/Product.php


venditdevs

Recommended Posts

I want to override the ProductCore class so i wrote  a new Product.php and i've put it in override/classes/

I've deleted the class_index.php cache file.

 

This is what i get if i try to access the shop:

Class 'ProductCore' not found in /override/classes/Product.php

 

Example contents override/classes/Product.php:
<?php
class Product extends ProductCore

{

 //CODE HERE

}
?>

Link to comment
Share on other sites

  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...