View Single Post
  #2  
Old 05-16-2017, 10:13 AM
 
ant99 ant99 is offline
 

Advanced Member
  
Join Date: Mar 2015
Posts: 39
 

Default Re: Customize "Quick View" product details modal window

After looking further, I'm noticing this code from

xcartdir/skins/customer/product/details/quick_look/body.twig
Code:
class="product-quicklook"> {% form '\\XLite\\View\\Form\\Product\\AddToCart' with {product: this.product, className: 'product-details box-product', validationEngine: '1'} %} {{ widget_list('product.details.quicklook') }} {% endform %} {{ widget_list('product.details.quicklook.rotator') }} </div>

What exactly is happening on this line?
{{ widget_list('product.details.quicklook') }}

If I want to add description to this area, what is the best way?
__________________
Ant

XC v5.3.1.8
Horizontal Flyout Categories Menu Module
CloudSearch / CloudFilters

XC v4.7.6
CloudSearch
Reply With Quote