Fix some products not being added to watchlist
This commit is contained in:
@@ -36,7 +36,9 @@
|
|||||||
</a>
|
</a>
|
||||||
</f:else>
|
</f:else>
|
||||||
</f:if>
|
</f:if>
|
||||||
<watchlist-toggle :watchlist="watchlist" uid="{hotel.uid}:{product.uid}" class="product-detail__watchlist"></watchlist-toggle>
|
<f:if condition="{hotel}">
|
||||||
|
<watchlist-toggle :watchlist="watchlist" uid="{hotel.uid}:{product.uid}" class="product-detail__watchlist"></watchlist-toggle>
|
||||||
|
</f:if>
|
||||||
<f:if condition="{product.skipassIncluded}">
|
<f:if condition="{product.skipassIncluded}">
|
||||||
<a href="#" class="ep-property">inkl. Skipass</a>
|
<a href="#" class="ep-property">inkl. Skipass</a>
|
||||||
</f:if>
|
</f:if>
|
||||||
@@ -76,9 +78,3 @@
|
|||||||
</f:if>
|
</f:if>
|
||||||
{v:render.template(file: 'EXT:ep_theme/Resources/Private/Partials/Breadcrumb.html')}
|
{v:render.template(file: 'EXT:ep_theme/Resources/Private/Partials/Breadcrumb.html')}
|
||||||
</div>
|
</div>
|
||||||
<script>
|
|
||||||
import WatchlistToggle from "../../Assets/js/components/WatchlistToggle";
|
|
||||||
export default {
|
|
||||||
components: {WatchlistToggle}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user