added completo induments

This commit is contained in:
Claudio 2026-04-30 14:53:48 +02:00
parent 434645382b
commit d04e7f6a57
2 changed files with 4 additions and 4 deletions

View File

@ -719,11 +719,11 @@ $partids[] = '0';
// t-shirt hivis
$mandatoryParts = array('FM', 'RM');
$totalparthighlight = array(1, 2, 3, 4, 5, 6, 7, 'FM', 'RM');
} elseif ($idarticletype == '4' && $modelidart == '19' && $hivis == 'N') {
} elseif ($idarticletype == '4' && in_array((string)$modelidart, ['19', '22'], true) && $hivis == 'N') {
// tuta
$mandatoryParts = array(1, 8);
$totalparthighlight = array(1, 2, 3, 4, 5, 6, 7, 8, 9);
} elseif ($idarticletype == '4' && $modelidart == '19' && $hivis == 'Y') {
} elseif ($idarticletype == '4' && in_array((string)$modelidart, ['19', '22'], true) && $hivis == 'Y') {
// tuta hivis
$mandatoryParts = array('FM', 'RM');
$totalparthighlight = array(1, 2, 3, 4, 5, 6, 7, 8, 9, 'FM', 'RM');

View File

@ -1260,7 +1260,7 @@ if ($idarticletype == "4" && $modelidart == 18 && $hivis == 'Y') { ?>
<?php
// TUTA
if ($idarticletype == "4" && $modelidart == 19 && $hivis == 'N') { ?>
if ($idarticletype == "4" && in_array((string)$modelidart, ['19', '22'], true) && $hivis == 'N') { ?>
<?php include('languages/' . $_SESSION['langselect'] . '/ind17.php'); ?>
<!-- Image Map Generated by http://www.image-map.net/ -->
<div style="position:relative;width:635px;height:516px;">
@ -1439,7 +1439,7 @@ if ($idarticletype == "4" && $modelidart == 19 && $hivis == 'N') { ?>
<?php } ?>
<?php
// TUTA HIVIS
if ($idarticletype == "4" && $modelidart == 19 && $hivis == 'Y') { ?>
if ($idarticletype == "4" && in_array((string)$modelidart, ['19', '22'], true) && $hivis == 'Y') { ?>
<?php include('languages/' . $_SESSION['langselect'] . '/ind16.php'); ?>
<!-- Image Map Generated by http://www.image-map.net/ -->
<div style="position:relative;width:776.75px;height:672.75px;">