Page 1 of 1
glyphicon glyphicon-chevron-up
Posted: 01 Aug 2018, 18:13
by Kai1
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.
Re: glyphicon glyphicon-chevron-up
Posted: 07 Aug 2018, 14:11
by Jan
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