Přejít na obsah
Menu
You need to be registered to interact with the community.
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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
srp 24
3200
1
kvě 23
2591
1
lis 21
3578
0
srp 23
194
1
srp 23
3019