Feature Request: Wishlist button only on item view

Phoca Cart - complex e-commerce extension
User avatar
adroussel
Phoca Member
Phoca Member
Posts: 12
Joined: 20 Feb 2022, 16:39

Feature Request: Wishlist button only on item view

Post by adroussel »

Hello

The wishlist feature is great but under UIKIT , the category or items view shows the wishlist button over the other view product or select attribute buttons. This could be improved.
https://tentacul.art/index.php?option=c ... Itemid=240
(See it trying to click a view product button)
I guess I'll use a view overlay to solve this.

Also the ability to enable the wishlist only on the item page.
Thanks again for this great great component

Tags:
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48400
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Feature Request: Wishlist button only on item view

Post by Jan »

Hi,

you can disable fade action in Options:

Image

so the icon is displayed above the buttons.

Or to hide it per CSS:

Code: Select all

.ph-category-action-box-fade-icons {
    display: none;
}
for category view only.


BTW, yes, the behaviour is not ok for fade icons, I will take a look at it.

Jan
If you find Phoca extensions useful, please support the project
alexsunny123
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 23 Oct 2022, 11:19

Re: Feature Request: Wishlist button only on item view

Post by alexsunny123 »

Jan wrote: 20 Oct 2022, 22:54 Hi,

you can disable fade action in Options:

so the icon is displayed above the buttons.

Or to hide it per CSS:

Code: Select all

.ph-category-action-box-fade-icons {
    display: none;
}
for category view only.


BTW, yes, the behaviour is not ok for fade icons, I will take a look at it.

Jan
thanks my issue has been fixed.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48400
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Feature Request: Wishlist button only on item view

Post by Jan »

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