Hello Daniel,
You should register it in transformation:
<%@ Register Src="~/CMSModules/Ecommerce/Controls/ProductOptions/ShoppingCartItemSelector.ascx" TagName="CartItemSelector" TagPrefix="uc1" %>
then you can use it, where you want to display these links
<uc1:CartItemSelector id="addItem" runat="server" SKUID='<%# EvalInteger("SKUID") %>' SKUEnabled='<%# EvalBool("SKUEnabled") %>' AddToCartTooltip="Add to cart" AddToCartText="Add to cart" ShowWishlistLink="false" ShowUnitsTextBox="true" AlwaysShowTotalPrice="true" TotalPriceLabel="Total" ShowProductOptions="true" StockVisible="true" UnavailableVariantInfoEnabled="false" UsedInProductDetail="true" CssClassNormal="normal" CssClassFade="fade" QuantityText="Qty" />