VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: Iryn3l on July 29, 2020, 12:45:46 PM

Title: How to exclude PayU plugin link from cache
Post by: Iryn3l on July 29, 2020, 12:45:46 PM

Hello
I try to implement online card payment through the PayU platform and using the PayU Softpill plugin.
I have the general cache rule for the whole site

I was advised to set the rule to not cache the following link:
http://www.domain.com/index.php?option=com_virtuemart&view=pluginresponse&task=pluginnotification&tmpl=component
I don't know how to do this, can anyone help me?
Title: Re: How to exclude PayU plugin link from cache
Post by: pinochico on July 29, 2020, 19:38:08 PM
try setup with httacess or on the server
Title: Re: How to exclude PayU plugin link from cache
Post by: Jumbo! on July 30, 2020, 09:00:12 AM
You can enable "Conservative Caching" in Joomla Global Configuration. That should never create any such problem.

What kind of cache are you using? Are you using "System - Page Cache" plugin or any other Page Cache extension (like JotCache)?

Title: Re: How to exclude PayU plugin link from cache
Post by: Iryn3l on July 30, 2020, 13:13:14 PM
I disabled cahce joomla .. it seems that the problem is not from here
Thak You