Warning: Undefined property: stdClass::$category_type

  • Posts: 2614
  • Thank you received: 65
  • Hikashop Business
2 weeks 1 day ago #360773

-- HikaShop version -- : 5.0.4
-- Joomla version -- : 5.1
-- PHP version -- : 8.1
-- Error-message(debug-mod must be tuned on) -- : Undefined property: stdClass::$category_type

Bonjour

dans : administrator/index.php?option=com_hikashop&ctrl=category > en cliquant sur nouveau

Warning: Undefined property: stdClass::$category_type in
/administrator/components/com_hikashop/views/category/view.html.php on line 282


category_type. est bien une colonne de la table category

Last edit: 2 weeks 23 hours ago by erickb.

Please Log in or Create an account to join the conversation.

  • Posts: 81677
  • Thank you received: 13102
  • MODERATOR
2 weeks 1 day ago #360775

Bonjour,

Merci pour votre retour.
Changez la ligne:

if($element->category_type == 'manufacturer') {
en:
if(!empty($element->category_type) && $element->category_type == 'manufacturer') {
dans /administrator/components/com_hikashop/views/category/view.html.php et cela corrigera le problème.
Nous allons rajouter cela de notre coté pour la prochaine version d'HikaShop.

The following user(s) said Thank You: erickb

Please Log in or Create an account to join the conversation.

Time to create page: 0.057 seconds
Powered by Kunena Forum