This topic is locked

Optimizing Display of Photos and QR Codes in Product Listings and Editing

2/14/2024 3:50:40 AM
PHPRunner General questions
A
alfonso authorDevClub member

I have a list of 1000 products and I have the photos in a folder. In a field of the table I have the name of the photo. Therefore, it is not necessary to upload each one of them. How can I make the photos and thumbnail appear correctly in the listings and when editing the product without having to upload them one by one?

On the other hand, the iso thing happens to me with a field in which I want to store and/or see the QR. Do I need to edit the products one by one to generate that QR?

Thank you

fhumanes 2/22/2024

Hi Alfonso,

You know, that Phprunner can store the images based on databases or reference them to a "File System" of the Server.

I believe that you should load the references of the images in a field and if necessary, generate the miniatures, and then use the potential that phprunner facilitates for the treatment (visualization) of the images.

I think you have knowledge to do those functions, however, you can see this example: https://fhumanes.com/blog/guias-desarrollo/guia-17-phprunner-mejorar-la-visualizacion-de-videos/

For QR's, you have a plugin available to generate the QR (dynamically) of the content that you indicate: https://fhumanes.com/blog/guias-desarrollo/plugines-de-phprunner/

Greetings,
fernando