• Resolved Jason

    (@stanleymog)


    Hi,

    WordPress 5.7.2
    Lite Speed 3.6.4
    WooCommerce 5.3.0

    After banging my head against a brick wall it seems LS is causing a conflict with WP Affiliate Manager, well that was result after searching Google for a few days.

    The problem is according to WP Affiliate Manager Debug is ‘could not get wpam_id/wpam_refkey from cookie.’ which means the affiliate will not get any commission and the answer seems to be to disable LS, which I don’t want to do as I like it and it also runs my CDN as well.

    The problem only happens when paying via PayPal, I tested it on a cheque payment and all worked fine.

    Does anyone have any suggestions on what could be causing the problem?

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    so that plugin uses cookie ?

    if you can get the cookie name , then add this at top of your .htaccess

    <IfModule LiteSpeed>
    RewriteEngine On
    RewriteRule .? - [E=Cache-Vary:cookie_name]
    </IfModule>

    replace cookie_name to the name that plugin uses

    then purge all

    see if it helps

    Best regards,

    Thread Starter Jason

    (@stanleymog)

    Thanks for the reply, I’ve been unwell hence the delay in replying. I will give it a try.

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    I’m going to mark this topic “Resolved”, due to lack of activity.

    If you still need help, please feel free to re-open it.

    When re-open it, please also change the topic status to “not solved”

    Best regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘LS causing conflict with WP Affiliate Manager’ is closed to new replies.