Search results for query: *

  • Users: webdev
  • Content: Threads
  • Order by date
  1. W

    Question Get cart entity to count items inside checkout

    I think I am missing something... not sure what. <xf:set var="$cartItems" value="{{ $xf.app.em.getRepository('DBTech\Shop:Cart') }}" /> <xf:foreach loop="$cartItems" value="$cartItem"> {{dump($cartItem)}} </xf:foreach> Any ideas? 😅
  2. W

    Question Get Item icon url

    Hello everyone. I'm trying to get the item icon url without any formatting. This already has a span wrapped around the img src {{ dbtech_shop_item_icon($purchase.Item) }}
Back
Top