Magic Fishing Net Cast Net EZ Throw Sinker Included
$43.99
${saveText.replace('{off_ratio}',
saveType == 'percent'
? data.off_ratio + '%'
: ` `
)}
`;
}()}
Size:
8FT Fishing Cast Net
${data.targetOption}
Quantity
Description
Magic Fishing Net Cast Net EZ Throw Sinker Included
Make capturing live bait easy and fun with this Magic Fishing Cast Net – Easy Throw, provides significant savings in bait cost. Feels softer, throws easier, and lies flatter. Quality craftsmanship and materials make this net a must have for any fisherman.
- Full copper 8-word rotary ring pressure seal does not open the wire, does not wind the net, the tension is large, strong and durable.
- Nice weight net fall into the water fast,Definitely fast water, small sound, the fishing effect is good.
- 15 meters upgrade, thickening, lengthening hand rope to help you throw farther.
- Assistant fishers are easy to learn and tough to use.
- Reinforced high strength wire for long life.
8FT Fishing Cast Net :49.95 USD (2.4 Meters Diameter)
- Color: Brown.
- Weight: About 1.65 KG.
- Size: Circular fishing net 2.4 meters diameter, Rope length 10 meters.
- Material: High strength nylon monofilament.
- Sinker & Ring Included.
10FT Fishing Cast Net :59.95 USD (3.0 Meters Diameter)
- Color: Brown.
- Weight: About 2.1KG.
- Size:Circular fishing net 3.0 meters diameter, Rope length 10 meters.
- Material: Tung oil treated tire wire.
- Sinker & Ring Included.
12FT Fishing Cast Net : 64.95 USD (3.6 Meters Diameter)
- Color: Brown.
- Weight: About 2.3KG.
- Size:Circular fishing net 3.6 meters diameter, Rope length 10 meters.
- Material: Tung oil treated tire wire.
- Sinker & Ring Included.
14FT Fishing Cast Net : 69.95 USD (4.2 Meters Diameter)
- Color: Brown.
- Weight: About 2.5KG.
- Size:Circular fishing net 4.2 meters diameter, Rope length 10 meters.
- Material: Tung oil treated tire wire.
- Sinker & Ring Included.
16FT Fishing Cast Net : 74.95 USD (4.6 Meters Diameter)
- Color: Brown.
- Weight: About 3.0KG.
- Size:Circular fishing net 4.8 meters diameter, Rope length 10 meters.
- Material: Tung oil treated tire wire.
- Sinker & Ring Included.
18FT Fishing Cast Net : 79.95 USD (5.2 Meters Diameter)
- Color: Brown.
- Weight: About 3.5KG.
- Size:Circular fishing net 5.4 meters diameter, Rope length 10 meters.
- Material: Tung oil treated tire wire.
- Sinker & Ring Included.
20FT Fishing Cast Net : 84.95 USD (6.0 Meters Diameter)
- Color: Brown.
- Weight: About 4.0KG.
- Size:Circular fishing net 6.0 meters diameter, Rope length 10 meters.
- Material: Tung oil treated tire wire.
- Sinker & Ring Included.
Package Include:
1 x Magic Fishing Cast Net With Ring & Sinker included.
You may also like
${function() {
const force_image_size = "natural";
const product_hover_on = true;
const product_show_sale_label = true;
const product_save_type = "amount";
const badge1 = "New";
const badge2 = "";
const badge3 = "";
const product_title_mobile_hide = false;
const product_title_style = "full";
const enable_collection_thumb_image = true;
const variantNames = ["color"];
const thumbMaxNum = 4;
const suffix_id = "-product-recommendations-pc" || '';
const url = data.url;
const productId = data.id;
const price = data.price;
const productAvailable = data.available;
const productVariants = data.variants || [];
const images = data.images || [];
const image = data.image || {};
const imageWidth = image.width;
let imageHeight = image.height;
let image2 = null;
let imageHoverOn = false;
if (force_image_size !== 'natural') {
imageHeight = imageWidth * force_image_size;
}
if (product_hover_on) {
for (let i = 1; i < images.length; i++) {
const img = images[i];
if (img.src && img.src.indexOf('video=') === -1) {
image2 = img;
imageHoverOn = true;
break;
}
}
}
let compareAtPrice = data.compare_at_price;
let offRatio = data.off_ratio;
let discountMaxUrl = url;
const showFrom = data.price_min != data.price_max ? true : false;
for (let i = 0; i < productVariants.length; i++) {
const variant = productVariants[i];
if (variant.price == price && compareAtPrice < variant.compare_at_price) {
compareAtPrice = variant.compare_at_price;
offRatio = variant.off_ratio;
variant.available && (discountMaxUrl = variant.url);
}
}
const soldOutText = "Sold out";
let soldOn = false;
let saleOn = false;
if (productAvailable) {
if (product_show_sale_label && price < compareAtPrice) {
saleOn = true;
}
} else {
soldOn = true;
}
const diffPrice = compareAtPrice - price;
const saveLabelContent = product_save_type == 'percent' ? (offRatio + '%') : ` `;
let saveText = "Save {off_ratio}";
saveText = saveText.replace('{off_ratio}', saveLabelContent);
const productTitle = data.title;
const heading = "title" === 'subtitle' ? data.brief : productTitle;
const variantValues = [];
const showVariants = [];
if (data.need_variant_image && enable_collection_thumb_image && variantNames.length > 0) {
for (let i = 0; i < (data.options || []).length; i++) {
const option = data.options[i];
const optionName = option.name.toLowerCase();
if (variantNames.includes(optionName)) {
for (let j = 0; j < productVariants.length; j++) {
const variant = productVariants[j];
const value = variant.options[i].value;
if (!variantValues.includes(value)) {
variantValues.push(value);
showVariants.push(variant);
}
}
break;
}
}
}
return `
${saveText}
${showVariants.map((item, idx) => {
let showMoreHtml = '';
if (idx == thumbMaxNum) {
showMoreHtml += `
`;
}
return `
${showMoreHtml}
`;
}).join('')
}
`;
}()}
`).join('')}
${heading}
FromRecently viewed
${function() {
const force_image_size = "natural";
const product_hover_on = true;
const product_show_sale_label = true;
const product_save_type = "amount";
const badge1 = "New";
const badge2 = "";
const badge3 = "";
const product_title_mobile_hide = false;
const product_title_style = "full";
const enable_collection_thumb_image = true;
const variantNames = ["color"];
const thumbMaxNum = 4;
const suffix_id = "-recently-view-pc" || '';
const url = data.url;
const productId = data.id;
const price = data.price;
const productAvailable = data.available;
const productVariants = data.variants || [];
const images = data.images || [];
const image = data.image || {};
const imageWidth = image.width;
let imageHeight = image.height;
let image2 = null;
let imageHoverOn = false;
if (force_image_size !== 'natural') {
imageHeight = imageWidth * force_image_size;
}
if (product_hover_on) {
for (let i = 1; i < images.length; i++) {
const img = images[i];
if (img.src && img.src.indexOf('video=') === -1) {
image2 = img;
imageHoverOn = true;
break;
}
}
}
let compareAtPrice = data.compare_at_price;
let offRatio = data.off_ratio;
let discountMaxUrl = url;
const showFrom = data.price_min != data.price_max ? true : false;
for (let i = 0; i < productVariants.length; i++) {
const variant = productVariants[i];
if (variant.price == price && compareAtPrice < variant.compare_at_price) {
compareAtPrice = variant.compare_at_price;
offRatio = variant.off_ratio;
variant.available && (discountMaxUrl = variant.url);
}
}
const soldOutText = "Sold out";
let soldOn = false;
let saleOn = false;
if (productAvailable) {
if (product_show_sale_label && price < compareAtPrice) {
saleOn = true;
}
} else {
soldOn = true;
}
const diffPrice = compareAtPrice - price;
const saveLabelContent = product_save_type == 'percent' ? (offRatio + '%') : ` `;
let saveText = "Save {off_ratio}";
saveText = saveText.replace('{off_ratio}', saveLabelContent);
const productTitle = data.title;
const heading = "title" === 'subtitle' ? data.brief : productTitle;
const variantValues = [];
const showVariants = [];
if (data.need_variant_image && enable_collection_thumb_image && variantNames.length > 0) {
for (let i = 0; i < (data.options || []).length; i++) {
const option = data.options[i];
const optionName = option.name.toLowerCase();
if (variantNames.includes(optionName)) {
for (let j = 0; j < productVariants.length; j++) {
const variant = productVariants[j];
const value = variant.options[i].value;
if (!variantValues.includes(value)) {
variantValues.push(value);
showVariants.push(variant);
}
}
break;
}
}
}
return `
${saveText}
${showVariants.map((item, idx) => {
let showMoreHtml = '';
if (idx == thumbMaxNum) {
showMoreHtml += `
`;
}
return `
${showMoreHtml}
`;
}).join('')
}
`;
}()}
`).join('')}
${heading}
FromCustomer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
The review would not show in product details on storefront since it does not support to.