News:

Looking for documentation? Take a look on our wiki

Main Menu

Issue in call for price

Started by Arjun Singh, August 30, 2018, 06:34:56 AM

Previous topic - Next topic

Arjun Singh

In call for price(askquestion view) email and user name fields are editable whereas they do not used in email sent to admin.

Login user email and name are used in email sent for call for price irrespective of value set by user.

Product details language is hardcoded in mail_html_question.php

Joomla : 3.x
VirtueMart : 3.2.14

StefanSTS

Hi Arjun,

I guess it is wanted that a logged in user uses his credentials for the form, it might be a good idea to prefill the inputs with that though.
These files haven't been touched in a long while and might need some adjustment.

The "Product details" string is indeed hardcoded. If you want to change that on your own
<?php echo vmText::_('COM_VIRTUEMART_PRODUCT_DETAILS') ; ?>
instead of the string will help to translate that.

I can suggest it for the core.

Regards
Stefan
--
Stefan Schumacher
www.jooglies.com - VirtueMart Invoice Layouts

Please use only stable versions with even numbers for your live shop! Use Alpha versions only if you know what risk you are taking.