Override existing features in App

Hi,

We want to customize product page, so instead of forking shopping cart and erpnext, I have created new aap. In this aap,

I have created item.html under templates/generators and product_page.js under templates/includes.

Then rebuild the setup with:

  • frappe --build
  • frappe --clear_web
  • frappe -build_sitemap

But still its showing default functionality.

my apps.txt looks like:
frappe
erpnext
ozsmart_cart

Please let me know, whether the overriding process is correct or not?

Regards,
Saurabh

Can you share the repository, so that it’s easier to test?

the repo.
https://github.com/saurabh6790/ozsmart_cart

You can’t override a page like that. What do you want to customize?