Plugin Directory

Changeset 2357450


Ignore:
Timestamp:
08/11/2020 04:55:07 PM (6 years ago)
Author:
convertize
Message:

Update for ecommerce nudges

Location:
nudgify
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • nudgify/tags/1.0.7/nudgify.php

    r2349244 r2357450  
    44Description: Install Nudgify on your WordPress website in less then 10 seconds. Integrate unique tracking code of Nudgify into every page of your website in one click.
    55Author: Nudgify
    6 Version: 1.0.6
     6Version: 1.0.7
    77Author URI: https://nudgify.com
    88License: GPLv2
     
    119119
    120120                    $pixelData['data']['product'] = [
     121                        'id' => $this->product->get_id(),
    121122                        'stock' => $this->get_product_stock(),
    122123                        'image' => $this->get_product_image($this->product)
  • nudgify/trunk/nudgify.php

    r2349244 r2357450  
    44Description: Install Nudgify on your WordPress website in less then 10 seconds. Integrate unique tracking code of Nudgify into every page of your website in one click.
    55Author: Nudgify
    6 Version: 1.0.6
     6Version: 1.0.7
    77Author URI: https://nudgify.com
    88License: GPLv2
     
    119119
    120120                    $pixelData['data']['product'] = [
     121                        'id' => $this->product->get_id(),
    121122                        'stock' => $this->get_product_stock(),
    122123                        'image' => $this->get_product_image($this->product)
Note: See TracChangeset for help on using the changeset viewer.