Trying to create a template override following the documentation for the Quantity Inputs and Buttons.
Whatever I tried looks like not possible to load the template override.
Documentation:
Create the hikashop_button.php in "templates/template/html/com_hikashop/ folder.
File created.
Then define the Function "hikashop_quantity_render($html,$i,$max_quantity,$min_quantity)". Function defined.
But I can't see anyway that it 's being used.
In administrator/compo.../hika../helpers/cart.php, I even set the if ($this->override && function_exists()) { }
to if($this->override) {$html = "myname" }, to see if it can see the template override but no luck...
Isn't supposed to be able to see the override, since it exists in the template folder ?
What am I missing here ?
Can someone confirm that the documentation is right ? I just created a clean Joomla and Hikashop Install to try and Template Overrides doesn't look to work, at least with the way described in the Documentation.