{if $f_type == 'pda' || $wishlist_data.name == 'PriceDropAlert' || $type == 'PriceDropAlert'}
Price Drop Alerts
{else}
{$msg.wishlist.pageHeader}
{/if}
{if $display_mode == "manage_wishlist" || $wish_lists}
{if $f_type!='pda'}
Your Favorite lists are shown below
Select a favorite list to view its contents.
Select 'Add to Cart' to add all contents of the List to your Shopping Cart
Select 'Delete' to Delete a specific List.
{*}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.
Click Show Details to jump to the item details page.
Return to this page by clicking Price Drop Alerts from Quick Links menu bar at right.
Delete an item from your list by clicking 'Delete Item'
{/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'}
{*include file="templates/pages/catalog/elements/element-product-disphead.html"*}
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.
Click Show Details to jump to the item details page.
Return to this page by clicking Price Drop Alerts from Quick Links menu bar at right.
Delete an item from your list by clicking 'Delete Item'
|
|
|
Price Drop Alerts are active for the following items
|
{/if}
|
{assign var='cnt' value=1}
{foreach from=$wishlist_data.whishlist_products item="product"}
{*foreach from=$products item="product" name="catalog-list"*}
{if $cnt%2==0}
{assign var='clr' value='#EEECE0'}
{else}
{assign var='clr' value='#FFFFFF'}
{/if}
{include file="templates/pages/catalog/elements/element-product-disp.html"}
{*include file="templates/pages/catalog/elements/element-product-title.html"*}
{include file="templates/pages/catalog/elements/element-product-image.html"}
{*include file="templates/pages/catalog/elements/element-product-hot-deal.html"*}
|
{$product.overview|htmlspecialchars}
|
{assign var='cnt' value=$cnt+1}
{/foreach}
{/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}
{$wl_message} |
Back to View all Lists
|
{else}
|
{$msg.wishlist.noWishlist} |
{/if}
{/if}
{if !$is_print_version}