Within the levels theme the quick view displays on category pages & search results - I would like to have it on the related products as well. Is there a simple way of doing this? Just adding the below code that is used in other areas within the related products is not working. It displays the button but the button link does not work.
I thought I may need to create a new Content (quickview) item but was not sure.
Thank you as always...hope everyone has happy holidays!
Code:
<button type="button" class="button category-product-cta-button category-product-cta-quickview js-quick-view" data-product-link="&mvte:urls:PROD:auto_sep;Product_Code=&mvte:product:code;&show=quickview"> <span class="levels-icon-eye"></span> <span class="category-product-cta-quickview-text"> Quickview</span> </button> <form action="&mvte:urls:BASK:auto;" method="POST" class="category-product-form"> <input type="hidden" name="Action" value="ADPR"> <input type="hidden" name="Product_Code" value="&mvte:product:code;"> <input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;"> <input type="hidden" name="Quantity" value="1"> <button class="button category-product-cta-button category-product-cta-button-adpr"> <span data-icon=""></span><span class="category-product-cta-adpr-text"> Add to Cart</span> </button> </form>
Thank you as always...hope everyone has happy holidays!
Comment