#1363

Hi again,

Sorry for late response.
Please go to Cpanel or FTP account, go to file functions.php ( child-theme), remove code:

//Wishlist
// function woncep_handheld_footer_bar_wishlist() {
// 	if (function_exists('woosw_init')) {
//             $key = WPCleverWoosw::get_key();
//             ?>

//             <a class="footer-wishlist woosw-check" href="<?php echo esc_url(WPCleverWoosw::get_url($key, true)); ?>">
//                 <span class="title"><?php echo esc_html__('Wishlist', 'woncep'); ?></span>
//                 <span class="count"><?php echo esc_html(WPCleverWoosw::get_count($key)); ?></span>
//             </a>
//             <?php
//         }
//     }