Announcement

Collapse
No announcement yet.

Product Carousel Component on Storefront

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

    Product Carousel Component on Storefront

    Having a problem with the Product Carousel Component on the storefront page. Using select individual products. 5 items per page, full page at a time items per scroll. Sometimes when a product is added it does not show in the carousel. Any ideas?

    #2
    Can you post a link?
    Thanks,

    Rick Wilson
    CEO
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Thanks for the quick response. Actually I am only testing this in a test store branch. https://www.horseandkennel.com/mm5/m...d372f714d49c09

      Comment


        #4
        I'm seeing 5 products show up, do you have more than that and some are not displaying?
        Brennan Heyde
        VP Product
        Miva, Inc.
        [email protected]
        https://www.miva.com

        Comment


          #5
          That is correct

          Comment


            #6
            Any word on this?

            Comment


              #7
              Can you send in the details to our support team? We'll need to get access to your store to see if we can re-create what you are seeing.
              Brennan Heyde
              VP Product
              Miva, Inc.
              [email protected]
              https://www.miva.com

              Comment


                #8
                On the way.

                Comment


                  #9
                  In case any one is following this, the response from support is;

                  It turns out this has been filed as a bug. Product carousels loading individual items will not load the individual item if its code is numeric. Until the fix is released, you should be able to assign products to a new/existing category and then load the products from the category instead of individually.

                  Comment


                    #10
                    Originally posted by greggc View Post
                    In case any one is following this, the response from support is;

                    It turns out this has been filed as a bug. Product carousels loading individual items will not load the individual item if its code is numeric. Until the fix is released, you should be able to assign products to a new/existing category and then load the products from the category instead of individually.
                    Thanks for the heads-up. I had just started assigning individual products to a Product Carousel. Now to double check it.
                    Leslie Kirk
                    Miva Certified Developer
                    Miva Merchant Specialist since 1997
                    Previously of Webs Your Way
                    (aka Leslie Nord leslienord)

                    Email me: [email protected]
                    www.lesliekirk.com

                    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

                    Comment


                      #11
                      Question - can this carousel auto-slide?
                      Leslie Kirk
                      Miva Certified Developer
                      Miva Merchant Specialist since 1997
                      Previously of Webs Your Way
                      (aka Leslie Nord leslienord)

                      Email me: [email protected]
                      www.lesliekirk.com

                      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

                      Comment


                        #12
                        Originally posted by lesliekirk View Post
                        Question - can this carousel auto-slide?
                        If you update the mmx-product-carousel JavaScript Resource file the carousel can be set to autoplay.

                        Navigate to the JavaScript Resources Section and select the mmx-product-carousel JavaScript Resource. Once selected choose the three dots more options icon then Edit Source. On line 13 you will see props['autoplay'].default = false;. Updating false to true will set the carousel to autoplay.

                        Note this will happen with ALL product carousels on the store.

                        Let me know if you have issues implementing.
                        Nicholas Adkins
                        Technical Training Specialist / Miva, Inc.
                        [email protected]
                        https://www.miva.com/mivalearn

                        Comment


                          #13
                          Originally posted by Nick View Post

                          If you update the mmx-product-carousel JavaScript Resource file the carousel can be set to autoplay.

                          Navigate to the JavaScript Resources Section and select the mmx-product-carousel JavaScript Resource. Once selected choose the three dots more options icon then Edit Source. On line 13 you will see props['autoplay'].default = false;. Updating false to true will set the carousel to autoplay.

                          Note this will happen with ALL product carousels on the store.

                          Let me know if you have issues implementing.
                          Thanks Nick - I can see where it's going to need a bit more than just than setting the autoplay to "true". With that said, it might be a nice feature to build in - the ability to autoplay (and loop), set the speed and probably a couple other features basic carrousels have.
                          Leslie Kirk
                          Miva Certified Developer
                          Miva Merchant Specialist since 1997
                          Previously of Webs Your Way
                          (aka Leslie Nord leslienord)

                          Email me: [email protected]
                          www.lesliekirk.com

                          Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

                          Comment


                            #14
                            Originally posted by Nick View Post

                            If you update the mmx-product-carousel JavaScript Resource file the carousel can be set to autoplay.

                            Navigate to the JavaScript Resources Section and select the mmx-product-carousel JavaScript Resource. Once selected choose the three dots more options icon then Edit Source. On line 13 you will see props['autoplay'].default = false;. Updating false to true will set the carousel to autoplay.

                            Note this will happen with ALL product carousels on the store.

                            Let me know if you have issues implementing.
                            Nick, Perhaps something has changed, but when i go to:

                            Navigate to the JavaScript Resources Section and select the mmx-product-carousel JavaScript Resource. Once selected choose the three dots more options icon then Edit Source. On line 13 you will see props['autoplay'].default = false;.

                            There is no option to edit the source code.
                            Bruce Golub
                            Phosphor Media - "Your Success is our Business"

                            Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
                            phosphormedia.com

                            Comment


                              #15
                              Originally posted by Bruce - PhosphorMedia View Post

                              Nick, Perhaps something has changed, but when i go to:

                              Navigate to the JavaScript Resources Section and select the mmx-product-carousel JavaScript Resource. Once selected choose the three dots more options icon then Edit Source. On line 13 you will see props['autoplay'].default = false;.

                              There is no option to edit the source code.
                              I think that is by design - instead, you will need to build a whole new component. Then you could set the autoplay to "true".
                              Leslie Kirk
                              Miva Certified Developer
                              Miva Merchant Specialist since 1997
                              Previously of Webs Your Way
                              (aka Leslie Nord leslienord)

                              Email me: [email protected]
                              www.lesliekirk.com

                              Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

                              Comment

                              Working...
                              X