Page 1 of 1

Total amount at the bottom not shown

PostPosted: Sun Oct 16, 2022 1:57 pm
by patbe60
Hello

In Joomla 4 the total amount of an order is no longer shown at the bottom in any OPC theme.

Joomal 4.2.3
VM 4.0.7.10720
OPC 2.0.4.30

Regards
Patrik

Re: Total amount at the bottom not shown

PostPosted: Mon Nov 14, 2022 6:49 pm
by patbe60
Problem solved by deinstalling and reinstalling OPC.

Re: Total amount at the bottom not shown

PostPosted: Fri Nov 25, 2022 3:57 pm
by admin
Hello, if totals don't update as they shoudl, there might be a javascript issue on your site - always check your site with JS console (ctrl + shift + J ) or F12 key and click console -> there must not be any red lines (not even 404's as they sometimes load index.php which breaks javascript)

to fix any issues caused by updated (joomla/opc/vm other... ) i strongly suggest to use our "stop browser cache plugin" wich modifies URLs of all your css+js files within your rendered pages and adds a "file datetime changed" suffix to them ?=m{timestamp}

this will then prevent loading incorrect cache data from the browser which is critical for mobile devices as you cannot control the cache on mobiles with anything else then by chaning the URLs of the static files. otherwise checkout won't work correctly (and many other pages) upon changes in static files (css+js+etc... )

best regards, stan