glyphicon glyphicon-chevron-up
-
- Phoca Member
- Posts: 19
- Joined: 06 Apr 2018, 23:23
glyphicon glyphicon-chevron-up
Good afternoon! I can not find the file to create an override. I want to change the icon in the product "glyphicon glyphicon-chevron-up". Tell the path to the file.
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: glyphicon glyphicon-chevron-up
Hi, they are part of media library:
administrator\components\com_phocacart\libraries\phocacart\render\media.php
line 96:
public function loadTouchSpin($name) {
so in fact you should copy this function and create own and load this one in your override.
Or you can set in parameters from chevron-up/down to plus/minus (parameter: quantity input spinner)
Jan
administrator\components\com_phocacart\libraries\phocacart\render\media.php
line 96:
public function loadTouchSpin($name) {
so in fact you should copy this function and create own and load this one in your override.
Or you can set in parameters from chevron-up/down to plus/minus (parameter: quantity input spinner)
Jan
If you find Phoca extensions useful, please support the project