Announcement

Collapse
No announcement yet.

Utimate Ultimate Wishlist - Help with conditional expression syntax

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

    Utimate Ultimate Wishlist - Help with conditional expression syntax

    Hi there,

    Yet another question in a series of many today. Thanks again for any help provided.

    Can anyone help me with the correct syntax in order to display a link from the ACED page to the Registry (using sebenza.com Ultimate Wishlist) if items are in the registry, else no link will show.

    I'm not sure if this is even possible, as the available variables only work within the module's pages? The variable from the module for products is: &mvt: product: quantity; (sans spaces).

    Within the MYREG page, the conditional used if registry is empty is:

    Code:
    <mvt:if expr="ISNULL l.settings:registry:products">
    But this does not work within the ACED page.

    Again, thanks for any help.

    Dan

    #2
    Re: Utimate Ultimate Wishlist - Help with conditional expression syntax

    Do you have the registry item assigned to the ACED page?
    http://www.alphabetsigns.com/

    Comment


      #3
      Re: Utimate Ultimate Wishlist - Help with conditional expression syntax

      Hi alphabet. I do have it assigned, and still does not work. Thanks for asking tho.

      Comment


        #4
        Re: Utimate Ultimate Wishlist - Help with conditional expression syntax

        Try something like:
        Code:
        <mvt:if expr="NOT ISNULL l.all_settings:registry:products">
        <a href="&mvte:global:secure_sessionurl;Screen=MYREG">My Registry</a>
        </mvt:if>
        http://www.alphabetsigns.com/

        Comment


          #5
          Re: Utimate Ultimate Wishlist - Help with conditional expression syntax

          I tried the above code, but still no go. Thanks again tho.

          Comment


            #6
            Re: Utimate Ultimate Wishlist - Help with conditional expression syntax

            I could only get the l.all_settings:registry:cust_id to become available from the SRCHREG page but only after the query.

            Even if you pulled in the SRCHREG as a hidden element on the ACED page, you would still have to run the query to make l.all_settings:registry:cust_id available to use in the conditional.

            I would try the developer, sorry I could not be of more help.
            http://www.alphabetsigns.com/

            Comment


              #7
              Re: Utimate Ultimate Wishlist - Help with conditional expression syntax

              Thanks for trying to help anyhow. I submitted a ticket. I hope I get a reply soon.

              Cheers,

              Dan

              Comment


                #8
                Re: Utimate Ultimate Wishlist - Help with conditional expression syntax

                Sorry, the variables are only available on the registry screens regardless if you assigned the item to other pages.
                --
                Scott Zielinski
                -----------------------------
                Sebenza.com - Miva Merchant Partner
                MIVA Development & MIVA Modules

                SearchSpring.net - Strategic Miva Merchant Partner
                How many sales is your search page losing?

                Comment


                  #9
                  Re: Utimate Ultimate Wishlist - Help with conditional expression syntax

                  Thanks Scott for the reply.

                  This would be a great feature to consider in upcoming upgrades, if possible.

                  Dan

                  Comment

                  Working...
                  X