{$msg.recurring.recurring_profile}
{include file="templates/layouts/zones/includes/flash-messages.html"}
{$msg.recurring.profile_properties}
{$msg.recurring.profile_id} |
#{$profile->profileId} |
{$msg.recurring.created_at} |
{$profile->dateCreated} |
{$msg.recurring.status} |
{$profile->status}
{if $profile->status == $profileStatusSuspended && $profile->suspensionReason != 'None'}
by {$profile->suspensionReason|strtolower}
{/if}
{if $customerCanSuspend || $customerCanCancel || $customerCanActivate}
({$msg.recurring.change_link})
{/if}
|
{if $profile->dateStart && $profile->dateStart != ''}
{$msg.recurring.start_date} |
{$profile->dateStart} |
{/if}
{$msg.recurring.initial_order} |
#{$msg.recurring.order}{$initialOrder.order_num} ({$initialOrder.status}) |
{if $profile->hasMoreBillingCycles}
{$msg.recurring.next_payment} |
{$profile->dateNextBilling|date_format:$msg.common.date_format} |
{/if}
{$msg.recurring.current_billing_cycle} |
{if $profile->hasMoreBillingCycles}
{$profile->currentBillingCycle}
{if $profile->billingPeriodCycles > 0} of {$profile->billingPeriodCycles+$profile->trialPeriodCycles}{/if}
{else}
{$msg.recurring.no_more_billing_cycles}
{/if}
|
{if $customerCanSuspend || $customerCanCancel || $customerCanActivate}
{$msg.recurring.new_status}
{/if}
{$msg.recurring.item}: {$lineItem->title|htmlspecialchars}
{if $lineItem->productRecurringBillingData->scheduleDescription != ''}
{$lineItem->productRecurringBillingData->scheduleDescription|htmlspecialchars}
{/if}
{if $lineItem->options != ''}
{$msg.cart.options}:
{$lineItem->options|nl2br}
{/if}
{$msg.recurring.item_quantity} |
{$profile->itemsQuantity} |
{if $profile->trialEnabled}
{$msg.recurring.trial_period} |
{$profile->trialDescription}{**if !$profile->hasMoreTrialCycles} ({$msg.recurring.trial_period_finished}){/if**} |
{/if}
{if $lineItem->recurringBillingData->isBillingAmountModified}
{$msg.recurring.added_options} |
{foreach from=$profile->priceModifiersDescription item="priceModifierDescription"}
{$priceModifierDescription} |
{/foreach}
{$msg.recurring.original_billing_period} |
{$profile->originalBillingDescription} |
{/if}
{$msg.recurring.billing_period} |
{$profile->billingDescription}{if !$profile->hasMoreBillingCycles} ({$msg.recurring.billing_period_finished}){/if} |
{$msg.recurring.payment_method}
{if $paymentProfile}
{if $paymentProfile->name != ''}{$paymentProfile->name|htmlspecialchars}
{/if}
{$paymentProfile->billingData->name|htmlspecialchars}
{$paymentProfile->billingData->ccNumber|htmlspecialchars} -
{$paymentProfile->billingData->ccExpirationMonth|htmlspecialchars}/{$paymentProfile->billingData->ccExpirationYear|htmlspecialchars}
{$paymentProfile->billingData->addressLine1|htmlspecialchars}
{if $paymentProfile->billingData->addressLine2 != ''}{$paymentProfile->billingData->addressLine2|htmlspecialchars}
{/if}
{$paymentProfile->billingData->city|htmlspecialchars},
{$paymentProfile->billingData->stateName|htmlspecialchars} {$paymentProfile->billingData->zip|htmlspecialchars}
{$paymentProfile->billingData->countryName|htmlspecialchars}
{if $paymentProfile->billingData->phone != ''}
{$msg.recurring.phone}: {$paymentProfile->billingData->phone|htmlspecialchars}
{/if}
{else}
{$msg.recurring.payment_profile_not_found}
{/if}
{$msg.recurring.delivery_preferences}
{$msg.recurring.shipping_method}:
{if $lineItem->productType == 'Tangible'}
{$initialOrder.shipping_cm_name}
{else}
{$msg.shipping.shipment_statuses.unshippable}
{/if}
{if $shippingAddress}
{$msg.recurring.shipping_address}
{$shippingAddress->name|htmlspecialchars} ({$shippingAddress->addressType})
{if $shippingAddress->companyName != ''}
{$shippingAddress->companyName}{/if}
{$shippingAddress->addressLine1|htmlspecialchars}
{if $shippingAddress->addressLine2 != ''}{$shippingAddress->addressLine2|htmlspecialchars}
{/if}
{$shippingAddress->city|htmlspecialchars},
{$shippingAddress->stateName|htmlspecialchars} {$shippingAddress->zip|htmlspecialchars}
{$shippingAddress->countryName|htmlspecialchars}
{/if}
{$msg.recurring.recurring_orders}
{if $orders}
{else}
{$msg.account.no_orders_yet}
{/if}