Title: davext's Replies | WordPress.org

---

# davext

  [  ](https://wordpress.org/support/users/davext/)

 *   [Profile](https://wordpress.org/support/users/davext/)
 *   [Topics Started](https://wordpress.org/support/users/davext/topics/)
 *   [Replies Created](https://wordpress.org/support/users/davext/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/davext/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/davext/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/davext/engagements/)
 *   [Favorites](https://wordpress.org/support/users/davext/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] snippet to change text in reviews](https://wordpress.org/support/topic/snippet-to-change-text-in-reviews/)
 *  [davext](https://wordpress.org/support/users/davext/)
 * (@davext)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/snippet-to-change-text-in-reviews/#post-16297932)
 * Just 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MarketPress - WordPress eCommerce] Order tracking page not working unless user is signed in](https://wordpress.org/support/topic/order-tracking-page-not-working-unless-user-is-signed-in/)
 *  Thread Starter [davext](https://wordpress.org/support/users/davext/)
 * (@davext)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/order-tracking-page-not-working-unless-user-is-signed-in/#post-10977546)
 * 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
   🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MarketPress - WordPress eCommerce] Order tracking page not working unless user is signed in](https://wordpress.org/support/topic/order-tracking-page-not-working-unless-user-is-signed-in/)
 *  Thread Starter [davext](https://wordpress.org/support/users/davext/)
 * (@davext)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/order-tracking-page-not-working-unless-user-is-signed-in/#post-10891653)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MarketPress - WordPress eCommerce] Order tracking page not working unless user is signed in](https://wordpress.org/support/topic/order-tracking-page-not-working-unless-user-is-signed-in/)
 *  Thread Starter [davext](https://wordpress.org/support/users/davext/)
 * (@davext)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/order-tracking-page-not-working-unless-user-is-signed-in/#post-10891643)
 * 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 🙂

Viewing 4 replies - 1 through 4 (of 4 total)