• Hi there… I’ve been testing and pretty impressed with this plugin however… I’ve found that there appears to be a slight conflict with a “non-standard” (in my case, it’s a “paywall”) product type ie. when plugin is activated and editing a non-standard product from the Admin dashboard, there are no fields shown under the “General” tab.

    With a bit of digging, this seems to be being caused by the function woosb_active_settings in the file assets/js/backend.js which doesn’t seem to allow for product types other than the standard Woocommerce product types (eg. single, variable etc.)

    I’ve temporarily fixed this by adding the following lines of code to the above mentioned file but obviously editing the source code isn’t ideal and just wondering whether you might consider amending your code in a future release in order to allow for such eventualities?

    My code addition:

    ` if ($(‘#product-type’).val() == ‘paywall’) {
    $(‘.general_tab’).show();
    }`

    Or failing that… perhaps there is some other solution I’ve missed?

    With many thanks in advance for your consideration.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @nikbond,

    For your information:

    In the free version of our plugin, only simple and subscription products can be searched and added.
    Instead, free users can now add unlimited products as they prefer.

    Variable products and variations are only available in the Premium version.

    Note: Some types of subscription products are not fully compatible with our plugin as well. We can offer a customization service to make it work if you are a Premium user and provide us with access to the admin area.

    In case you need further instructions, kindly refer to this online documentation: https://doc.wpclever.net/.

    Best regards.

    Thread Starter Nik

    (@nikbond)

    Hi @miemie

    Thank you for getting back to me.

    This issue affects “non standard” products even they are NOT part of a bundle ie. with your plugin installed, no fields are displayed in the General (edit) tab.

    I’m not asking for customisation but simply asking you to consider tweaking/improving your code to allow for this conflict which would affect anyone trying to edit non-standard products with your plugin installed.

    Warm regards.

    Dear @nikbond,

    Thank you for your reporting
    I’ll ask our dev to consider your suggestion to improve our plugin in the next version.

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘General tab in admin’ is closed to new replies.