{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'}
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'}
{*include file="templates/pages/catalog/elements/element-product-disphead.html"*}
Welcome to your Price Drop Alerts page! |
You are receiving price drop alerts for the items below.
|
|
{/if}
{if $list_count> 0}
{include file="templates/pages/catalog/elements/element-product-disphead.html"}
{/if}
{*$wishlist_data.whishlist_products|print_r*}
{assign var='cnt' value=1}
{foreach from=$wishlist_data.whishlist_products item="product"}
{if $product.all_image_hide == 'Yes' && ($user_level==0 || !$user_level) }
{else}
{foreach from=$product.secondary_images item="secondary_image"}
{if $secondary_image.type!="code"}
image_
{/if}
{/foreach}
{/if}
{foreach from=$product.videos item="videos"}
video_
{/foreach}
{*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}
{*include file="templates/pages/catalog/elements/element-product-price.html"*}
{*include file="templates/pages/catalog/elements/element-product-case-pack.html"*}
{*include file="templates/pages/catalog/elements/element-product-overview.html"*}
{include file="templates/pages/catalog/elements/element-product-sale-price.html"}
{*include file="templates/pages/catalog/elements/element-product-rating.html"*}
{include file="templates/pages/catalog/elements/element-product-add.html"}
|
{assign var='cnt' value=$cnt+1}
{/foreach}
{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}
{if !$is_print_version}