This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Fixed date in Web environment

Hello everyone

I am wondering if it is (at all) possible to set a fixed date in the field "Valid until", in shopping cart in Web environment. We set the same date for most of the users when requesting for a new account or an SAP fole for example, and it would be really  helpful if we wouldn't have to set the date every time again.

Parents
  • Sure. That would be an object dependend reference if it is just for some service items, or an extension to VI_ITShop_AddCartItem if should be for everything. 

    For your ODR it would be another implemenation of VI_Interfaces_ObjectSwitch_Insert_ShoppingCartItem, where you'll just need to update ValidUntil.ShoppingCartItem to the desired date.

    For all, it's basically the same. You'll just need to update ValidUntil.ShoppingCartItem to the desired date.

Reply
  • Sure. That would be an object dependend reference if it is just for some service items, or an extension to VI_ITShop_AddCartItem if should be for everything. 

    For your ODR it would be another implemenation of VI_Interfaces_ObjectSwitch_Insert_ShoppingCartItem, where you'll just need to update ValidUntil.ShoppingCartItem to the desired date.

    For all, it's basically the same. You'll just need to update ValidUntil.ShoppingCartItem to the desired date.

Children
No Data