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 14 zile

Retur simplu in 14 zile.

Vezi mai multe detalii

Căutare

Produse ce potrivesc criteriilor de căutare


STATIE FOX RXplus reciever

cei160
Stoc epuizat

1.237,29Lei(-27%) 907,46Lei

Exclusiv online!

Statie JRC Radar XTX Receiver

1503049
Livrare 7-14 zile

483,98Lei

Exclusiv online!

Statie FOX Micron MX Receiver

cei190
Livrare 7-14 zile

404,96Lei(-12%) 356,26Lei

Exclusiv online!

585,62Lei

Exclusiv online!

Kit PROLOGIC 2 Snag Bar Wireless + Receiver

svs48397
Livrare 7-14 zile

1.119,95Lei(-77%) 260,00Lei

Exclusiv online!

619,96Lei(-70%) 188,86Lei

1.121,42Lei(-29%) 799,19Lei

615,15Lei

1.105,92Lei(-29%) 788,15Lei

Exclusiv online!

223,00Lei(-38%) 138,17Lei

Exclusiv online!

966,92Lei

29,90Lei(-22%) 23,27Lei

Statie NASH R4 Receiver

t2981
Stoc epuizat

1.119,48Lei

Statie Delkim Rx-D Receiver

a.de.dd007
Stoc epuizat

1.135,75Lei(-20%) 907,50Lei

466,24Lei

Statie SONIK SKS2 Receiver, Black

hc0081
Stoc epuizat

311,13Lei

747,34Lei(-13%) 651,08Lei

547,86Lei(-23%) 420,67Lei

19,29Lei

55,68Lei(-42%) 32,45Lei

Afişare 1 - 20 din 20 (1 pagini)
Queries: 11, Total time: 1.855 ms [By time] [By id] [By file]
1 (0.097)
SELECT data
FROM `oc_session`
WHERE session_id = '28f8230d3986da4ba539608bf8'
/var/www/clients/client1/web1/web/system/library/session/db.php:24
2 (0.120)
SELECT `trigger`, `action`
FROM oc_event
/var/www/clients/client1/web1/web/index.php:453
3 (0.162)
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.171)
INSERT INTO oc_bf_tmp_product (product_id, sort_order, quantity, manufacturer_id, match_filters, actual_price, sort) VALUES ("82522", "2", "0", "168", "1", "749.970000000000", "1"),("192925", "2", "1000", "121", "1", "399.980000000000", "2"),("238597", "1", "1000", "168", "1", "294.430000000000", "3"),("216399", "2", "1000", "476", "1", "483.980000000000", "4"),("232322", "2", "1000", "47", "1", "214.880000000000", "5"),("232324", "2", "999", "47", "1", "156.080000000000", "6"),("44756", "2", "1001", "47", "1", "660.490000000000", "7"),("146127", "1", "1001", "47", "1", "508.390000000000", "8"),("64547", "2", "1", "47", "1", "651.360000000000", "9"),("26013", "2", "1000", "75", "1", "114.190000000000", "10"),("246573", "2", "1000", "74", "1", "799.110000000000", "11"),("167139", "10", "1", "345", "1", "19.230000000000", "12"),("234499", "2", "0", "59", "1", "925.190000000000", "13"),("110607", "2", "0", "74", "1", "750.000000000000", "14"),("232497", "1", "0", "533", "1", "385.320000000000", "15"),("233126", "1", "0", "533", "1", "257.130000000000", "16"),("110611", "2", "0", "47", "1", "538.080000000000", "17"),("116558", "2", "0", "47", "1", "347.660000000000", "18"),("234501", "2", "0", "59", "1", "15.940000000000", "19"),("70759", "2", "0", "228", "1", "26.820000000000", "20")
/var/www/clients/client1/web1/web/catalog/model/module/brainyfilter.php:846
5 (0.126)
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.202)
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.224)
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.115)
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.101)
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.412)
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.125)
SELECT *
FROM `oc_mxt_setting`
WHERE store_id = '2' AND name = 'lichidare_stoc'
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:37