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


Exclusiv online!

STRUNA Climax ULTRA PREDATOR HARDMONO 60cm 13.6kg

8610-20007-014
Livrare 48-72 ore

11,90Lei

Exclusiv online!

FIR STRUNA Climax TITANIUM 1x7 3m 14kg

8610-10004-014
Livrare 48-72 ore

190,90Lei

24,89Lei

Exclusiv online!

FIR STRUNA Climax TITANIUM 3m 4kg

8610-10005-004
Livrare 48-72 ore

33,90Lei

Exclusiv online!

FIR STRUNA Climax TITANIUM 3m 13kg

8610-10005-013
Livrare 48-72 ore

56,91Lei

30,90Lei

FIR STRUNA Climax FLEXSTEEL 7x7 5m 10kg

8610-10003-010
Livrare imediată!

22,90Lei

Exclusiv online!

STRUNA Climax ULTRA PREDATOR HARDMONO 60cm 9.1kg

8610-20007-010
Livrare 48-72 ore

11,90Lei

Exclusiv online!

STRUNA Climax ULTRA PREDATOR HARDMONO 60cm 18.1kg

8610-20007-018
Livrare 48-72 ore

11,90Lei

Exclusiv online!

FIR STRUNA Climax FLEXSTEEL 7x7 5m 15kg

8610-10003-015
Livrare 48-72 ore

22,90Lei

Exclusiv online!

FIR STRUNA Climax TITANIUM 1x7 3m 4kg

8610-10004-004
Livrare 48-72 ore

137,90Lei

Exclusiv online!

FIR STRUNA Climax TITANIUM 1x7 3m 10kg

8610-10004-010
Livrare 48-72 ore

173,89Lei

Exclusiv online!

50,90Lei

Exclusiv online!

50,90Lei

Exclusiv online!

50,90Lei

24,89Lei

24,89Lei

Exclusiv online!

28,91Lei

Afişare 1 - 18 din 18 (1 pagini)
Queries: 13, Total time: 2.547 ms [By time] [By id] [By file]
1 (0.085)
SELECT data
FROM `oc_session`
WHERE session_id = '99d696f681b0cd80c047d468c0'
/var/www/clients/client1/web1/web/system/library/session/db.php:24
2 (0.088)
SELECT `trigger`, `action`
FROM oc_event
/var/www/clients/client1/web1/web/index.php:453
3 (0.117)
CREATE TEMPORARY TABLE oc_tmp_elastic ( 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:832
4 (0.129)
INSERT INTO oc_tmp_elastic (product_id, sort_order, quantity, manufacturer_id, match_filters, actual_price, sort) VALUES ("106020", "2", "1000", "128", "1", "10.000000000000", "1"),("106040", "2", "1000", "128", "1", "160.420000000000", "2"),("106025", "1", "1001", "128", "1", "20.920000000000", "3"),("106041", "2", "1000", "128", "1", "28.490000000000", "4"),("106044", "2", "1000", "128", "1", "47.820000000000", "5"),("106030", "1", "1001", "128", "1", "25.970000000000", "6"),("106033", "2", "1001", "128", "1", "19.240000000000", "7"),("106019", "2", "1000", "128", "1", "10.000000000000", "8"),("106021", "2", "1000", "128", "1", "10.000000000000", "9"),("106034", "2", "1000", "128", "1", "19.240000000000", "10"),("106036", "2", "1000", "128", "1", "115.880000000000", "11"),("106039", "2", "1000", "128", "1", "146.130000000000", "12"),("126709", "2", "1000", "128", "1", "42.770000000000", "13"),("126711", "2", "1000", "128", "1", "42.770000000000", "14"),("126713", "2", "1000", "128", "1", "42.770000000000", "15"),("106024", "1", "1001", "128", "1", "20.920000000000", "16"),("106026", "1", "1001", "128", "1", "20.920000000000", "17"),("106029", "1", "1000", "128", "1", "24.290000000000", "18")
/var/www/clients/client1/web1/web/catalog/model/module/brainyfilter.php:844
5 (0.938)
CREATE TEMPORARY TABLE oc_bf_tmp_product (PRIMARY KEY (`product_id`), INDEX my_index (match_filters, sort_order, manufacturer_id)) ENGINE=MEMORY SELECT p.product_id, p.sort_order, p.quantity, p.manufacturer_id, if (SUM(if((f.filter_group = "m0" AND filter_id IN (128)), 1, 0)) > 0, 1, 0) AS match_filters, (IF(MIN(ps.price) IS NOT NULL, MIN(ps.price), p.price) * (1 + IFNULL(percent_tax, 0)/100) + IFNULL(fixed_tax, 0)) AS actual_price
FROM `oc_product` AS p
INNER JOIN `oc_product_to_store` AS p2s ON (p2s.product_id = p.product_id)
INNER JOIN `oc_bf_filter` AS f ON (p.product_id = f.product_id)
LEFT JOIN `oc_product_special` AS ps ON (ps.product_id = p.product_id AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()) AND (ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND ps.customer_group_id = '1')
LEFT JOIN ( SELECT SUM(fixed_rate) AS fixed_tax, SUM(percent_rate) AS percent_tax, tax_class_id
FROM `oc_bf_tax_rate`) AS tx ON (p.tax_class_id = tx.tax_class_id)
INNER JOIN `oc_tmp_elastic` AS te ON (te.product_id = p.product_id)
WHERE p2s.store_id = '0' AND p.manufacturer_id = '128' AND p.status_filtru > 0 AND p.price > 0 AND te.product_id IS NOT NULL GROUP BY p.product_id
ORDER BY te.sort ASC
/var/www/clients/client1/web1/web/catalog/model/module/brainyfilter.php:854
6 (0.091)
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
7 (0.199)
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
8 (0.206)
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
9 (0.097)
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
10 (0.083)
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
11 (0.277)
SELECT COUNT(1) AS val, filter_group, filter_id
FROM `oc_bf_tmp_product` AS tp
INNER JOIN `oc_bf_filter` AS f ON (f.product_id = tp.product_id)
WHERE f.language_id = '2' AND tp.match_filters < 1 AND f.filter_group IN ('m0') GROUP BY filter_group, filter_id
/var/www/clients/client1/web1/web/catalog/model/module/brainyfilter.php:1094
12 (0.123)
SELECT COUNT(1) AS val, filter_group, filter_id
FROM `oc_bf_tmp_product` AS tp
INNER JOIN `oc_bf_filter` AS f ON (f.product_id = tp.product_id)
WHERE f.language_id = '2' AND tp.match_filters < 1 AND f.filter_group IN ('m0') GROUP BY filter_group, filter_id
/var/www/clients/client1/web1/web/catalog/model/module/brainyfilter.php:1134
13 (0.114)
SELECT *
FROM `oc_mxt_setting`
WHERE store_id = '0' AND name = 'lichidare_stoc'
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:37