Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/magento/module-wishlist/etc/frontend/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/magento/module-wishlist/etc/frontend/sections.xml

<?xml version="1.0"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Customer:etc/sections.xsd">
    <action name="wishlist/index/add">
        <section name="wishlist"/>
    </action>
    <action name="wishlist/index/remove">
        <section name="wishlist"/>
    </action>
    <action name="wishlist/index/updateItemOptions">
        <section name="wishlist"/>
    </action>
    <action name="wishlist/index/update">
        <section name="wishlist"/>
    </action>
    <action name="wishlist/index/cart">
        <section name="wishlist"/>
        <section name="cart"/>
    </action>
    <action name="wishlist/index/fromcart">
        <section name="wishlist"/>
        <section name="cart"/>
    </action>
    <action name="wishlist/index/allcart">
        <section name="wishlist"/>
        <section name="cart"/>
    </action>

    <action name="wishlist/shared/allcart">
        <section name="wishlist"/>
        <section name="cart"/>
    </action>
    <action name="wishlist/shared/cart">
        <section name="cart"/>
    </action>
</config>