Announcement

Collapse
No announcement yet.

Wish Lists Requests: Breadcrumbs/Item Count

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Wish Lists Requests: Breadcrumbs/Item Count

    Currently there is no relation to the wish lists pages and account pages in the breadcrumbs.

    It would be nice if the breadcrumbs changed based off being logged in or not like they do for ORDH/ORDS.

    Logged in: Home > Account > Wish Lists

    Logged out: Home > Wish Lists

    Also a variable/entity for the item count in each wish list on WLST would be nice. It could help the customer further identify the wish list if they have several.
    Nick Harkins
    www.loveisarose.com
    *Web Developer
    *Miva
    *Google Analytics, Search Console, Tag Manager, Merchant Center, Ads

    #2
    Well I figured out the wish list item count

    Code:
    <mvt:foreach iterator="wishlist" array="wishlists:items">
        <mvt:do file="g.Module_Feature_WSH_DB" name="l.success" value="Runtime_WishListProduct_Count_WishList( l.settings:wishlist:id, l.settings:wishlist:item_count )" />
        &mvte:wishlist:item_count; <mvt:if expr="l.settings:wishlist:item_count EQ '1'">Item<mvt:else>Items</mvt:if>
    </mvt:foreach>
    Should have searched the miva functions before posting...
    Last edited by SidFeyDesigns; 07-25-22, 07:20 AM.
    Nick Harkins
    www.loveisarose.com
    *Web Developer
    *Miva
    *Google Analytics, Search Console, Tag Manager, Merchant Center, Ads

    Comment

    Working...
    X