Announcement

Collapse
No announcement yet.

Related Products in Tabs

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

    Related Products in Tabs

    I am trying to move the Related Products from the main page template to the Product Display Template so I can add it to a separate tab.

    Anyone have the code I can use to do this?

    I am also trying to make it so the products use the bxslider so it is a rotating carousel.

    I have Empoirum Plus Toolkit if that helps.

    #2
    Re: Related Products in Tabs

    You should just be able to put the related products SMT tag into the div for that tab.
    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


      #3
      Re: Related Products in Tabs

      There are two part to this.

      The list item

      Code:
      <mvt:if expr="l.settings:related_product_count NE 0">		<li><a href="#js-related" data-toggle="tab">Related Products</a></li>
      	</mvt:if>
      and the div tag

      Code:
       <mvt:if expr="l.settings:related_product_count NE 0">		<div class="tab-pane" id="js-related">
      			<h5 class="title">Related Products</h5>
      			<mvt:item name="related_products" />
      		</div>
      	</mvt:if>
      Apply as needed.

      Leslie
      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


        #4
        Re: Related Products in Tabs

        eldon, Did you figure out the rotating carousal for the products?
        Marshall
        http://www.hmcdisplay.com
        http://www.churchonwheels.com

        Comment


          #5
          Re: Related Products in Tabs

          Originally posted by marshallw View Post
          eldon, Did you figure out the rotating carousal for the products?
          Yes and no. I got it to display, but it seems to not play nicely with the rotating carousel script I was trying to use (BxSlider).

          I have dropped it for now and then I will come back to it after the first of the year.

          Regards,

          Eldon

          Comment

          Working...
          X