-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4.3
Hi,
I am using some of the Hikashop classes and need to retrieve the cid. This has not been an issue until I installed sh404SEF, as I was able to get the cid from the URL... like thus:
$jinput = JFactory::getApplication()->input;
$pid = $jinput->get('cid', 'default_value', 'raw');
Now I cannot due this because sh404SEF removes this infomation. Is there a way to access the hikashop cid values while still having sh404SEF turned on?
Thanks,
Dennis