-- HikaShop version -- : 5.0.4
-- Joomla version -- : 4.4.4
-- PHP version -- : 8.1
-- Error-message(debug-mod must be tuned on) -- : Not working switch apply points
Not working switch apply points (Ajax request)
File Attachment:
File Name:
1.zip
File Size:18 KB
if in file: /plugins/hikashop/userpoints/userpoints.php
in line where: public function onCheckoutStepDisplay($layoutName, &$html, &$view, $pos=null, $options=null)
remove null in option $pos that is:
public function onCheckoutStepDisplay($layoutName, &$html, &$view, $pos, $options=null)
then all working