davext
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] snippet to change text in reviewsJust heads up– The solution Mirko P. (official plugin support) posted is extremely inefficient. You’d be running this filter literally on all the gettext runs. A better solution is editing the template file for reviews and putting it under your child theme.
Switched it out with Woocommerce. Your guys’s product has way too many flaws to be working in a production environment. Something that is that easy should not require custom coding. It should be a checkbox in the settings weather to allow tracking for all orders or not.
I got several emails from people that bought a digital product and they couldn’t download it. It doesn’t send them a link in the email and the track your order link doesn’t work unless they have the cookie. So now all purchasers from mobile phones that check out as guests couldn’t download it.
I wish I can continue using the plugin but it’s too unreliable.
Best of luck ??I tried editing this line
if ( is_user_logged_in() ) {
in template-function.php to say
if (true || is_user_logged_in() ) {
to make it short circuit and not check if the user is logged in or not and it did not work still.
How can I just allow everyone to access the order status page? I don’t wanna restrict it to any one. Is there something I can or something I can comment out (maybe a cookie checking function)? Thanks you so much for your help ??