- Response
-
200
OK
- IP
-
216.73.216.184
- Profiled on
- Token
- cb2dad
Dumped Contents
In
SizeUnitComponent.php
line 97:
foreach ($this->getAvailableOffers() as $offer) {
$offerPrice = ($offer->remise !== 0) ? $offer->prix * ($offer->remise / 100) : $offer->prix;
dump($offerPrice);
if ($price > $offerPrice) {
$price = $offerPrice;
}
}
31
In
SizeUnitComponent.php
line 82:
foreach ($this->getAvailableOffers() as $offer) {
$offerPrice = ($offer->remise !== 0) ? $offer->prix * ($offer->remise / 100) : $offer->prix;
dump($offerPrice);
if ($price < $offerPrice) {
$price = $offerPrice;
}
}
31
In
SizeUnitComponent.php
line 97:
foreach ($this->getAvailableOffers() as $offer) {
$offerPrice = ($offer->remise !== 0) ? $offer->prix * ($offer->remise / 100) : $offer->prix;
dump($offerPrice);
if ($price > $offerPrice) {
$price = $offerPrice;
}
}
30
In
SizeUnitComponent.php
line 82:
foreach ($this->getAvailableOffers() as $offer) {
$offerPrice = ($offer->remise !== 0) ? $offer->prix * ($offer->remise / 100) : $offer->prix;
dump($offerPrice);
if ($price < $offerPrice) {
$price = $offerPrice;
}
}
30
In
SizeUnitComponent.php
line 97:
foreach ($this->getAvailableOffers() as $offer) {
$offerPrice = ($offer->remise !== 0) ? $offer->prix * ($offer->remise / 100) : $offer->prix;
dump($offerPrice);
if ($price > $offerPrice) {
$price = $offerPrice;
}
}
70
In
SizeUnitComponent.php
line 82:
foreach ($this->getAvailableOffers() as $offer) {
$offerPrice = ($offer->remise !== 0) ? $offer->prix * ($offer->remise / 100) : $offer->prix;
dump($offerPrice);
if ($price < $offerPrice) {
$price = $offerPrice;
}
}
70
In
SizeUnitComponent.php
line 97:
foreach ($this->getAvailableOffers() as $offer) {
$offerPrice = ($offer->remise !== 0) ? $offer->prix * ($offer->remise / 100) : $offer->prix;
dump($offerPrice);
if ($price > $offerPrice) {
$price = $offerPrice;
}
}
84
In
SizeUnitComponent.php
line 82:
foreach ($this->getAvailableOffers() as $offer) {
$offerPrice = ($offer->remise !== 0) ? $offer->prix * ($offer->remise / 100) : $offer->prix;
dump($offerPrice);
if ($price < $offerPrice) {
$price = $offerPrice;
}
}
84