You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing another issue on my localhost WP site, I noticed the wc-square-admin-products.js is buggy.
On a variable product, once sync is enabled and I reload the page, the script marks the sync checkbox unchecked because it checks for if ( isVariable() && ! $( 'input[id^="variable_sku"]' ).length ) { too early.
This is a bit intermittent too. On Firefox, I am able to replicate it almost everytime on my site as well as the merchant's site.
The text was updated successfully, but these errors were encountered:
@vikrampm1@jeffpaul Can we increase the priority, please? It seems to be actually affecting the sync status.
Create a variable product, mark it to sync with Square
Reload the variable product edit page, it unticks the sync checkbox
Saving it reflects the change. An admin / store manager could be unaware of this, and might end up disabling the sync when all they did is just tweaked the product description for example
vikrampm1
added
priority: high
The issue/PR is high priority—if affect lots of customers substantially, but not critically.
and removed
priority: low
The issue/PR is low priority—not many people are affected or there’s a workaround, etc.
labels
Jan 6, 2025
Uh oh!
There was an error while loading. Please reload this page.
While testing another issue on my localhost WP site, I noticed the
wc-square-admin-products.js
is buggy.On a variable product, once sync is enabled and I reload the page, the script marks the sync checkbox unchecked because it checks for
if ( isVariable() && ! $( 'input[id^="variable_sku"]' ).length ) {
too early.This is a bit intermittent too. On Firefox, I am able to replicate it almost everytime on my site as well as the merchant's site.
The text was updated successfully, but these errors were encountered: