VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: Arjun Singh on August 30, 2018, 06:34:56 AM

Title: Issue in call for price
Post by: Arjun Singh on August 30, 2018, 06:34:56 AM
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
Title: Re: Issue in call for price
Post by: StefanSTS on September 10, 2018, 21:22:16 PM
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