• Resolved zerotiu

    (@zerotiu)


    Mine wont sync.
    I can’t seem to attach the picture directly, but here’s from post image :

    Won’t sync :
    https://i.postimg.cc/ZYs7vk7m/Screenshot-2026-02-26-at-12-21-15.png

    After checking, maybe it’s because of this :

    Incorrect Order (Current):

    • PHP
      // 1. Checks for ID card
      if (!Wt_Pf_Sh:: check_write_access(…)) ( return; }
      // 2. Opens wallet to get ID card
      parse_str wp_unslash $_POST| “form’ 1 ?? “* ), $form ):

      Correct Order:
    • PHP
      // 1. Open wallet (Parse the form string first)
      parse_str wp_unslash $_POST ‘form’ 1 ?7 • ), $form );
      $_REQUEST = $form = (array) $form; // Make the variables global so the helper can see them
      // 2. Now check the ID card (Nonce)
      if (IWt_Pf_Sh: : check_write_access (WEBTOFFEE_PRODUCT_FEED_ID, “wt-category-mapping’)) {
      return;
      }
Viewing 1 replies (of 1 total)
  • Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi @zerotiu,

    Thank you for reaching out to us.

    We’ve identified the issue and have implemented a fix. The fix will be included in the upcoming plugin release.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.