# Shopware Detail Page Image mapping returning 503 service unavailble error

**URL:** https://forum.shopware.com/t/shopware-detail-page-image-mapping-returning-503-service-unavailble-error/46231
**Category:** Programmierung
**Created:** [9. Juni 2017 um 05:27 UTC](https://forum.shopware.com/t/shopware-detail-page-image-mapping-returning-503-service-unavailble-error/46231 "2017-06-09T05:27:27Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![testusernetwork1](https://avatars.discourse-cdn.com/v4/letter/t/e5b9ba/32.png) [@testusernetwork1](https://forum.shopware.com/u/testusernetwork1)
#### Post date: [9. Juni 2017 um 05:27 UTC](https://forum.shopware.com/t/shopware-detail-page-image-mapping-returning-503-service-unavailble-error/46231/1 "2017-06-09T05:27:27Z")

</div>

Hi @ all,

In my shop, I have using image mapping… But when the variant is selected from dropdown it doesn’t worked…

I have checked in console which return 503 service unavailable… So I switched it to responsive theme… But the problem still exists…&nbsp;

can anybody help with this issue?,

Thanking in advance

Regards

Team

---

<div class="post-metadata">

### Author: ![testusernetwork1](https://avatars.discourse-cdn.com/v4/letter/t/e5b9ba/32.png) [@testusernetwork1](https://forum.shopware.com/u/testusernetwork1)
#### Post date: [9. Juni 2017 um 12:10 UTC](https://forum.shopware.com/t/shopware-detail-page-image-mapping-returning-503-service-unavailble-error/46231/2 "2017-06-09T12:10:37Z")

</div>

sorry this code is override by a plugin…

{block name=„frontend\_detail\_buy\_configurator\_inputs“}  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {if $sArticle.sConfigurator&&$sArticle.sConfiguratorSettings.type==3}  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {foreach $sArticle.sConfigurator as $group}  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;   
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {/foreach}  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {/if}  
{/block}

&nbsp;

I have added this code on that plugin…

Now it is again started to work…&nbsp;

Thanking you&nbsp;
