Announcement

Collapse
No announcement yet.

Quick Look or Quick View of Product

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

    #16
    Re: Quick Look or Quick View of Product

    Hey Guys -

    While you can use image machine on the CTGY, PLST, SRCH pages, it would only be good at showing an image, not necessarily a true quick look which usually allows you to buy from that page. We did a quick look for one of our clients:

    http://www.scottevest.com/v3_store/subindex_shirts_hoodies.shtml

    I
    t uses a light box to display a new product page template we created for the smaller space. When you click on the quick look button the light box loads the regular Miva PROD page where we pass a parameter in url for quicklook (&quicklook=1)

    We then check for this parameter on the PROD page and if it exists we display a different version of the product page template, one that fits in the smaller space.

    To keep the code clean we separate out this code into its own tab using the Miva Content Item.

    Here is the code we have on the PROD page:

    Code:
    <mvt:if expr="g.quicklook EQ 1 ">
    	<mvt:item name="quicklook_template" param="content" />
    	<mvt:exit />
    </mvt:if>
    This is a simple way to get a completely different template to show for things like this where you need a different layout. This combined with a simple lightbox script (Here were using fancybox) can give you a really nice functioning quicklook on your category pages.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #17
      Re: Quick Look or Quick View of Product

      Originally posted by Brennan View Post
      Hey Guys -

      While you can use image machine on the CTGY, PLST, SRCH pages, it would only be good at showing an image, not necessarily a true quick look which usually allows you to buy from that page. We did a quick look for one of our clients:

      http://www.scottevest.com/v3_store/subindex_shirts_hoodies.shtml

      I
      t uses a light box to display a new product page template we created for the smaller space. When you click on the quick look button the light box loads the regular Miva PROD page where we pass a parameter in url for quicklook (&quicklook=1)

      We then check for this parameter on the PROD page and if it exists we display a different version of the product page template, one that fits in the smaller space.

      To keep the code clean we separate out this code into its own tab using the Miva Content Item.

      Here is the code we have on the PROD page:

      Code:
      <mvt:if expr="g.quicklook EQ 1 ">
          <mvt:item name="quicklook_template" param="content" />
          <mvt:exit />
      </mvt:if>
      This is a simple way to get a completely different template to show for things like this where you need a different layout. This combined with a simple lightbox script (Here were using fancybox) can give you a really nice functioning quicklook on your category pages.
      That's a cool direction....hmm this might be a really nice blog post for you guys to do
      Mark Hood
      Vermont Gear

      Comment


        #18
        Re: Quick Look or Quick View of Product

        We have a quick view on our sites using almost the same solution that Brennan mentions - I think its a great solution overall. Like he mentions we utilize another PROD template that pulls most of the regular product fields plus some custom fields. Since the page is dynamic it requires little to no manual updates and we no index, no follow the page to avoid any potential dup content issues. We then use jQuery to open the quick view PROD template via an iframe modal window.

        Comment


          #19
          Re: Quick Look or Quick View of Product

          Originally posted by Mark Hood View Post
          That's a cool direction....hmm this might be a really nice blog post for you guys to do
          Mark hit the nail on the head... has there been a Blog post on this.. hope i didn't miss it... Been looking and waiting for a solution to this elusive quick view puzzle. Anyways, if not, one would be great for us mmui and cssui folks.

          here is to crossing all that can be crossed....
          Last edited by Datagg; 10-10-12, 12:54 AM.
          Dan

          Girlfriends Lingerie - "Keeping It Sexy!"
          Sexy Lingerie - Twitter - Facebook- Pinterest - YouTube

          Comment


            #20
            Re: Quick Look or Quick View of Product

            We maybe coming up with a module doing quick view, minibasket etc.

            At the last Miva conference we already demonstrated our idea. The entire solution is ajax based so no iframes necessary.

            A early version is implemented on this site. You have the quick view, floating basket (when adding from the regular prod page) and the regular basket page doesn't refresh when changing the content. Try it out!
            Last edited by PCINET - Andreas; 10-10-12, 02:01 PM.
            Andreas Toman
            PCINET, LLC

            Miva Merchant Design, Development, Integration & Support
            We built over 200 Miva Merchant stores!
            Miva shopping cart design & integration service and see our Portfolio!


            e-mail: [email protected]
            web: www.pcinet.com
            LinkedIn: Andreas Toman
            phone: (786) 250-2056 (Miami, FL)

            Comment


              #21
              Re: Quick Look or Quick View of Product

              Originally posted by PCINET - Andreas View Post
              We maybe coming up with a module doing quick view, minibasket etc.

              At the last Miva conference we already demonstrated our idea. The entire solution is ajax based so no iframes necessary.

              A early version is implemented on this site. You have the quick view, floating basket (when adding from the regular prod page) and the regular basket page doesn't refresh when changing the content. Try it out!
              Damn that looks sweet Andreas, GREAT JOB...... I want it!!!!
              Dan

              Girlfriends Lingerie - "Keeping It Sexy!"
              Sexy Lingerie - Twitter - Facebook- Pinterest - YouTube

              Comment


                #22
                Re: Quick Look or Quick View of Product

                Look at our latest implementation of the module.

                dev site of live store - not ready yet. Try the Quickview and use arrows to move to next product. Add to basket etc. http://dev.allinmerch.com/category/TUI.html
                Andreas Toman
                PCINET, LLC

                Miva Merchant Design, Development, Integration & Support
                We built over 200 Miva Merchant stores!
                Miva shopping cart design & integration service and see our Portfolio!


                e-mail: [email protected]
                web: www.pcinet.com
                LinkedIn: Andreas Toman
                phone: (786) 250-2056 (Miami, FL)

                Comment


                  #23
                  Re: Quick Look or Quick View of Product

                  Originally posted by PCINET - Andreas View Post
                  Look at our latest implementation of the module.

                  dev site of live store - not ready yet. Try the Quickview and use arrows to move to next product. Add to basket etc. http://dev.allinmerch.com/category/TUI.html
                  Looks GREAT Andreas..... I knew someone sometime would have to come up with a Module to do this on a regular level..... Again great work..... Will it also work in a MMUI site?
                  Last edited by Datagg; 10-10-12, 03:55 PM.
                  Dan

                  Girlfriends Lingerie - "Keeping It Sexy!"
                  Sexy Lingerie - Twitter - Facebook- Pinterest - YouTube

                  Comment


                    #24
                    Re: Quick Look or Quick View of Product

                    Originally posted by PCINET - Andreas View Post
                    Look at our latest implementation of the module.

                    dev site of live store - not ready yet. Try the Quickview and use arrows to move to next product. Add to basket etc. http://dev.allinmerch.com/category/TUI.html
                    Anymore info on this?
                    Dan

                    Girlfriends Lingerie - "Keeping It Sexy!"
                    Sexy Lingerie - Twitter - Facebook- Pinterest - YouTube

                    Comment


                      #25
                      Re: Quick Look or Quick View of Product

                      This can be done without the use of a module. Miva Merchant has posted an example here, can pretty much be expanded from there: http://www.mivamerchant.com/blog/how...merchant-store

                      Comment


                        #26
                        Re: Quick Look or Quick View of Product

                        Slight but important difference is that Tim's solution uses JSON. This means no page reloads and with it way faster than anything out there ;)
                        Tim didn't turn this into a module yet, too much work and no time for module coding.
                        Andreas Toman
                        PCINET, LLC

                        Miva Merchant Design, Development, Integration & Support
                        We built over 200 Miva Merchant stores!
                        Miva shopping cart design & integration service and see our Portfolio!


                        e-mail: [email protected]
                        web: www.pcinet.com
                        LinkedIn: Andreas Toman
                        phone: (786) 250-2056 (Miami, FL)

                        Comment


                          #27
                          Re: Quick Look or Quick View of Product

                          Slight but important difference is that Tim's solution uses JSON. This means no page reloads and with it way faster than anything out there ;)
                          The Miva Merchant example uses Fancybox (jQuery/AJAX), no page reloads there either. The example provided in the tutorial is defintiely slow, but there is a lot of additional resources/overhead at play there. We have used this method on a number of stores with great success.

                          Comment


                            #28
                            Re: Quick Look or Quick View of Product

                            Nice!
                            Andreas Toman
                            PCINET, LLC

                            Miva Merchant Design, Development, Integration & Support
                            We built over 200 Miva Merchant stores!
                            Miva shopping cart design & integration service and see our Portfolio!


                            e-mail: [email protected]
                            web: www.pcinet.com
                            LinkedIn: Andreas Toman
                            phone: (786) 250-2056 (Miami, FL)

                            Comment


                              #29
                              Re: Quick Look or Quick View of Product

                              We use this kind of implementation for most of our categories: http://www.nordicneedle.com/ctgy/fabric.html

                              Ours is just jQuery and very simple coding and Bill's toolkit. We don't utilize a miva content item since we made it pretty simple.

                              Comment


                                #30
                                Re: Quick Look or Quick View of Product

                                That's a quick QuickView ;)

                                Comment

                                Working...
                                X