Troubleshooting: 404 Errors When Tracking Orders

If your customers are reporting 404 errors when trying to track their orders, or if you're encountering this issue while testing your tracking page, this guide will help you identify and resolve the problem.

Common Causes of 404 Errors

A 404 error when tracking orders typically means the system can't find the page or resource being requested. Here are the most common causes and their solutions:

1. Tracking Page Has Been Deleted or Renamed

The Problem: The "Track Your Order" page may have been accidentally deleted or renamed in your Shopify admin.

How to Fix:

  1. Go to Online Store > Pages in your Shopify admin
  2. Check if your tracking page exists (default name: "Track Your Order")
  3. If it's missing, you can easily regenerate it:
    1. Open the Trackable app
    2. Review your settings
    3. Click "Save" to regenerate the page

2. App Proxy Not Configured Correctly

The Problem: The app proxy settings, which allow Trackable to securely communicate with Shopify, might not be properly configured.

How to Fix:

  1. Ensure the app was installed correctly from the Shopify App Store
  2. Open the Trackable app in your Shopify admin
  3. Click "Save" on the settings page to ensure the app proxy is properly registered
  4. If problems persist, uninstall and reinstall the app

3. Form Submission URL Has Changed

The Problem: The HTML on your tracking page may have been edited, changing the form's submission URL.

How to Fix:

  1. Go to Online Store > Pages in your Shopify admin
  2. Find and edit your "Track Your Order" page
  3. Click on the HTML editor (the > icon)
  4. Check that your form has the correct action attribute:
    1. <form id="enb-lookup-form" method="post" action="/a/enb-lookup/lookup">
  5. If it's different, update it to match the example above
  6. Save your changes

4. JavaScript File Not Loading

The Problem: The tracking form depends on a JavaScript file that might not be loading properly.

How to Fix:

  1. Edit your "Track Your Order" page in the Shopify admin
  2. Check the HTML to ensure this script tag is present at the bottom of the form:
    1. <script src="/a/enb-lookup/scripts/lookup-script.js"></script>
  3. If it's missing, add it back
  4. Save your changes

5. Theme Customizations Affecting the Page

The Problem: Custom theme code or apps might be interfering with the tracking page functionality.

How to Fix:

  1. Temporarily disable theme customizations or third-party apps that modify your storefront
  2. Test the tracking page again
  3. If it works, re-enable each customization one by one to identify the conflict

Testing Your Tracking Page

After applying any fixes, it's important to test your tracking page:

  1. Visit your tracking page (typically at https://your-store.myshopify.com/pages/track-your-order )
  2. Enter test information:
    1. Use a real order number from your store
    2. Enter the email or phone associated with that order
  3. Click the "Track Order" button
  4. You should be redirected to the Shopify order status page

Verifying App Functionality

If you're still encountering issues, verify that the app is functioning correctly:

  1. Open the Trackable app in your Shopify admin
  2. Check if there are any error messages or warnings
  3. Try regenerating your tracking page by saving your settings again
  4. Look at your analytics to see if other customers have successfully used the tracking feature

Common Customer Errors

Sometimes the 404 error is caused by customer input issues rather than technical problems:

  1. Incorrect Order Number Format: Customers might be adding a "#" symbol or other characters
  2. Email/Phone Mismatch: The email or phone entered doesn't match what's on the order
  3. Order Not Found: The order number might be invalid or from a different store

You may want to add clear instructions on your tracking page to help customers avoid these errors.

Contacting Support

If you've tried the solutions above and are still experiencing 404 errors:

  1. Note the exact steps that produce the error
  2. Take a screenshot of the error if possible
  3. Contact Trackable support at support@soviapps.com with:
    1. Your shop domain
    2. The steps you've already tried
    3. Any error screenshots
    4. When the problem started occurring

Our team will work with you to resolve the issue promptly.

Preventative Measures

To prevent future occurrences of this issue:

  1. Be cautious when editing the HTML of your tracking page
  2. Make a backup copy of the HTML before making changes
  3. Test your tracking page after any theme updates or app installations
  4. Consider adding the tracking page link to your navigation menu for easy access and testing

Still need help? Contact Us Contact Us