- Posts: 6
- Thank you received: 0
Deprecated strpos()
2 years 5 months ago #360185
by Tradesell
Deprecated strpos() was created by Tradesell
-- url of the page with the problem -- :
www.tradesell.it
-- HikaShop version -- : 5.0.3
-- Joomla version -- : 4.4.3
-- PHP version -- : 8.2
-- Browser(s) name and version -- : Chrome
-- Error-message(debug-mod must be tuned on) -- : deprecated strpos()
Hi,
there is a specific product, a test item created to test the payment process, that trigger this message when visualizing the shopping cart
and also in the payment summary page, i attach the screenshot of the message and the screenshot of the product,
thanks
Eiasu
-- HikaShop version -- : 5.0.3
-- Joomla version -- : 4.4.3
-- PHP version -- : 8.2
-- Browser(s) name and version -- : Chrome
-- Error-message(debug-mod must be tuned on) -- : deprecated strpos()
Hi,
there is a specific product, a test item created to test the payment process, that trigger this message when visualizing the shopping cart
and also in the payment summary page, i attach the screenshot of the message and the screenshot of the product,
thanks
Eiasu
Please Log in or Create an account to join the conversation.
2 years 5 months ago - 2 years 5 months ago #360186
by nicolas
Replied by nicolas on topic Deprecated strpos()
Hi,
Thanks for your feedback.
Add the code:
before the line:
in the file administrator/components/com_hikashop/classes/product.php and it will remove the deprecated message.
We'll add the patch on our end too.
Thanks for your feedback.
Add the code:
Code:
if(empty($val->characteristic_value))
continue;
Code:
$char_value = $val->characteristic_value;
We'll add the patch on our end too.
Last edit: 2 years 5 months ago by nicolas.
Please Log in or Create an account to join the conversation.
Time to create page: 0.139 seconds