Your temu orders

Wife still waiting for her order, it was handed to fastway and as usual for the last week it's out for delivery and then it's not
 
Any recommendations for a half decent entry level drone with camera? Want to use it to record some of our football training sessions and matches
 
If anybody is interested, I wrote this CSS which you can import into the Stylus add-on.

It will show the full titles instead of having to hover over the title all the time.

CSS:
@-moz-document domain("temu.com") {
/* product links */
h2[tabindex='0'],
h3[tabindex='0'],
a[href*='goods.html'] {
    white-space: normal;
}

/* campaign image to bottom */
div:has(> h2[tabindex='0']),
div:has(> h3[tabindex='0']){
    flex-direction: column-reverse;
}

/* wishlist */
div[data-tooltip*='-goods'] > div:nth-child(2) {
    white-space: normal;
}
}
 
If anybody is interested, I wrote this CSS which you can import into the Stylus add-on.

It will show the full titles instead of having to hover over the title all the time.

Nice, can also remove the RRP "discount" distractions:

CSS:
div[data-sales="true"] > * > :not(div[data-type="price"]) {
    display: none;
}

div[data-type="price"] * {
    color: #000 !important;
}
 
Also trying this to expand the dynamic range of the ratings. I'm fairly sure their algorithm compresses the range into 4.3 - 5.0, so it's all about squinting at that last star.

This makes things much more interesting:

CSS:
div[aria-label="4.1 score"],div[aria-label="4.2 score"],div[aria-label="4.3 score"] {
    width: 0% !important;
}

div[aria-label="4.4 score"] {
    width: 10% !important; /* 0.5 star */
}
div[aria-label="4.5 score"] {
    width: 15% !important; /* 1 star */
}
div[aria-label="4.6 score"] {
    width: 40% !important; /* 2 star */
}
div[aria-label="4.7 score"] {
    width: 60% !important; /* 3 star */
}
div[aria-label="4.8 score"] {
    width: 80% !important; /* 4 star */
}
div[aria-label="4.9 score"] {
    width: 90% !important; /* 4.5 star */
}

1715763723674.png
 
Last edited:
Hiding the Lightning Deals image overlay.

CSS:
/* Lightning image overlay */
div[data-tooltip*='goodsImage'] > div > div > div {
    display: none;
}
 
Just received my latest parcel. I was worried when I saw "Third Party Express" on my tracking, thinking it would take forever but it was delivered by DPD Laser (Dawnwing). Took 9 days from order placed on TEMU to delivery.
 
Last edited:
.
6fa6abf8b2a5d306d8f546f73dcd0cf5.jpg
 
I see now some of my orders are also getting subcrontracted to Fastway by Buffalo.

Should I expect another teary article from BusinessTech on how Buffalo got dumped by Temu and now has to close shop?
 
I see now some of my orders are also getting subcrontracted to Fastway by Buffalo.

Should I expect another teary article from BusinessTech on how Buffalo got dumped by Temu and now has to close shop?
I see Temu now shows Buffalo, Fastway and SkyNet as couriers. They're definitely expanding their network
 
I see now some of my orders are also getting subcrontracted to Fastway by Buffalo.

Should I expect another teary article from BusinessTech on how Buffalo got dumped by Temu and now has to close shop?
Fastway are working for buffalo as Temu are swamping them.
 
I'm not so sure. Seems Temu have contracted directly with Fastway and Skynet.
Are fastway and skynet handling the package from China to SA, or is Buffalo doing that part including customs and then handing it to the other couriers?
 
7 out of 10 time they are ok.
So far it's 7 for 7 they've sucked, it goes out for delivery, goes back, goes out for delivery, goes back and repeat, even with other suppliers.
An example, I ordered something from Evetech on the first apparent delivery from Fastway last week Friday, that parcel arrived on Tuesday.
 
Top
Sign up to the MyBroadband newsletter