View Single Post
  #1  
Old 08-31-2015, 11:41 AM
  GlasPak's Avatar 
GlasPak GlasPak is offline
 

eXpert
  
Join Date: May 2015
Posts: 241
 

Default QuickViews Problem

I am not sure why but our "quickviews" for the products are just displaying a URL for "more details" that takes you to the actual page. I need to put in here some text (Pieces per Case) so that it shows up in quickviews.

http://glaspak.com/bormioli-fido-jars
For example the Fido 200 ml Terrine Hermetic Jar.

Edit:
I am trying to modify quicklook to add a new class


<li class="ppc-field">
<span class="name">{t(#Pieces Per Case#)}</span>
<span class="ppc-field-value">{item.product.getPPCField()}</span>
</li>

But I can't figure out where any reference to quicklook are (all Quicklook gives is a link that says "More details")
__________________
Business License
https://glaspak.com
GoDaddy VPS - Apache with WHM
2GB ECC DDR3 1600MHz
2x Intel E5-2630L v2 Hex Core 2.4/2.8ghz
15 MB proc cache
60 GB 10k RPM hdd
PHP 7.0.15
MariaDB 10.1.21 with InnoDB engine
Reply With Quote