• Resolved bigredseo

    (@bigredseo)


    First of all, you’ve got an amazing plugin! We love what you’ve done, and can’t wait to see additional tweaks and suggestions from others!

    One item on our list is the ability to show the quantity but not allow the user to update the quantity, possibly via a hook?

    Also, we have some layout edits with regards to putting the price on the far right, underlines etc – hoping we can use some hooks in a function file to make that happen.

    Again, we love what you’ve done so far and can’t wait to extend it further.

Viewing 1 replies (of 1 total)
  • Plugin Author mytrinh

    (@mytrinh)

    Hello @bigredseo,

    You can use ‘Custom CSS’ option in the customize to change your settings.

    Example:
    .vi_wcaio_sidebar_product[data-id=”{product_id}”] .vi_wcaio_sidebar_product-number-product{
    pointer-events: none;
    }

    The above code will be not allow the user to update the quantity: {product_id} – the product id.

    Regards

    • This reply was modified 5 years, 1 month ago by mytrinh.
    • This reply was modified 5 years, 1 month ago by mytrinh.
Viewing 1 replies (of 1 total)
  • The topic ‘Remove ability to change quantity of products’ is closed to new replies.