Skip to Content
Menú
This question has been flagged

I want to override "update_wishlist_view" function which is defined under website_sale_wishlist module. Here is the function. How can i do that?

   update_wishlist_view: function() {
        if (this.wishlist_product_ids.length > 0) {
            $('#my_wish').show();
            $('.my_wish_quantity').text(this.wishlist_product_ids.length);
        }
        else {
            $('#my_wish').hide();
        }
    }
Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
d’ag. 24
3199
1
de maig 23
2590
1
de nov. 21
3577
0
d’ag. 23
194
1
d’ag. 23
3010