Hi,
I don't understand what you mean... Two messages ago I provided a potential solution you can try:
The problem comes from the line:
$ref =& JFactory::getApplication()->input;
in the file administrator/components/com_hikashop/helpers/helper.php
If I change that line to:
$ref =& JFactory::getApplication()->input->request;
then the data is there and I can use it.
This should help but you never gave any feedback about it. And based on the information of that message, a normal PHP developer should be able to write a patch for your website so that it can even allow the files and cookies to work properly too.
It should only require a few hours of development/testing I guess.
While we're happy to fix issues in HikaShop for free when they are reported, no one else reported a similar issue since HikaShop 3.2.1 and there are thousands of merchants using more recent versions of HikaShop. So it's not possible that the issue is inside HikaShop. Others would have had the same issue.
So it can only be another extension impacting the use of JInput on your website.
We can't spent several hours developing a patch for your website for something which isn't caused by HikaShop. And I've already spent several hours debuging the issue on your website to understand the situation.
If you want to pay us to develop a patch for that situation for your website, we can but we can't do it for free.
In that case, please use our contact form to request a quote and we can work on it for you.
www.hikashop.com/support/contact-us.html
However, I would first recommend to do the change I proposed before and see how that works for you. That might actually be enough.