${function() {
if (data === undefined || typeof data !== 'string' || data == '') return '';
const searchEmpty = ("Your search for \"{test}\" did not yield any results.").replace('{test}', data);
return `
Pubiohs USB A to Lightning Cable made with metal braided & high-quality copper wires that maximize durability and charging signal. Pubiohs iphone charging cables are wrapped by a unique metal spiral sleeve as a protective cover, wound tightly around the cor, and protect your cables from pet chewing.
Dog Proof, Cat Chew Proof iphone Charger Cord !
If your cat or dog likes to chew on charging cables, this is the perfect cable for you.
You may never know where cat has dragged cable off to in the night, but at least you know it will still work when you find it.
iPhone cable support Apple Carplay, compatible iphone 14, 13, 12, 11, Pro, Pro Max, Plus, Mini, X, XR, XS, 8, 7, 6, 5 series.
6.6 feet - Perfect car charger cable, car play cord, allowing you to easily charge your phone in the back seat of your car.
3A Fast Charging & 480Mbps Data Transfer
Apple Lightning Cable - Extra Long 6.6FT (2M)
Suitable length, you can lie on the sofa or anywhere and use your devices while you are charging at the same time
Creative New Design - Metal braided cord, strong and durable, pet proof, long service life. Tangle-free metal cord with anti-oxidation, anti-rust, support up to 20000 times bending
You may also like
Recently viewed
${
data == 1
? ("1 product was added to your cart!")
: ("{count} products were added to your cart!").replace('{count}', data)
}
${function() {
const freeShippingAmount = 0;
const totalPrice = data.data.total_price;
const diffAmount = freeShippingAmount - totalPrice;
const freeShippingText = diffAmount > 0
? "Spend {amount} more and get free shipping!"
: "Your order is free delivery";
return `