*

jcarrolo01

  • *****
  • 256 posts
Dear all..

After setting the attributes, when i publish a new AD, if i choose the categorie for what i set the attributes or set a categorie with no attributes, everithing seems work perfectly....

When i publish a new AD, If i don't choose any category, and if i scrool down untill the end of the page, i see all attributes defined there (Like you can see in the picture)...

So my question is... How can i hide this????





Marked as best answer by frosticek on January 16, 2019, 02:30:10 PM
*

MB Themes

Re: I think there is a small bug in Zara theme with attributes plugin...
« Reply #1 on: January 14, 2019, 11:25:40 AM »
In file:
oc-content/plugins/attributes/functions.php

Find:
Code: [Select]
function atr_post_form($cat_id = NULL, $item_id = NULL) {
Bellow this line add:
Code: [Select]
  if($catId <= 0) {
    return false;
  }
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

jcarrolo01

  • *****
  • 256 posts
Re: I think there is a small bug in Zara theme with attributes plugin...
« Reply #2 on: January 15, 2019, 07:55:07 AM »
Thanks allot for your reply...

I implement this and works perfectly...


Best regards
Joao..