nik7n
Forum Replies Created
-
No, it wasn’t the case. The problem was somewhat more complicated. I actually submitted a PR to you Github repo already, please have a look https://github.com/woocommerce/woocommerce-gateway-paypal-express-checkout/pull/884
So it broke the entire website basically
> Can you please share URL of a page with this problem?
Why do you need an URL? It’s not an issue I can show visually
- This reply was modified 4 years, 11 months ago by nik7n.
Forum: Reviews
In reply to: [Wishlist for WooCommerce] Excellent!Also made it so that ajax request is not sent if it’s a guest user
Forum: Reviews
In reply to: [Wishlist for WooCommerce] Excellent!Also I changed cookie name from
siteSlug + '_wc_wishlist'to'jvm_wc_wishlist', because site slug can be changed, which would mess wishlists for users. And also fixed that user_id issue. Haven’t compared it with your changes yetForum: Reviews
In reply to: [Wishlist for WooCommerce] Excellent!I guess bitbucket/github would be better, would be easier for you.
I made it so that cookie is only used for guest users. For logged in users it will not do
setcookieon backend, instead it will pass product IDs asJVMWooCommerceWishlistJSParams.productIdsproperty. So for guest you see one set of products, then if you would log in you would see another set of products (from wp_usermeta), then if you will log out again you should see products from cookies again. I.e. cookie and meta don’t interfere with each otherForum: Reviews
In reply to: [Wishlist for WooCommerce] Excellent!Welcome! If you have git repository for this plugin, I fixed a few issues for it so would submit some PRs