Plugin Directory

Changeset 2647730


Ignore:
Timestamp:
12/22/2021 09:52:54 AM (4 years ago)
Author:
shinystat
Message:

Changes to condition to check item_count for timestamp update.

Location:
shinystat-analytics
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • shinystat-analytics/tags/1.0.8/public/class-shinystat-analytics-public.php

    r2647716 r2647730  
    259259                            if (!!shn_engage.cart_content &&
    260260                                typeof(shn_engage.cart_content.item_count) !== "undefined" &&
    261                                     shn_engage.cart_content.item_count != null &&
    262261                                shn_engage.cart_content.item_count != cart_content.item_count) {
    263262                               
  • shinystat-analytics/trunk/public/class-shinystat-analytics-public.php

    r2647715 r2647730  
    259259                            if (!!shn_engage.cart_content &&
    260260                                typeof(shn_engage.cart_content.item_count) !== "undefined" &&
    261                                     shn_engage.cart_content.item_count != null &&
    262261                                shn_engage.cart_content.item_count != cart_content.item_count) {
    263262                               
Note: See TracChangeset for help on using the changeset viewer.