Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda

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
Buang
Post Terkait Replies Tampilan Aktivitas
1
Agu 24
3194
1
Mei 23
2584
1
Nov 21
3569
0
Agu 23
194
1
Agu 23
3003