Advertisement:

Author Topic: Limit number of loaded pictures on product page  (Read 602 times)

Andreas1211

  • Newbie
  • *
  • Posts: 1
Limit number of loaded pictures on product page
« on: October 18, 2016, 04:25:40 pm »
Hi all,

I use Osclass 3.6.1 and I want to limit the number of images that are loaded on the product page. What part of this script should I change so that only the first image is loaded?

return (string) osc_resource_path().osc_resource_id().".".osc_resource_field("s_extension");

Thanks for the help in advance!

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Limit number of loaded pictures on product page
« Reply #1 on: October 18, 2016, 05:19:03 pm »
Hi,

You can do that on Admin Dashboard: Listings / Listing Settings => Attach X images per listing

Regards