• Resolved rruyter

    (@rruyter)


    Hi all,

    Very nice plugin. I use it as part of my product management approach (sold out, replaced by, to be restocked, etc.)

    But I think this is a bug.

    All the hide settings only work on the list in the ‘Product IDs’ field, but the ‘Hide Custom Element fields’. The last one is active on all products irrespective of the content of the ‘Products IDs’ field.

    • This topic was modified 2 years, 9 months ago by rruyter.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter rruyter

    (@rruyter)

    Without doing a deepdive I think this piece of code should be in the three if blocks (all, product, category):

    if(!empty(trim($custom_element))){
    $custom_element = explode (“,”, $custom_element);
    $custom_element = array_map(‘trim’, $custom_element);
    $hidding_selector = array_merge($hidding_selector, $custom_element);
    }

    Plugin Author artiosmedia

    (@artiosmedia)

    Thanks, @rruyter, we will look at this right away ??

    Hi @rruyter,

    Thank you for pointing out the issue. We have fixed it and will soon release an update with the fix.

    Thank You.

    Plugin Author artiosmedia

    (@artiosmedia)

    @rruyter, sorry for the delay. This error has been fixed and will be appended to the new release 1.0.4 this week. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide Custom Element fields ignores Product IDs’ is closed to new replies.