News:

Looking for documentation? Take a look on our wiki

Main Menu

Recent posts

#61
Templating & Layouts / Re: how to view permanent prev...
Last post by Jumbo! - November 06, 2024, 21:32:33 PM
You may consider using VP Email Manager: https://www.virtueplanet.com/extensions/vp-email-manager.
#62
Templating & Layouts / how to view permanent preview ...
Last post by Emma Iana - November 06, 2024, 19:24:58 PM
I want to change the appearance of the e-mail that is sent after the purchase.
I know what files to change, I know how to change.

What I don't know is how to call up a permanent preview of the view of such an e-mail with data to keep an eye on the changes being made.

What is the correct approach for a developer to make such changes?
Cheers
#63
General Questions / Re: product search results of ...
Last post by EIF - November 06, 2024, 17:24:27 PM
When updating to 4.2.18 I installed the complete package, actually. So I assume it overrides everything what is needed
#64
General Questions / Re: product search results of ...
Last post by Jumbo! - November 06, 2024, 17:17:07 PM
Download and install the complete package from: https://virtuemart.net/download
#65
General Questions / Re: product search results of ...
Last post by EIF - November 06, 2024, 17:00:49 PM
yes I do, but that isn't the cause.
When switching to Cassiopeia  I get the same results.

I noticed that at my search settings it sayss something about 'virtuemart 2+ compatible'. Maby I am still using an old file? (I am using virtuemart for many years and have been updating many times)

Do know which files and/or folders this search uses? So I can copy and extract from the default virtuemart intallation file.
#66
General Questions / Re: product search results of ...
Last post by Jumbo! - November 06, 2024, 16:40:22 PM
Do you use a 3rd party template with custom layout overrides? If yes, try switching to the Cassiopeia template.
#67
Virtuemart Development and bug reports / Re: Bug with the constant VM_V...
Last post by ViPeS - November 06, 2024, 16:27:14 PM
I don't want to change anything in the cart code!
I want to change the output ($this->taxRules) of Calculation Rule name in Product pricing (Admin panel)
/administrator/templates/vmadmin/html/com_virtuemart/product/product_edit_price.php
<td>
<span uk-tooltip="<?php echo vmText::_('COM_VIRTUEMART_RULES_EFFECTING_TIP'?>">
<?php echo vmText::_('COM_VIRTUEMART_TAX_EFFECTING') . '<br />' $this->taxRules ?>
</span>
</td>
In Tax & Calculation Rule (Admin panel) the name is displayed regardless of whether the value or user constant is written.
/administrator/templates/vmadmin/html/com_virtuemart/calc/default.php
<td>
<span class="uk-hidden@m uk-margin-small-right md-color-grey-500"
  uk-tooltip="<?php echo vmText::_('COM_VIRTUEMART_NAME'?>"
  uk-icon="icon: pencil"></span>
<a href="<?php echo $editlink?>"><?php echo vmText::_($row->calc_name); ?></a>
</td>
#68
General Questions / Re: product search results of ...
Last post by EIF - November 06, 2024, 16:21:05 PM
To describe it better:

When I am not in a category yet and hit the search, it searches in all categories.

But when I am in a particular category already and then hit the search, it only searches in the same category where I am in.

#69
General Questions / Re: product search results of ...
Last post by EIF - November 06, 2024, 16:17:55 PM
I found that option, but it is set on 'No' already.

#70
General Questions / Re: product search results of ...
Last post by Jumbo! - November 06, 2024, 16:05:10 PM
In the module settings, turn off the "Search Filter Category" option.

You cannot view this attachment.