Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author vark

    (@vark)

    @gdisalvo,
    Thanks for the info. You’ve specified the file and line which has the problem, but you’ve not said what the problem is exactly?
    Thanks,
    Vark

    Thread Starter gdisalvo

    (@gdisalvo)

    Wow Thanks for the quick response.
    The issue is the admin page where this message is located.
    I can’t tell if the setup is active or not. PLus error message tells me something went cray cray.

    When I setup all the options, BTW – only one to setup (everything else is grey) I go to the product and see the option. I select it (checked)

    But it is not limiting the variation products getting selected to a limit I set. Quantity = 4.

    I have over 100 combinations to choose from and I am only allowing 4 individual items to be selected. I have a check mark set to allow only one product which is working. Now I need to limit the total order or basket to only 4.

    Can this plugin do it or do I need a combination of your plugins?

    Thanks,

    Plugin Author vark

    (@vark)

    Hi,
    First, about the warning out of the backbone.php. No one else has reported any issues, but you can take care of it this way:

    The warning refers to code executed out of a different module, and the code just throws up a bit of system info on the setup page.

    For the short term, you can repair this in your installation:
    Change line 285 and 286 in admin/vtmax-setup-options.php

    $vtmax_functions = new VTMAX_Functions;
    $your_system_info = $vtmax_functions->vtmax_getSystemMemInfo();

    to

    // $vtmax_functions = new VTMAX_Functions;
    // $your_system_info = $vtmax_functions->vtmax_getSystemMemInfo();

    Second, I’m really not getting what you’re trying to do. Are you trying to set a minimum limit or max limit?

    In any event, the free version of the program will only filter at the cart level, not at the product level… So any minimum rule you create will apply to all products in the cart.

    Vark

    Thread Starter gdisalvo

    (@gdisalvo)

    getting

    ou do not have sufficient permissions to access this page.

    Should I remove the plugin?

    Thread Starter gdisalvo

    (@gdisalvo)

    The plugin maximum-purchase-for-woocommerce/vt-maximum-purchase.php has been deactivated due to an error: Plugin file does not exist.

    Thread Starter gdisalvo

    (@gdisalvo)

    BTW- MAX Limit.

    Yes, on the number of products for a category.

    The cart can have more than the limit but A certain category contains a max limit. This needs to be checked.

    I will try to code it in the loop process and count the categories for the cart myself.

    Thanks

    Plugin Author vark

    (@vark)

    Hi,
    Don’t know what was done before you experienced the error… So let’s start over.
    -Delete the plugin.
    -Install a fresh copy from wordpress.
    -download a copy of the plugin from WP to your computer.
    -Update the file on your computer (admin/vtmax-setup-options.php) as I described above.
    -In your wp-admin backend, open up Plugins/Editor (/wp-admin/plugin-editor.php) .
    -From the upper right dropdown, select the max purchase plugin, then select vtmax-setup-options.php.
    -Overwrite the file with the updated code you’ve just created on your pc.
    -Save.
    -Done.

    Plugin Author vark

    (@vark)

    Hi G,
    Haven’t heard back, marking thread as resolved.
    Best,
    Vark

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Error Message – Warning’ is closed to new replies.