Support

Support is part of Event Gallery Extended.

Please get a subscription if you need support. Feel free to use the ticket system or the contact form for reporting defects or pre-sale questions. Make sure you're logged in in order to be able to create a new ticket.

For general information you can also jump to the manual.

Subscribe now!

#2783 How to change suggesting in order form

Posted in ‘Event Gallery Extended’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by ita4012 on Friday, 11 August 2017 09:00 UTC

ita4012
 Hi. In Order Form I have the following suggesting: "Please select the preferred format and quantity for this image."

Since, I have only one picture format available, I would like to change the suggesting to: "Please select the quantity for this image."

How can I do?

Thanks

sbluege
Do you actually need that quantity field?

If you just want to change this text, please create a language override for this key COM_EVENTGALLERY_IMAGESET_PRICES

ita4012
Hi Sven. Thanks, that issue is now solved.
I have another question. Simulating an order, and checking the "new order email" (I mean that one that arrives before payment has been completed), I realized that if I click on thumbnail in the email, I open a page from which I can dowload a pretty good quality version of the image. That is not fine.... What can I do, to avoid that? Thans
You can check it here:
Your ItemsCountPriceFormatFileThumbnail11.50 EURCopia digitale ad alta risoluzione2017_07_15_Dervio/DSC_0004.JPGdownload.html?task=mailthumb&orderid=108257395907303424000868002&lineitemid=111&token=598c6531073576.0394518210.00 EURCopia digitale ad alta risoluzione2017_07_15_Dervio/DSC_0010.JPGdownload.html?task=mailthumb&orderid=108257395907303424000868002&lineitemid=112&token=598c6531073576.03945182Subtotal1.50 EURRicevi via email il link per scaricare le foto0.00 EURPaga con Paypal/Carta di Credito0.15 EURTotal:1.65 EUR




Fabio Muriano Via Pizzagalli 2 20900 Monza (MB) cell. 339 5200652 fax 02 700415985skype: muriano1PEC: fabio.muriano@pec.it
2017-08-10 13:47 GMT+02:00 Sven Bluege <sbluege@gmail.com>:

sbluege
The linked images are the same as the ones you show in the lightbox. But you can change this. Did you already create a Email Template in Event Gallery? If so please remove the link tag around the img-tag in the email.

I'll remove this link in the next release as well.

ita4012
Yes, I have a template.

I suppose I have to modify the following script:

<a class="thumbnail" href="https://www.svenbluege.de/{$lineitem->imageurl}">
<img src="https://www.svenbluege.de/{$lineitem->thumburl}">
</a>

I think I have to erase <img src="https://www.svenbluege.de/{$lineitem->thumburl}">

Is it right?

Thanks

sbluege
No, please remove the <a..> and the </a> lines. This will render the thumbnail without a link so you can't click on it but still get an idea which image is referenced. If you remove all three lines you will remove the thumbnail as well.

ita4012
Sorry, but I don't understand what I should do. Could you please write the right script I have to use?Thanks
Fabio Muriano Via Pizzagalli 2 20900 Monza (MB) cell. 339 5200652 fax 02 700415985skype: muriano1PEC: fabio.muriano@pec.it
2017-08-11 8:38 GMT+02:00 Sven Bluege <sbluege@gmail.com>:

sbluege
Does this help?

Before
<a class="thumbnail" href="https://www.svenbluege.de/{$lineitem->imageurl}">
<img src="https://www.svenbluege.de/{$lineitem->thumburl}">
</a>


After
<img src="https://www.svenbluege.de/{$lineitem->thumburl}">

sbluege
Sidenote: The ticket system seems to add a slash before the { character. Please remove it.

ita4012
Yes, removing the slash before the {, I solved my issue.
Thanks

Fabio Muriano Via Pizzagalli 2 20900 Monza (MB) cell. 339 5200652 fax 02 700415985skype: muriano1PEC: fabio.muriano@pec.it
2017-08-11 9:10 GMT+02:00 Sven Bluege <sbluege@gmail.com>:

sbluege
Great! So I guess we can close this ticket then?

ita4012
Yes. In the next version, it's advisable to insert this change.
Thank you very much
Fabio Muriano Via Pizzagalli 2 20900 Monza (MB) cell. 339 5200652 fax 02 700415985skype: muriano1PEC: fabio.muriano@pec.it
2017-08-11 10:15 GMT+02:00 Sven Bluege <sbluege@gmail.com>: