shortcode for limits table now shows all products instead of just limited prods

Forums Maximum Products per User for WooCommerce shortcode for limits table now shows all products instead of just limited prods

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #124294
    GW
    Participant

    I’d also like to remove the Restrictions column completely, thanks.

    I plugged the old version of   class-alg-wc-mppu-shortcodes.php  in there to see the effect. Or do I have to just run an older version?

    What issues might that cause?

    It would help to have documentation that tells me what customization that shortcode will allow.

    Thanks

    #124442
    Moshtafizur
    Participant

    Hi there,

    Thanks for reaching out. I am sorry to know you are experiencing issues.

    I have escalated this with our development team. They will get back to you as soon as possible.

    Kind regards.

    #124661
    GW
    Participant

    I paid for the license and the support. If I have to run a previous version (that I also paid for twice), will I be getting a refund?

    #124667
    GW
    Participant

    This works, but is a poor fix, as it still shows the products and restriction info in the page source.

    .alg-wc-mppu-no-restrictions
    {
    display: none;
    }

    .alg_wc_mppu_products_data_my_account th:nth-child(5) {
    display: none
    }

    .alg_wc_mppu_products_data_my_account td:nth-child(5) {
    display: none
    }

    Wouldn’t the preferable way be to keep it as it was? Use the table the shortcode provides to JUST display products with a limit, and nothing else?

    Thanks again, hope you have a better fix than this CSS tweak.

    #124673
    Moshtafizur
    Participant

    Hi there,

    This issue has already been escalated to our development team. I have marked the priority of this ticket as “Highest”. They will get back to you as soon as possible.

    Kind regards,
    Moshtafizur

    #125307
    Kousik
    Participant

    Hello GW,

    Please try the new release and use this shortcode.

    [alg_wc_mppu_user_product_limits per_page="5" off_page_nav="true"]

    per_page you can use your own value that you want.

    Regards
    Kousik Mukherjee

    • This reply was modified 1 year, 6 months ago by Kousik.
    • This reply was modified 1 year, 6 months ago by Kousik.
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.