shiny1995
Forum Replies Created
-
Hi Vic!
At Judge.me, we take the customer’s data very seriously, which explains why our agents took extra cautious steps when they received your deleting request. Our apology if we have made you feel like having to jump through hoops.
As a SaaS solution, we will consider each store as an account, and the data will be sent and stored on our servers. But you’re right, we should have made this clear right from the beginning. Our team has been working on adding this to our readme file so future users are aware. This is all thanks to your feedback, Vic.
Also, it seems that we’re not suitable for your needs at the moment, but we hope to be a part of your other project in the future!
Hi @jaxx89d
We haven’t heard back from you yet, so just want to give this a nudge.
Regarding the myshopify login redirect, this usually happens in these 3 cases:
- The setting page is opened outside of the WordPress dashboard.
- The store domain has been changed recently.
- The store was duplicated from a staging store that also uses Judge.me.
Regardless of the cases, this should be an easy fix.
If you don’t mind giving us another go, please let us know your store URL or which of the cases above is most applicable to you and we’ll help guide you further.
Ah, each theme is structured differently, so we just needed to double-check.
As you’re uncomfortable with it, please ask your theme developer for the specific visual hook name related to where you want the preview badge to be. Usually, it’s woocommerce_shop_loop_item_title for the product title on collection pages.
When you’ve got the hook name, please add this code snippet:add_action( 'init', function () { add_action( 'ADD HOOK NAME HERE', array( 'JGM_Widget', 'judgeme_preview_badge' ), 10 ); } );This can be added to your page using a plugin like Code Snippets.
Hope this helps.