Fastech Trainwreck

Status
Not open for further replies.

zoiDman

My -0^10 = Nothing at All*
Supporting Member
ECF Veteran
Apr 16, 2010
41,617
1
84,722
So-Cal
After 93 Days, and tracking that said the my Package was "Exported from the departure country" 17 times, and going Back n' Forth on a FT Ticket, it is Finally Over.

I got My Refund Today.

In the Immortal words of Bob Weir... What Long, Strange Trip its been.
 

Beamslider

Vaping Master
ECF Veteran
Verified Member
May 29, 2017
3,895
11,502
San Francisco
I had 6 fasttech orders made back in April. On came in about two weeks the other 5 orders took about 3 months.

I have since ordered 3 more times in June. Two have arrived in less than 3 weeks. One is still going round and round in China.....

Seems you get lucky on some and others just take forever.
 

zoiDman

My -0^10 = Nothing at All*
Supporting Member
ECF Veteran
Apr 16, 2010
41,617
1
84,722
So-Cal
...

So how can your tracking number be expired? That makes no sense to me whatsoever.

I think Vinny is referring to the 17Track status. Check out my order...

FT_Expired.png


See how in the Upper L/H Corner it says it's "Expired". 17Track does that when a Tracking number hasn't been Updated in a Long Time.

The Tracking Number is Still Valid. And it might be updated at a later date. But to 17Track's thinking, this Isn't right. And the Package might be Lost.
 

UncLeJunkLe

ECF Guru
ECF Veteran
Verified Member
Nov 29, 2010
10,626
2
28,681
¯\_(ツ)_/¯
Well, fasttech seems to be down today. Been trying to access for a couple hours now and no pages load, just raw HTML code for what is supposed to be the "Internal Server Error" page.

Code:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>Our apologies: Internal Server Error</title>
    <link href="//fasttechcdn.com/css/storefront.min.css" rel="stylesheet" type="text/css" />
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"
        type="text/javascript"></script>
    <style type="text/css">
        .frame
        {
            width: 100%;
            position: absolute;
            top: 50%;
            height: 550px;
            margin-top: -225px;
        }
    </style>
    <script type="text/javascript">
        function getVar(variable) {
            var query = window.location.search.substring(1);
            var vars = query.split('&');
            for (var i = 0; i < vars.length; i++) {
                var pair = vars[i].split('=');
                if (decodeURIComponent(pair[0]) == variable) {
                    return decodeURIComponent(pair[1]);
                }
            }
            return '';
        }
        function tryAgain() {
            if (getVar('aspxerrorpath').length > 0)
                window.location.href = getVar('aspxerrorpath');
            else
                window.location.reload();
        }
    </script>
</head>
<body>
    <div class="frame">
        <table class="CenterFixedWidth" style="margin: auto;">
            <tr>
                <td>
                    <a href="http://www.fasttech.com">
                        <img src="http://fasttechcdn.com/images/fasttech.png" /></a>
                    <div class="PageTitle" style="margin-top: 15px">Oops! Server error...</div>
                    <div class="MediumLabel" style="margin-top: 25px">
                        Sorry, it appears there has been an internal server error with the page you've requested.
                        The site administrators have been notified.
                    </div>

                    <div class="MediumLabel Bold" style="margin-top: 40px">
                        We suggest...
                    </div>

                    <div class="MediumLabel" style="margin-top: 10px">
                        <ol>
                            <li>checking the web address for typos.</li>
                            <li><a href="javascript:tryAgain();">try that page again</a>.</li>
                            <li>visiting our <a href="http://www.fasttech.com">home page</a>.</li>
                            <li>visiting our <a href="http://www.fasttech.com/pages/site-map">full website sitemap</a>.</li>
                            <li>using our site search below.</li>
                        </ol>
                        <blockquote>
                            <input style="width: 200px" onkeydown="if(event.keyCode==13)window.location.href='http://www.fasttech.com/search?'+$(this).val();" />
                        </blockquote>
                    </div>
                </td>
            </tr>
        </table>
    </div>
</body>
</html>
 

zoiDman

My -0^10 = Nothing at All*
Supporting Member
ECF Veteran
Apr 16, 2010
41,617
1
84,722
So-Cal
Well, fasttech seems to be down today. Been trying to access for a couple hours now and no pages load, just raw HTML code for what is supposed to be the "Internal Server Error" page.

Code:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>Our apologies: Internal Server Error</title>
    <link href="//fasttechcdn.com/css/storefront.min.css" rel="stylesheet" type="text/css" />
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"
        type="text/javascript"></script>
    <style type="text/css">
        .frame
        {
            width: 100%;
            position: absolute;
            top: 50%;
            height: 550px;
            margin-top: -225px;
        }
    </style>
    <script type="text/javascript">
        function getVar(variable) {
            var query = window.location.search.substring(1);
            var vars = query.split('&');
            for (var i = 0; i < vars.length; i++) {
                var pair = vars[i].split('=');
                if (decodeURIComponent(pair[0]) == variable) {
                    return decodeURIComponent(pair[1]);
                }
            }
            return '';
        }
        function tryAgain() {
            if (getVar('aspxerrorpath').length > 0)
                window.location.href = getVar('aspxerrorpath');
            else
                window.location.reload();
        }
    </script>
</head>
<body>
    <div class="frame">
        <table class="CenterFixedWidth" style="margin: auto;">
            <tr>
                <td>
                    <a href="http://www.fasttech.com">
                        <img src="http://fasttechcdn.com/images/fasttech.png" /></a>
                    <div class="PageTitle" style="margin-top: 15px">Oops! Server error...</div>
                    <div class="MediumLabel" style="margin-top: 25px">
                        Sorry, it appears there has been an internal server error with the page you've requested.
                        The site administrators have been notified.
                    </div>

                    <div class="MediumLabel Bold" style="margin-top: 40px">
                        We suggest...
                    </div>

                    <div class="MediumLabel" style="margin-top: 10px">
                        <ol>
                            <li>checking the web address for typos.</li>
                            <li><a href="javascript:tryAgain();">try that page again</a>.</li>
                            <li>visiting our <a href="http://www.fasttech.com">home page</a>.</li>
                            <li>visiting our <a href="http://www.fasttech.com/pages/site-map">full website sitemap</a>.</li>
                            <li>using our site search below.</li>
                        </ol>
                        <blockquote>
                            <input style="width: 200px" onkeydown="if(event.keyCode==13)window.location.href='http://www.fasttech.com/search?'+$(this).val();" />
                        </blockquote>
                    </div>
                </td>
            </tr>
        </table>
    </div>
</body>
</html>

I have been getting that Also.
 

zoiDman

My -0^10 = Nothing at All*
Supporting Member
ECF Veteran
Apr 16, 2010
41,617
1
84,722
So-Cal
Maybe they are updating their shipping times like, "USA epacket cold day in hell we will not be responsible for it either."

And: "If you clear customs you owe us fifty bucks, yeah, shut up."

Although I would find that kind of honestly refreshing in a way.

Anna

It Wouldn't surprise me if they were Completely Revamping their shipping times and TOS.

I noticed that 3FVape has changed theirs to more Realistic times. As well as a few others.
 
Status
Not open for further replies.

Users who are viewing this thread