News:

Support the VirtueMart project and become a member

Main Menu

Recent posts

#71
General Questions / Re: Display lowest price based...
Last post by modernmagic - August 23, 2025, 21:52:50 PM
Thank you so much for the code!

Unfortunately, this is the result:
You cannot view this attachment.

This is the code:
You cannot view this attachment.

I'm hoping to display:  Lowest price: $184 
#72
General Questions / Re: Display lowest price based...
Last post by vmfyelloq19 - August 22, 2025, 12:01:35 PM
/templates/(your-template)/html/com_virtuemart/productdetails/default.php

$allPrices_key_found = array_reduce(
    array_keys($this->product->allPrices), // iterate over allPrices' keys
    function ($key_best_so_far, $key_current) {
        if($this->product->allPrices[$key_current]['product_price'] < $key_current[$key_best_so_far]['product_price']) {
            return $key_current;
        } else {
            return $key_best_so_far;
        }
    },
    array_key_first($this->product->allPrices) // start with first allPrices' keys
);
echo "Lowest price:<br>";
print_r($this->product->allPrices[$allPrices_key_found]);

Change the if-statement operator from < to > to get most expensive price's item.
#73
Administration & Configuration / Re: Testbenutzer blockiert mei...
Last post by Jumbo! - August 22, 2025, 10:57:54 AM
This is an English forum. Please post in English.

The German forum is here: https://forum.virtuemart.de
#74
Language/Translations / Re: Shopper Display Names begi...
Last post by Jumbo! - August 22, 2025, 10:56:26 AM
Which version of VirtueMart are you using?
#75
General Questions / Display lowest price based on ...
Last post by modernmagic - August 22, 2025, 01:07:20 AM
I want to display "As low as $184".  The 184 is the price for the highest quantity range. 

Something like this mockup:
You cannot view this attachment.
You cannot view this attachment.You cannot view this attachment.
Is there a setting, plugin, or custom solution?
#76
Plugins: Payment, Shipment and others / Re: Klarna Payment Error
Last post by NorrNext - August 21, 2025, 12:45:55 PM
Just in case if somebody needs Klarna for VirtueMart. There is a new plugin available:

Klarna Payments HPP for VirtueMart

#77
Just in case if somebody needs Klarna for VirtueMart. There is a new plugin available:

Klarna Payments HPP for VirtueMart

#78
Just in case if somebody needs Klarna for VirtueMart. There is a new plugin available:

Klarna Payments HPP for VirtueMart

#79
Installation, Migration & Upgrade / Re: 3rd party payment plugins
Last post by NorrNext - August 21, 2025, 12:40:13 PM
Just in case if somebody needs Klarna for VirtueMart. There is a new plugin available:

Klarna Payments HPP for VirtueMart
 
#80
Plugins: Payment, Shipment and others / Re: Klarna payment and support
Last post by NorrNext - August 21, 2025, 12:34:00 PM
There is a new plugin available: Klarna for VirtueMart. No more need for intermediary services.

Klarna Payments HPP for VirtueMart