• Resolved Antony Booker

    (@antonynz)


    Hello, thanks for this plugin.

    I noticed there is a 404 to a javascript on the admin edit pages for the file plugins/woo-tabbed-category-pro/assets/js/select2.full.js

    It looks like this is trying to find a file in the pro version rather than in the free version’s woo-tabbed-category-product-listing directory?

    The plugin’s directory is hardcoded in the plugins_url function, which could be updated to dynamically retrieve the current plugin’s directory instead (in case a user edits the folder name)

    Would it be possible to update that from:

    plugins_url('woo-tabbed-category-pro/assets/js/select2.full.js'),

    to:

    plugins_url('assets/js/select2.full.js',__FILE__),
Viewing 1 replies (of 1 total)
  • Plugin Author QuantumCloud

    (@quantumcloud)

    Hi,

    Thank you for bringing this to our attention. We are checking it. We will release a new version ASAP.

    Regards

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.