- Posts: 42
- Thank you received: 0
spelling mistakes
-
csimmo
Inactive member - Topic Author
- Member
Less
More
12 years 1 month ago #23410
by csimmo
Replied by csimmo on topic spelling mistakes
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #23414
by ivan.milic
Replied by ivan.milic on topic spelling mistakes
Open components\com_search\views\search\tmpl\default_form.php
find this (around line 53):
<label for="area-<?php echo $val;?>">
<?php echo JText::_($txt); ?>
</label>
temporally replace <?php echo JText::_($txt); ?> with just:
<?php echo $txt; ?>
see what will appear in place of existing text after that.
a the end you can simplu add to xx-XX.com_virtuemart.ini
THAT_TEXT_YOU_SEE="Product"
find this (around line 53):
<label for="area-<?php echo $val;?>">
<?php echo JText::_($txt); ?>
</label>
temporally replace <?php echo JText::_($txt); ?> with just:
<?php echo $txt; ?>
see what will appear in place of existing text after that.
a the end you can simplu add to xx-XX.com_virtuemart.ini
THAT_TEXT_YOU_SEE="Product"
The following user(s) said Thank You: csimmo
Please Log in to join the conversation.
Time to create page: 0.087 seconds