VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Quality & Testing VirtueMart 1.1.x => Virtuemart 1.1 Development (Archiv) => Q&T Resolved => Topic started by: aravot on November 08, 2007, 01:25:56 AM

Title: [SOLVED Dev needed] Child item stock notification button not working in FireFox
Post by: aravot on November 08, 2007, 01:25:56 AM
Continuation of http://forum.virtuemart.net/index.php?topic=32804.msg98241#msg98241

Joomla 1.0.13
VirtueMart 1.1 r1035

Child item stock notification button not changing from 'Add to Cart' to 'Notify Me' in FireFox, it is OK in Internet Explorer.

As suggested by Pisu changing line 17 of root\components\com_virtuemart\themes\default\theme.js

from
       method: 'post',
to
       method: 'get',

fixes this problem, however not sure if the change would cause other issues, respond requested.
Title: Re: Child item stock notification button not working in FireFox
Post by: aravot on November 29, 2007, 00:34:09 AM
Solved without changing any code, it was due to mod_security being enabled on my server.

A permanent code base fix is needed, as not everyone is able to disable mod_security on their server.

For now marking is resolved.