Plugin Directory

Changeset 2362528


Ignore:
Timestamp:
08/16/2020 07:29:46 PM (6 years ago)
Author:
creativehassan
Message:

Plugin update for product ID in PAGE_VIEW pixel fire

Location:
snap-pixel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • snap-pixel/tags/1.5.3/includes/function.php

    r2362527 r2362528  
    113113            if( $post && $_product && is_product() ){
    114114                $producted_id = $_product->get_id();
    115                 echo $producted_id;
    116115            }
    117116            ?>
  • snap-pixel/trunk/includes/function.php

    r2362527 r2362528  
    113113            if( $post && $_product && is_product() ){
    114114                $producted_id = $_product->get_id();
    115                 echo $producted_id;
    116115            }
    117116            ?>
Note: See TracChangeset for help on using the changeset viewer.