Change quantity limit for hardware requests

Aparna Gurav1
Tera Contributor

Hello Team,

I have received one customer requirement to set the cart item quantity to 50. Because There is a limit set on the quantity when making a hardware request. This is currently set to 10. and I want to change this to 50?

find_real_file.png

1 ACCEPTED SOLUTION

Aman Kumar S
Kilo Patron

Hi @Aparna Gurav 

Procedure

  1. Navigate to All > System Definition > Choice Lists.
  2. Search for the table sc_cart_item and the element quantity. The existing quantity choices appear.
  3. Add quantity choices, modeling them after the existing ones.
    Quantity element values

    To reduce the quantities available for catalog items, delete the relevant quantity records. For example, to reduce the quantity range to 1-3, delete the records for 4 and 5.

    To restrict the roles allowed to change quantities, edit the List of roles (comma-separated) that can use the quantity selector in the shopping cart (glide.sc.allow.quantity) service catalog property. For example, you can limit this ability to the admin and catalog_admin roles.

     


    Feel free to mark correct, if your issue has been resolved, so it ends up in solved queue.

    Will be helpful for others looking for the similar query.

Best Regards
Aman Kumar

View solution in original post

3 REPLIES 3

Aman Kumar S
Kilo Patron

Hi @Aparna Gurav 

Procedure

  1. Navigate to All > System Definition > Choice Lists.
  2. Search for the table sc_cart_item and the element quantity. The existing quantity choices appear.
  3. Add quantity choices, modeling them after the existing ones.
    Quantity element values

    To reduce the quantities available for catalog items, delete the relevant quantity records. For example, to reduce the quantity range to 1-3, delete the records for 4 and 5.

    To restrict the roles allowed to change quantities, edit the List of roles (comma-separated) that can use the quantity selector in the shopping cart (glide.sc.allow.quantity) service catalog property. For example, you can limit this ability to the admin and catalog_admin roles.

     


    Feel free to mark correct, if your issue has been resolved, so it ends up in solved queue.

    Will be helpful for others looking for the similar query.

Best Regards
Aman Kumar

Aparna Gurav1
Tera Contributor

Hello Aman,

 

I tried this procedure but it's not working, Don't know why? any other possibility?

Try to do "cache.do" in your left navigation and check

Best Regards
Aman Kumar