Notifications
Clear all

Gallery Images

2 Posts
2 Users
0 Reactions
2,962 Views
(@ginnywills)
Active Member
Joined: 10 years ago
Posts: 6
Topic starter  

How can I delete the gallery images from being printed in WPP?  I only want the main product photo to print.

Thanks,

Ginny


   
Quote
 Tom
(@tomson)
Famed Member Admin
Joined: 10 years ago
Posts: 4214
 

Hi ginny,

There is not such an option yet, you should change it in /functions.php

Find this code:

$wpp_gallery_images .= ' '.wp_get_attachment_image( $wpp_img, 'shop_single' ) . ' ';

Change to this:

//$wpp_gallery_images .= ' '.wp_get_attachment_image( $wpp_img, 'shop_single' ) . ' ';

We'll add such an option on next release.


   
ReplyQuote
(@ginnywills)
Active Member
Joined: 10 years ago
Posts: 6
Topic starter  

Perfect.  And thanks for the amazingly quick response!


   
ReplyQuote
Share:
Scroll to top