File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
client-app/shared/catalog/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4444 :button-text =" $t('pages.catalog.variations_button', [(product.variations?.length || 0) + 1])"
4545 />
4646
47- <AddToCart v-else :product =" product" reserved-space />
47+ <AddToCartSimple v-else :product =" product" reserved-space />
4848 </VcProductCard >
4949</template >
5050
5151<script setup lang="ts">
5252import { computed } from " vue" ;
5353import { useBrowserTarget } from " @/core/composables" ;
5454import { getProductRoute } from " @/core/utilities" ;
55- import { AddToCart } from " @/shared/cart" ;
5655import { AddToCompareCatalog } from " @/shared/compare" ;
5756import { AddToList } from " @/shared/wishlists" ;
5857import type { Product } from " @/core/api/graphql/types" ;
5958import type { RouteLocationRaw } from " vue-router" ;
59+ import AddToCartSimple from " @/shared/cart/components/add-to-cart-simple.vue" ;
6060
6161interface IEmits {
6262 (event : " linkClick" , globalEvent : MouseEvent ): void ;
You can’t perform that action at this time.
0 commit comments