View Single Post
  #2  
Old 02-06-2020, 01:01 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: How to display product image as product thumbnail instead of default product variant.

The cart takes all info from the product data and then if there are any variants overwrites the main product data with the same from the default or first variant. This is done in the code so the final product data passed to the template is already overwritten. So you can't really do this form the template itself. You have to do a custom module and overwrite variants module code to stop it from replacing the image.
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote