コンテンツへスキップ
メニュー
この質問にフラグが付けられました

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();
        }
    }
アバター
破棄
関連投稿 返信 ビュー 活動
1
8月 24
3487
1
5月 23
2880
1
11月 21
3935
0
8月 23
194
1
8月 23
3355