My custom file is under: ROOT\extension\modulename\catalog\controller\account\file.php
takes me to page not found:
namespace
namespace Opencart\Catalog\Controller\Extension\Modulename\Account;
tried various routes:
4.1.0.0/index.php?route=extension/modulename/controller/account/file&language=en-gb&customer_token=bedc531298401681f32115c34e
4.1.0.0/index.php?route=extension/modulename/account/file&language=en-gb&customer_token=bedc531298401681f32115c34e
nothing works
Opencart Expert | voldemaras@gmail.com
Extensions for Opencart @ https://www.opencartextensions.eu / or Opencart Marketplace
Need Custom Module? debug third party module or simply have any question related to Opencart? feel free to contact directly for a live chat session:) - INSTANT LIVE CHAT
Assuming your extension name is modulename then the namespace would probably be this one:D3MO wrote: ↑Wed Jan 29, 2025 10:26 pmCan someone share some light:)
My custom file is under: ROOT\extension\modulename\catalog\controller\account\file.php
takes me to page not found:
namespace
namespace Opencart\Catalog\Controller\Extension\Modulename\Account;
tried various routes:
4.1.0.0/index.php?route=extension/modulename/controller/account/file&language=en-gb&customer_token=bedc531298401681f32115c34e
4.1.0.0/index.php?route=extension/modulename/account/file&language=en-gb&customer_token=bedc531298401681f32115c34e
nothing works
namespace Opencart\Catalog\Controller\Extension\modulename\Account;
and the URL would be this:
whatever/index.php?route=extension/modulename/account/file&language=en-gb&customer_token=bedc531298401681f32115c34e
Have you made sure that your file.php contains a function index( ) ?
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Opencart Expert | voldemaras@gmail.com
Extensions for Opencart @ https://www.opencartextensions.eu / or Opencart Marketplace
Need Custom Module? debug third party module or simply have any question related to Opencart? feel free to contact directly for a live chat session:) - INSTANT LIVE CHAT
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Users browsing this forum: No registered users and 17 guests