*

pitbull

  • ***
  • 98 posts
How to get a list of all attributes in item page?
« on: August 14, 2019, 01:36:34 PM »
Frosticek is there any function to get the list of all attributes on item page intstead of hook?

I tried:
Code: [Select]
echo atr_show_attribute();,without setting a specific id but didn't work at all.

*

MB Themes

Re: How to get a list of all attributes in item page?
« Reply #1 on: August 14, 2019, 01:39:26 PM »
@pitbull
you can find function that is added into item_detail hooks and use that
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

pitbull

  • ***
  • 98 posts
Re: How to get a list of all attributes in item page?
« Reply #2 on: August 14, 2019, 01:47:50 PM »
OK i already created a new function and worked outstanding.

Cheers mate ;)

*

Fabio Massaro

  • *****
  • 302 posts
Re: How to get a list of all attributes in item page?
« Reply #3 on: November 19, 2019, 12:00:07 AM »
OK i already created a new function and worked outstanding.

Cheers mate ;)




hi i'm interested, you can share it with us