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 - vu.2.5878

Produse ce potrivesc criteriilor de căutare


Exclusiv online!

Creatura Owner Getnet Juster Hog 58mm 08 Solid Pink

13013782916-08
Livrare 48-72 ore

33,03Lei

Exclusiv online!

Shad Owner Juster JRS82 82mm Sakura Blue

801025586310
Livrare 48-72 ore

26,61Lei

Exclusiv online!

Creatura Owner Getnet Juster Hog 58mm 18 Waka Gori

13013782916-18
Livrare 48-72 ore

33,03Lei

Exclusiv online!

Creatura Owner Getnet Juster Hog 58mm 31 Sakura Blue

13013782916-31
Livrare 48-72 ore

33,03Lei

Exclusiv online!

Shad Owner Getnet Juster Fish 89mm 48 Ao Jyako

13013782919-48
Livrare 48-72 ore

33,03Lei

Exclusiv online!

Shad Owner Juster JRS82 82mm Flash Red

801025586400
Livrare 48-72 ore

26,61Lei

Shad Owner Juster JRS105 105mm Watermelon

801025589040
Livrare imediată!

26,61Lei

Shad Owner Juster JRS105 105mm Koayu

801025589130
Livrare imediată!

26,61Lei

Exclusiv online!

Shad Owner Getnet Juster Fish 89mm 04 Scuppernong

13013782919-04
Livrare 48-72 ore

33,03Lei

Exclusiv online!

Shad Owner Juster JRS82 82mm Light Green Pumpkin

801025586908
Livrare 48-72 ore

26,61Lei

Exclusiv online!

Shad Owner Juster JRS82 82mm Ayu

801025586240
Livrare 48-72 ore

26,61Lei

Exclusiv online!

Shad Owner Getnet Juster Fish 89mm 51 Noebi Blue

13013782919-51
Livrare 48-72 ore

33,03Lei

Exclusiv online!

33,03Lei

Exclusiv online!

Shad Owner Getnet Juster Fish 89mm 12 Pro Blue

13013782919-12
Livrare 48-72 ore

33,03Lei

Exclusiv online!

Shad Owner Getnet Juster Fish 89mm 11 Blue Gill

13013782919-11
Livrare 48-72 ore

33,03Lei

Exclusiv online!

33,03Lei

Exclusiv online!

Shad Owner Getnet Juster Fish 89mm 13 Koayu

13013782919-13
Livrare 48-72 ore

33,03Lei

Exclusiv online!

Shad Owner Getnet Juster Fish 89mm 31 Sakura Blue

13013782919-31
Livrare 48-72 ore

33,03Lei

Exclusiv online!

Shad Owner Getnet Juster Fish 89mm 40 Flash Red

13013782919-40
Livrare 48-72 ore

33,03Lei

Exclusiv online!

Shad Owner Getnet Juster Fish 89mm 16 Smoke Shiner

13013782919-16
Livrare 48-72 ore

33,03Lei

Afişare 21 - 40 din 43 (3 pagini)
Queries: 10, Total time: 3.495 ms [By time] [By id] [By file]
1 (0.148)
SELECT data
FROM `oc_session`
WHERE session_id = '37c984160f681fd6ed23c53613'
/var/www/clients/client1/web1/web/system/library/session/db.php:23
2 (0.122)
SELECT `trigger`, `action`
FROM oc_event
/var/www/clients/client1/web1/web/index.php:428
3 (1.582)
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, "1" 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)
INNER JOIN `oc_product_description` AS pd ON (pd.product_id = p.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)
WHERE p2s.store_id = '2' AND (MATCH(pd.tag) AGAINST('+juster' IN BOOLEAN MODE)) AND p.status_filtru > 0 AND p.price > 0 GROUP BY p.product_id
/var/www/clients/client1/web1/web/catalog/model/module/brainyfilter.php:737
4 (0.143)
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:1561
5 (0.439)
SELECT p.*, pp.sort_order, pp.viewed, IF ((pp.quantity) > 0, 1, 0) AS array_quantity
FROM `oc_bf_tmp_product` AS p
INNER JOIN `oc_product_description` AS pd ON (pd.product_id = p.product_id)
INNER JOIN `oc_product` AS pp ON (pp.product_id = p.product_id)
WHERE match_filters = 1 AND pd.language_id = '2'
ORDER BY array_quantity DESC, pp.sort_order ASC, pp.viewed DESC, pd.name ASC LIMIT 20, 20
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:184
6 (0.207)
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:1248
7 (0.123)
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:1270
8 (0.107)
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:1035
9 (0.495)
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:949
10 (0.129)
SELECT *
FROM `oc_mxt_setting`
WHERE store_id = '2' AND name = 'lichidare_stoc'
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:38