Very strange cart behaviour VM2.0 - different content when navigating around

Started by rosensta, October 26, 2013, 08:27:50 AM

Previous topic - Next topic

rosensta

Hi,

I'm building a new shop based on Joomla 2.5.6 and Virtuemart 2.0.24

I's beginning to look good - however I notice a strange behaviour of the cart - when adding something it sometimes show, other times not. And when navigating around the site it shows/dissapears.

And when checking out - many the items are there, maybe they are not - I don't seem to be able to find a pattern?

Also...deleting something from the cart works - but the deleted items shows up again, when re-entering the cart, so they actually do not get deleted...??

I just can't figure out why??

Please take a look at www.readyweb.dk/design/cdvet-old/jupgrade

Any ideas to what can be the issue with this? I pray for help !!

Best regards
Jens Rosenstand

AH

Regards
A

Joomla 4.4.5
php 8.1

jenkinhill

Your site is not correctly loading the VirtueMart JavaScript file. You should see something like these:

  <script src="/vm2024a/components/com_virtuemart/assets/js/jquery.min.js" type="text/javascript"></script>
  <script src="/vm2024a/components/com_virtuemart/assets/js/jquery.noConflict.js" type="text/javascript"></script>
  <script src="/vm2024a/components/com_virtuemart/assets/js/vmsite.js" type="text/javascript"></script>
  <script src="/vm2024a/components/com_virtuemart/assets/js/facebox.js" type="text/javascript"></script>
  <script src="/vm2024a/components/com_virtuemart/assets/js/vmprices.js" type="text/javascript"></script>
  <script src="/vm2024a/components/com_virtuemart/assets/js/chosen.jquery.min.js" type="text/javascript"></script>

I guess you have turned them off in config.

Your reporetd issue sounds like what happens when Joomla caching is turned on.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

rosensta

Hi.

Caching is actually turned off...so that seems not to be the issue?

Any ideas to what could cause this issue?

Best regards
Jens Rosenstand