cancel
Showing results for 
Search instead for 
Did you mean: 

Using trial version of hybris commerce suit (downloaded from wiki) and trying to customizing the voucher functionality. The Voucerservices are not executing, is there any limitation with the trial version.

Former Member
0 Kudos

Using trial version of hybris commerce suit (downloaded from wiki) and trying to customizing the voucher functionality. The Voucerservices are not executing, is there any limitation with the trial version.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi, There are no restrictions applied, VoucherManage.class in voucherServer.jar file, so can not debug.

raphaeldirksen
Explorer
0 Kudos

Hi,

you should take a deeper look into the VoucherManager class for a better understanding (maybe debug into to find your problem).

Maybe you have added some restrictions?

best regards, Raphael

Former Member
0 Kudos

Hi, Created one input box for entering vouchers code on cart page (CartPageController - vouchers code created in hmc, entering the same) When calling facade “DefaultVoucherFacad” 's method getVoucherService().getVoucher(voucherCode); returns null... I explored the voucherserver jar ( only .class files available), not found from where making query.

raphaeldirksen
Explorer
0 Kudos

Hi,

maybe you should show us what you've done exactly to find out whats not working in your enviroment.

best regards, Raphael

Former Member
0 Kudos

+1. Without source resp. the detailled steps what you have done we cannot have any idea where the problem is.

Former Member
0 Kudos

Any direction, how can achieve vouchers customization.

Former Member
0 Kudos

There is no limitation in the trial version. Only the trial license expires after 30 days and you have to reinitialize the platform to reactivate it.

So it's another problem with the vouchers, not the license.