• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

YITH WooCommerce Desktop Notifications

YITH WooCommerce Desktop Notifications v1.28.0

No permission to download

Babak

Well-known member
Staff member
Administrator
May 24, 2018
80,478
148,131
120
32
Babak submitted a new resource:

YITH WooCommerce Desktop Notifications - Download Free YITH WooCommerce Desktop Notifications Nulled

notification-landing-image.jpg
Do you like the sound of money? I’m sure you do, since when you own an e-commerce store, there is no better sound from the one of a scored sale.
When customers buy from your online store, you must know right away, in order to be able to taste that particular feeling that only sales can give.

It doesn’t matter what you are doing, doesn’t matter if you are checking your budget or if you are in a meeting with your colleagues, you need to be informed!

Sure, you must...

Read more about this resource...
 
  • Like
Reactions: pippopo and maryvb
Thanks for this, however there is a bug in the file: /templates/admin/notifications-load-options-premium.php starting on line 277 you change this:
PHP:
$product_ids = $db_value[$key]['products'];
    if (is_array($product_ids)) {
        foreach ($product_ids as $product_id) {
            $product = wc_get_product($product_id);
            if (is_object($product)) {
                echo '<option value="' . esc_attr($product_id) . '"' . selected(true, true, false) . '>' . wp_kses_post($product->get_formatted_name()) . '</option>';
            }
        }
    }
}
to this:
PHP:
$product_ids = $db_value[$key]['products'];

if (is_array($product_ids)) {
    foreach ($product_ids as $product_id) {
        $product = wc_get_product($product_id);
        if (is_object($product)) {
            echo '<option value="' . esc_attr($product_id) . '"' . selected(true, true, false) . '>' . wp_kses_post($product->get_formatted_name()) . '</option>';
        }
    }
}

It seems they had a extra "}" in there that made the plugin not allow to add new notifications but this fixed it for me and the plugin works great! Thanks ;)
 
  • Like
Reactions: Babak
Babak updated YITH WooCommerce Desktop Notifications with a new update entry:

YITH WooCommerce Desktop Notifications v1.2.7

Download YITH WooCommerce Desktop Notifications v1.2.7 Nulled Free
VERSION 1.2.7 - RELEASED: AUG 05, 2019

  • New: Support to WooCommerce 3.7.0 RC2
  • New: Create notification when booking product is placed
  • New: Create new notification for request booking for bookings that need confirmation
  • Update: Italian language
  • Update: Plugin-fw
  • Update: .Pot file

Read the rest of this update entry...
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock