{template="pixel" app="core" group="global" params="array( 'AddToCart' => array( 'content_type' => 'product', 'content_ids' => array( $package->id ) ) )"} {{if \IPS\Request::i()->registerCheckout}}
{lang="package_added_to_cart" sprintf="$package->_title"}

{lang="continue_to_registration"}
{{else}}

{lang="product_added_to_cart"}

{$package->_title}

{lang="quantity"}: {$quantity}

{{if \count( $upsell )}}

{lang="related_products_you_might_like"}

    {{foreach $upsell as $upsellPackage}} {template="packageBlock" group="store" params="$upsellPackage, TRUE, TRUE"} {{endforeach}}
{{endif}}
{{endif}}