VirtueMart 1.1.x [ Old version - no longer supported ] > Security (https) / Performance / SEO/ SEF issues VM 1.1
Joomla 1.5 System Cache and VM cart caching
QubeSys Technologies:
Hi..
Do I need to keep the System Cache plugin active for this ?
bulesz:
Thanks benm, its really working! :) I have put this code to the JOTcache so now it can use with VM.. ;)
Zehana: yes, turn on the plugin, but make the hack first....
QubeSys Technologies:
Did it.
It works for me now.
But client says, it doesnt work for him.
No idea, whats going on..
vishwa:
hi ben
your code is working for me thanks.
In the file /plugins/system/cache.php
Change line 60:
Code:
if (!$user->get('aid') && $_SERVER['REQUEST_METHOD'] == 'GET') {
to
Code:
if (!$user->get('aid') && !$_SESSION['cart']['idx'] && $_SERVER['REQUEST_METHOD'] == 'GET') {
_fD_:
Hi Ben
i tested it a little bit out and found following bug:
If i deleted the content of the basket and then press back to shop the modul basket shows still a product in the overview. Of coz, if i go to the basket it is empty.
Do you have an idea to fix this too
Then i have a question, if it isnt possible to exclude the link from the basket intead the session, becoz so far i see is the basket session running, when i add products to the basket, only when i click the link to the basket it is empty. Do i add again a product to it, the basket is again filled...
Thank you for your replay.
With best regards,
Urs
VM 1.1.4
Joomla 1.5.22
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version