articole de pescuit Gama variata de produse

La Claumar Pescar poti alege simplu si rapid dintr-o gama variata de articole de pescuit.

transport gratuit Transport Gratuit

Comenzile peste 400 lei pot beneficia de transport gratuit.

Vezi mai multe detalii

plata in rate Plata cu cardul

Plata cu cardul in rate fara dobanda.

Vezi mai multe detalii

suport Suport 10-18

Suportul telefonic este 10-18. Orice intrebare ai avea, stim ca nu poate astepta. Apeleaza serviciul Suport 10-18! Un consultant asteapta sa iti preia apelul in intervalul orar 10-18 de luni pana vineri.

Vezi mai multe detalii

returnare Returnare simplu in 90 zile

Retur simplu in 90 zile.

Vezi mai multe detalii

Căutare

Produse ce potrivesc criteriilor de căutare


Exclusiv online!

77,16Lei

Exclusiv online!

77,16Lei

Exclusiv online!

Galeata Preston Bucket Set 13L, Blue

p0220151
Livrare 7-14 zile

110,78Lei

Cutie Preston Hardcase Accesory Box XL

p0220113
Livrare imediată!

83,32Lei

Exclusiv online!

77,16Lei

Exclusiv online!

Termos Preston Stainless Steel Flask 1.4L

p0220131
Livrare 7-14 zile

115,35Lei

Exclusiv online!

17,47Lei

Exclusiv online!

Plumbi PRESTON Distance Cube, 20g, 2buc/pac

p0220161
Livrare 7-14 zile

18,16Lei

Exclusiv online!

Plumbi PRESTON Flat Pear, 20g, 2buc/pac

p0220171
Livrare 7-14 zile

18,16Lei

POMPA UMECTARE PRESTON PELETE SUPER PUMP

p0220011
Livrare imediată!

74,17Lei

Suport Feeder Attack U Shape Small Butt Rest

att-1025011
Livrare imediată!

22,35Lei

Exclusiv online!

Rig Somn Black Cat 6/0 10gr Shad Claw Rig

3122010
Livrare 7-14 zile

37,38Lei

Exclusiv online!

31,40Lei

25,91Lei

Exclusiv online!

15,88Lei

Exclusiv online!

23,47Lei

Exclusiv online!

11,41Lei

Exclusiv online!

Costum de Corp Norfin Active Pro, Marime S - M

3052001-s-m
Livrare 24-48 ore

240,00Lei(-2%) 234,87Lei

Exclusiv online!

18,50Lei

Costum Termic Norfin Nord S

3027001-s
Stoc epuizat

185,00Lei(-12%) 163,69Lei

Afişare 1 - 20 din 23 (2 pagini)
Queries: 11, Total time: 1.707 ms [By time] [By id] [By file]
1 (0.087)
SELECT data
FROM `oc_session`
WHERE session_id = '396306c173691321f0ca80d2fc'
/var/www/clients/client1/web1/web/system/library/session/db.php:24
2 (0.091)
SELECT `trigger`, `action`
FROM oc_event
/var/www/clients/client1/web1/web/index.php:453
3 (0.131)
CREATE TEMPORARY TABLE oc_bf_tmp_product ( product_id int PRIMARY KEY, sort_order int, quantity int, manufacturer_id int, match_filters int, actual_price DECIMAL(10, 4), sort int, INDEX my_index (match_filters, sort_order, manufacturer_id) ) ENGINE=MEMORY
/var/www/clients/client1/web1/web/catalog/model/module/brainyfilter.php:837
4 (0.149)
INSERT INTO oc_bf_tmp_product (product_id, sort_order, quantity, manufacturer_id, match_filters, actual_price, sort) VALUES ("229402", "1", "1000", "49", "1", "63.770000000000", "1"),("229401", "1", "1000", "49", "1", "63.770000000000", "2"),("221290", "2", "1000", "725", "1", "91.550000000000", "3"),("140583", "1", "1005", "360", "1", "68.860000000000", "4"),("229400", "1", "1000", "49", "1", "63.770000000000", "5"),("185327", "10", "1000", "360", "1", "95.330000000000", "6"),("221133", "2", "1000", "360", "1", "14.440000000000", "7"),("238264", "1", "1000", "360", "1", "15.010000000000", "8"),("238269", "1", "1000", "360", "1", "15.010000000000", "9"),("164518", "2", "1010", "360", "1", "61.300000000000", "10"),("182427", "2", "4", "437", "1", "18.470000000000", "11"),("102529", "2", "1000", "294", "1", "30.890000000000", "12"),("216983", "2", "1000", "279", "1", "25.950000000000", "13"),("218828", "1", "1010", "648", "1", "21.410000000000", "14"),("165147", "2", "1000", "360", "1", "13.120000000000", "15"),("205097", "2", "1000", "360", "1", "19.400000000000", "16"),("64146", "2", "1000", "15", "1", "9.430000000000", "17"),("196241", "2", "1000", "332", "1", "194.110000000000", "18"),("247449", "1", "1000", "360", "1", "15.290000000000", "19"),("83232", "2", "0", "332", "1", "135.280000000000", "20"),("43271", "2", "0", "332", "1", "86.300000000000", "21"),("193957", "2", "0", "67", "1", "11.560000000000", "22"),("142331", "2", "0", "332", "1", "240.340000000000", "23")
/var/www/clients/client1/web1/web/catalog/model/module/brainyfilter.php:846
5 (0.122)
SELECT COUNT(1) AS total
FROM ( SELECT p.*
FROM `oc_bf_tmp_product` AS p
WHERE match_filters = 1) AS t
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1593
6 (0.245)
SELECT p.*
FROM `oc_bf_tmp_product` AS p
INNER JOIN `oc_product_description` AS pd ON (pd.product_id = p.product_id)
WHERE match_filters = 1 AND pd.language_id = '2' LIMIT 0, 20
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:184
7 (0.205)
SELECT DISTINCT m.manufacturer_id AS id, CONCAT(UCASE(LEFT(m.name, 1)), LCASE(SUBSTRING(m.name, 2))) AS name
FROM `oc_manufacturer` AS m
INNER JOIN `oc_bf_tmp_product` AS p ON (m.manufacturer_id = p.manufacturer_id)
WHERE match_filters = 1
ORDER BY m.sort_order, m.name
/var/www/clients/client1/web1/web/catalog/model/module/brainyfilter.php:1393
8 (0.084)
SELECT stock_status_id AS id, name
FROM `oc_stock_status`
WHERE language_id = '2'
/var/www/clients/client1/web1/web/catalog/model/module/brainyfilter.php:1415
9 (0.069)
SELECT MIN(actual_price) AS min, MAX(actual_price) AS max
FROM `oc_bf_tmp_product` AS p
WHERE match_filters = 1
/var/www/clients/client1/web1/web/catalog/model/module/brainyfilter.php:1180
10 (0.413)
SELECT COUNT(1) AS val, filter_group, filter_id
FROM `oc_bf_tmp_product` AS p
INNER JOIN `oc_bf_filter` AS f ON (p.product_id = f.product_id)
WHERE match_filters = 1 AND f.language_id = '2' GROUP BY filter_group, filter_id
/var/www/clients/client1/web1/web/catalog/model/module/brainyfilter.php:1094
11 (0.111)
SELECT *
FROM `oc_mxt_setting`
WHERE store_id = '3' AND name = 'lichidare_stoc'
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:37