glyphicon glyphicon-chevron-up

Phoca Cart - complex e-commerce extension
Kai1
Phoca Member
Phoca Member
Posts: 19
Joined: 06 Apr 2018, 23:23

glyphicon glyphicon-chevron-up

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: glyphicon glyphicon-chevron-up

Post 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)

Image

Jan
If you find Phoca extensions useful, please support the project
Post Reply