{if $display_mode == "manage_wishlist" || $wish_lists}
{if $f_type!='pda'}
Welcome to your My Favorites page!
This Favorite List Has No Items. Add item to your Favorites from the product page.
{*}Create New Favorite List{*}
{else}
Welcome to your Price Drop Alerts page! You can select to receive Price Drop Alerts by email or text whenever your selected items, drop in price. Price drop alerts are activated from the item page.
{/if}
|
|
{elseif $display_mode == "edit_wishlist" }
{if $wishlist_data}
{if !$is_print_version}
{if $wishlist_data.name!='PriceDropAlert'}
{/if}
{/if}
{if $wishlist_data.name=='PriceDropAlert'}
Welcome to your Price Drop Alerts page!
|
You are receiving price drop alerts for the items below.
|
{/if}
{include file="templates/panels/panel-catalog-favorite_n_price_list.html"}
{if $wishlist_data.name=='PriceDropAlert'}
{if $list_count > 0}
{else}
“Price Drop Alerts has no items.
To add a price drop alert for an item, visit the item and select ‘Price Drop Alert’ from the options list located right of the image.”
{/if}
{/if}
{/if}
{elseif $display_mode == "send_email_form"}
{elseif $display_mode == "add_wishlist"}
{else}
{if $wl_message}
{if $type == 'PriceDropAlert'}
{assign var=f_type value='pda'}
{else}
{assign var=f_type value='wl'}
{/if}
Welcome to your Price Drop Alerts page! |
You are receiving price drop alerts for the items below.
|
|
“Price Drop Alerts has no items.
To add a price drop alert for an item, visit the item and select ‘Price Drop Alert’ from the options list located right of the image.”
|
{else}
|
{$msg.wishlist.noWishlist} |
{/if}
{/if}
{literal}
{/literal}