/var/www/html/nox-modules/prints
/lib/action/frontend
/printsSearchDefaultAction.action.php
main
SELECT COUNT(*) as `count` FROM prints_set WHERE id IN(SELECT DISTINCT set_id FROM prints_set_vector WHERE vector_id IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902))
SELECT `id`, `url`, `name_title`, `name_full`, `id_new`, `market`, `tier`, `update_date`, `segment` FROM prints_set WHERE id IN(SELECT DISTINCT set_id FROM prints_set_vector WHERE vector_id IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902)) LIMIT 0, 30
SELECT `prints_set`.`id`, `prints_set`.`url`, `prints_set`.`name_full`, COUNT(`vector_id`) c, MIN(`price`) price, IF((SELECT `preview` FROM `prints_vector` WHERE `id` IN(SELECT `vector_id` FROM `prints_set_vector` WHERE `set_id` = `prints_set`.`id`) AND `prepay` = 0 AND `bundle` = 0 AND `preview` != "" ORDER BY CAST(JSON_EXTRACT(`prm`, "$.year") AS UNSIGNED) DESC LIMIT 1) IS NOT NULL, (SELECT `preview` FROM `prints_vector` WHERE `id` IN(SELECT `vector_id` FROM `prints_set_vector` WHERE `set_id` = `prints_set`.`id`) AND `prepay` = 0 AND `bundle` = 0 AND `preview` != "" ORDER BY CAST(JSON_EXTRACT(`prm`, "$.year") AS UNSIGNED) DESC LIMIT 1), (SELECT `preview` FROM `prints_vector` WHERE `id` IN(SELECT `vector_id` FROM `prints_set_vector` WHERE `set_id` = `prints_set`.`id`) AND `bundle` = 0 AND `preview` != "" ORDER BY CAST(JSON_EXTRACT(`prm`, "$.year") AS UNSIGNED) DESC LIMIT 1)) as preview, IF((SELECT `preview` FROM `prints_vector` WHERE `id` IN(SELECT `vector_id` FROM `prints_set_vector` WHERE `set_id` = `prints_set`.`id`) AND `prepay` = 0 AND `bundle` = 0 AND `preview` != "" ORDER BY CAST(JSON_EXTRACT(`prm`, "$.year") AS UNSIGNED) DESC LIMIT 1) IS NOT NULL, 1, 0) as vector FROM `prints_set` LEFT JOIN `prints_set_vector` ON `prints_set`.`id` = `prints_set_vector`.`set_id` LEFT JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set`.`id` IN(5989, 32771, 28894, 30765, 34302, 35823, 35013, 29628, 31508, 5047, 5607, 31349, 6023, 8508, 8510, 8511, 8768, 8803, 8848, 35633, 8946, 8915, 8945, 8948, 8950, 30346, 9005, 35184, 9044, 32482) GROUP BY `prints_set`.`id` ORDER BY IF(MAX(`prints_vector`.`preview`) IS NOT NULL AND MAX(`prints_vector`.`preview`) != '', 0, 1), `prints_set`.`name_full`
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 31349 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 5989 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 34302 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 6023 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 32771 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 35823 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 30765 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 35013 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 8510 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 8511 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 9044 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 32482 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 8508 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 8945 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 8948 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 8946 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 8950 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 8915 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 5047 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 31508 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 8803 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 8768 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 8848 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 35633 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 30346 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 35184 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 9005 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 29628 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 5607 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 28894 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
?q=12&page=###page###
513
SELECT `id`, `name`, `type` FROM nox_group

Search Results for "12"

 

VECTOR

Ready-made editable vector blueprints available for instant download.


CUSTOM ORDER

Order a custom vector blueprint with a fixed price. Production and delivery within 3-7 work days.


REQUEST

This blueprint is not available as a ready-made item. You can request a custom order for this vehicle.

 

Search Results

We found: 30 sets of blueprints - 195 vector blueprints - 195 free blueprints (view free blueprints).

BMW 5-series blueprint
Set of items
BMW 5-series
Collection of 25 blueprints
Starting at $24

 

BMW 6-series blueprint
Set of items
BMW 6-series
Collection of 12 blueprints
Starting at $24

 

BMW 7-Series blueprint
Set of items
BMW 7-Series
Collection of 15 blueprints
Starting at $24

 

BMW M6 blueprint BMW M6 blueprint
Set of items
BMW M6
Collection of 6 blueprints
Starting at $24

 

Ferrari F12 blueprint
Set of items
Ferrari F12
Collection of 2 blueprints
Starting at $12

 

Ford F-150 blueprint
Set of items
Ford F-150
Collection of 102 blueprints
Starting at $24

 

Ford F-150 SVT Raptor blueprint
Set of items
Ford F-150 SVT Raptor
Collection of 2 blueprints
Starting at $24

 

Lincoln Continental blueprint
Set of items
Lincoln Continental
Collection of 60 blueprints
Starting at $24

 

Mazda Familia blueprint Mazda Familia blueprint
Set of items
Mazda Familia
Collection of 34 blueprints
Starting at $24

 

Mitsubishi Lancer Cargo blueprint Mitsubishi Lancer Cargo blueprint
Set of items
Mitsubishi Lancer Cargo
Collection of 2 blueprints
Starting at $24

 

Nissan 180SX blueprint Nissan 180SX blueprint
Set of items
Nissan 180SX
Collection of 2 blueprints
Starting at $24

 

Nissan 200SX blueprint
Set of items
Nissan 200SX
Collection of 8 blueprints
Starting at $24

 

Nissan AD blueprint Nissan AD blueprint
Set of items
Nissan AD
Collection of 10 blueprints
Starting at $24

 

Nissan Cherry blueprint Nissan Cherry blueprint
Set of items
Nissan Cherry
Collection of 17 blueprints
Starting at $24

 

Nissan Cherry Europa blueprint Nissan Cherry Europa blueprint
Set of items
Nissan Cherry Europa
Collection of 3 blueprints
Starting at $24

 

Nissan Langley blueprint Nissan Langley blueprint
Set of items
Nissan Langley
Collection of 20 blueprints
Starting at $24

 

Nissan Laser Milano blueprint Nissan Laser Milano blueprint
Set of items
Nissan Laser Milano
Collection of 3 blueprints
Starting at $24

 

Nissan Liberta Villa blueprint Nissan Liberta Villa blueprint
Set of items
Nissan Liberta Villa
Collection of 6 blueprints
Starting at $24

 

Nissan March blueprint Nissan March blueprint
Set of items
Nissan March
Collection of 17 blueprints
Starting at $24

 

Nissan Micra blueprint Nissan Micra blueprint
Set of items
Nissan Micra
Collection of 17 blueprints
Starting at $24

 

Nissan Note blueprint Nissan Note blueprint
Set of items
Nissan Note
Collection of 4 blueprints
Starting at $24

 

Nissan Prairie blueprint Nissan Prairie blueprint
Set of items
Nissan Prairie
Collection of 3 blueprints
Starting at $24

 

Nissan Primera blueprint Nissan Primera blueprint
Set of items
Nissan Primera
Collection of 12 blueprints
Starting at $24

 

Nissan Pulsar blueprint
Set of items
Nissan Pulsar
Collection of 30 blueprints
Starting at $24

 

Nissan Sentra blueprint
Set of items
Nissan Sentra
Collection of 19 blueprints
Starting at $24

 

Nissan Silvia blueprint
Set of items
Nissan Silvia
Collection of 17 blueprints
Starting at $24

 

Nissan Tsuru blueprint Nissan Tsuru blueprint
Set of items
Nissan Tsuru
Collection of 15 blueprints
Starting at $24

 

Renault 12 blueprint Renault 12 blueprint
Set of items
Renault 12
Collection of 2 blueprints
Starting at $24

 

Toyota Etios blueprint Toyota Etios blueprint
Set of items
Toyota Etios
Collection of 2 blueprints
Starting at $24

 

Volvo 9700 blueprint
Set of items
Volvo 9700
Collection of 3 blueprints
Starting at $24

 

All search results - 513 items

This list includes all items: free bitmap blueprints, requested items, pre-order and ready vector blueprints.
  Model Views
2006 Aston Martin Vanquish V12 REQUEST F T R S
2009 Audi A8 D3 (Typ 4E) W12 REQUEST F T R S
2009 Audi Q7 V12 REQUEST F T R S
2006 Audi Q7 V12 TDI REQUEST F T R S
1939 Austin 12 4 Door Family Saloon REQUEST F T R S
1934 Austin 12/4 Ascot REQUEST F T R S
1929 Austin 12/4 Clifton Heavy REQUEST F T R S
1932 Austin 12/4 Taxi Ladbroke Avon Body REQUEST F T R S
1929 Austin Heavy 12/4 Windsor REQUEST F T R S
1977 BMW 5-Series 528 E12 REQUEST F T R S
1972 BMW 5-Series E12 REQUEST F T R S
1972 BMW 5-Series E12 520 REQUEST F T R S
1973 BMW 5-Series E12 520 REQUEST F T R S
2011 BMW 6-Series F12 Concept REQUEST F T R S
1989 BMW Alpina B12 (BMW 850i) REQUEST F T R S
BMW E12 REQUEST F T R S
1939 BMW R12 REQUEST F T R S
1999 BMW V12 LMR LMP REQUEST F T R S
1968 BRM F1 GP V12 REQUEST F T R S
1968 BRM F1 V12 REQUEST F T R S
2009 Buell XB12 Scg REQUEST F T R S
1970 Caterpillar MOTONIVELADORA 12 H REQUEST F T R S
1990 Coloni C3B Subaru F12 F1 REQUEST F T R S
1924 Delage V12 106L Land Speed Rekord Car REQUEST F T R S
1981 DMC 12 DeLorean Interior Cab Measurements REQUEST F T R S
2013 Ferrari F12 REQUEST F T R S
2014 Ferrari F12 TR-S REQUEST F T R S
2009 Fiat 500 12 Pop Convertible REQUEST F T R S
1967 Ginetta Gineta G12, 2-Door, 5-Speed Transmission, Rear Wheel Drive, Coupe REQUEST F T R S
1967 Ginetta Gineta G12, 2-Door, 5-Speed Transmission, Rear Wheel Drive, Coupe REQUEST F T R S
Honda 3L V12 REQUEST F T R S
1965 Honda RA271 F1 V12 REQUEST F T R S
1967 Honda RA273 F1 V12 REQUEST F T R S
1932 Horch 670 V12 REQUEST F T R S
2009 Hyundai I20-12 Comfort REQUEST F T R S
1970 International Dina-531K7-E12 Mexico REQUEST F T R S
1977 Jaguar E-type 2+2 V12 REQUEST F T R S
1976 Jaguar XJ12 REQUEST F T R S
2002 Jordan EJ12 F1 REQUEST F T R S
12 Lexus LX REQUEST F T R S
1940 Lincoln Continental V12 Coupe REQUEST F T R S
1940 Lincoln Zephyr Continental V12 Convertible REQUEST F T R S
1958 Lotus 12 F1 REQUEST F T R S
1980 Magirus-Deutz DL23-12 Fire REQUEST F T R S
1994 MAN LE 4x2 12 ton REQUEST F T R S
2008 MAN TGL 12 TGL 3050 REQUEST F T R S
2006 MAN TGL 12 ton REQUEST F T R S
1957 Maserati V12 F1 GP REQUEST F T R S
1968 Matra V12 F1 REQUEST F T R S
McDonnell Douglas A-12 Avenger II REQUEST F T R S
1997 McLaren MP4/12 F1 REQUEST F T R S
Mercedes-Benz Atego 12 REQUEST F T R S
Mercedes-Benz Atego 12 Lowliner REQUEST F T R S
2004 Nissan Primera WP12 REQUEST F T R S
1984 Nissan Silvia S12 2--SX Gazelle REQUEST F T R S
1984 Nissan Silvia S12 RS-X REQUEST F T R S
2000 Noble M12 GTO REQUEST F T R S
Other CBM LMB-11/LMB-12 REQUEST F T R S
Other CMB TDU 10-11-12 REQUEST F T R S
2001 Other Edonis V12 REQUEST F T R S
2007 Other Ilco AmeriVan S12 REQUEST F T R S
1995 Other Vector M12 REQUEST F T R S
1919 Packard V12 9.9L Land Speed Rekord Car REQUEST F T R S
1999 Pagani Zonda C12 REQUEST F T R S
2000 Pagani Zonda C12 REQUEST F T R S
1932 Pierce-Arrow V12 REQUEST F T R S
1931 Porsche Type 12 REQUEST F T R S
1931 Porsche Type 12 Strom REQUEST F T R S
1983 Renault 12 REQUEST F T R S
1985 Renault 12 Argentina REQUEST F T R S
1989 Renault 12 TL REQUEST F T R S
1969 Renault 12 TL REQUEST F T R S
1989 Renault 12 TL Break REQUEST F T R S
1976 Renault 12 TS REQUEST F T R S
Renault 12/Dacia 1300 REQUEST F T R S
1934 Rover 12 Tourer REQUEST F T R S
1993 Sauber C12 F1 REQUEST F T R S
2005 Scania P-Cab 12 Litre 6x4 REQUEST F T R S
1980 Shadow DN12 F1 REQUEST F T R S
2005 Solaris Urbinetto-12 REQUEST F T R S
2005 Solaris Urbinetto-12 III REQUEST F T R S
Solaris Urbino 12 LE Bus REQUEST F T R S
SOR BN12 3-door REQUEST F T R S
SOR BN12 4-door REQUEST F T R S
SOR BNG12 City REQUEST F T R S
2007 Spyker C12 LaTurbie REQUEST F T R S
2007 Spyker C8 Double 12S REQUEST F T R S
2009 Spyker D-12 SUV REQUEST F T R S
2007 Spyker D12 Peking-to-Paris REQUEST F T R S
2009 Spyker D12 Peking-to-Paris REQUEST F T R S
2015 Toyota HighAce Slwb 12-Seater REQUEST F T R S
2004 Volkswagen Phaeton W12 REQUEST F T R S
1990 Volvo F12 REQUEST F T R S
1984 Volvo F12 REQUEST F T R S
1977 Volvo F12 4x2 REQUEST F T R S
1977 Volvo F12 6x2 REQUEST F T R S
2014 Volvo FH 12 REQUEST F T R S
1998 Volvo FH12 6x4 REQUEST F T R S
1994 Volvo FH12-340 6x2 REQUEST F T R S
1994 Volvo FH12-380 6x2 REQUEST F T R S

Search Tips

Please write a vehicle make or brand name (e.g., Ford) or just a model name (e.g., Transit) or both make and model name (e.g., Volkswagen Golf). For better search results, please follow these simple rules:

  • ● Check if the brand or model name is written correctly
  • ● Do not specify your search with version (such as GT or Mk.2)
  • ● Do not specify a year (such as 68 Mustang) - just write Mustang
  • ● Please do not enter words such as blueprints, drawings, templates, PDF, etc.
eng
English
arrow
OK
Log in or Create account
For quick login use:
 
or
Create account or Log in
Gmail / Google+
By pressing this button you accept our terms and conditions
or
Use Email
Facebook
Register with FB or go back
Enter your email address to receive personal notifications.
Register with Email or go back
Create your account with an email.
I forgot password or go back
Enter your email address to reset your password.
Enter new password
Enter your new password.