Quote from: Kuubs on August 12, 2025, 13:10:51 PMDo you have a link of the webiste. Probably CSS of the template or a possible override in the tempalte itself
Quote from: Milbo on August 11, 2025, 11:59:30 AMThank you iWim. If you did not change any files, then I would take a look on your price configuration in the vm config. Maybe you just do not display the right prices?
Quote from: iWim on August 10, 2025, 19:59:04 PMThe forum questions are mostly answered by volunteers.
Sometimes Milbo answers.
When you log in to extensions.virtuemart.net you could leave a ticket. Maybe you'll get an answer quicker.
There is also a discord, but you need a certain amount of forum posts...
To your question:
I remember I had something similar with a different cart extension.
In my case I had to change a setting so JS was loaded inline instead of a file.
Maybe you have a similar option in VP One Page...
Do you use something like Admin Tools/RS Firewall?
Are they blocking something?
So people who understand this much better than I do, can help:
When visiting your cart open the Console panel in your browsers devtools.
Copy the errors/warnings here...
<div class="col fw-bold text-end"><?php echo $this->currencyDisplay->createPriceDiv ('billTotal', '', $this->cart->cartPrices['billTotal'], FALSE); ?></div>
echo $this->cart->cartPrices['billTotal'];
Page created in 0.099 seconds with 13 queries.