I output custom fields.
However, I get special characters for one of them.
%7B%22items%22%3A%5B%7B%22alt%22%3A%22%22%2C%22source%22%3A%22%22%2C%22
Not the original value from the database.
{"items":[{"alt":"","source":"",
Also a str_replace or anything else in the product-item.php does not work.

Hope you can help asap 🙂

    kroenerdesign Could you share screenshot highlighting it? as I'm not familiar with the native language on your site.

    And the login info doesn't work either, pls help to check again.

      7 days later
      This message is visible to Moderators only
      hidden content
      6 days later

      Could we take a backup of your site and debug in local environment?

      This message is visible to Moderators only
      hidden content
      5 days later
      8 days later
      This message is visible to Moderators only
      hidden content

      Hello

      Our developer is looking into this, please wait.

      18 days later

      what does it look like. It takes far too long. we want to go live. please help quickly

        Hi, kroenerdesign

        We only support Joomla base field types for Megafilter and do not support custom field types from extensions. To prevent the issue you mentioned, please replace the file root/plugins/jamegafilter/content/helper.php. If you want to customize your logic for ACF custom fields, you can start from line 794:
        case 'acfwhatsappctc':
        // customize your logic for extension custom fields here
        break;

        Additionally, please note that DustJs does not support writing complex PHP syntax like loops, conditions, or comparison statements.

        helper.zip
        8kB

        Regards,

        a month later

        Now I don't get error when I index but nothing is shown. No more values

        Thank you

          Hi, kroenerdesign
          Did you try to add your custom code in the updated megafilter content plugin and re-index.?
          Please let me know so I can help you solve the issue.
          Regards,

          10 months later

          Hello,

          in another project, I have done the same. the cases are in the helper.php, but no content is transferred from the Custom Field ACF Gallery. It is in the filter, but nothing is displayed. Where could my error be?

          {attr.ct2.value} is empty

          Thank you 🙂

            Write a Reply...
            You need to Login to view replies.