Osclass Support Forums

Osclass plugin support => Osclass Pay Plugin => Topic started by: gnolino on May 12, 2020, 06:54:19 PM

Title: Set 100% discount only for ads in the User Group
Post by: gnolino on May 12, 2020, 06:54:19 PM
Hi,
I created an User Group that has 100% discount.
I 'd like to set this discount only for ads so that the members must to pay for every other promotions.
Anybody know where I can find code to modify it?
Thanks
gnolino
Title: Re: Set 100% discount only for ads in the User Group
Post by: MB Themes on May 13, 2020, 11:19:15 AM
@gnolino
Osclass pay does not allow free checkout.
Title: Re: Set 100% discount only for ads in the User Group
Post by: gnolino on May 13, 2020, 07:55:06 PM
Oops!
So it 's not possible to modify osp_user_group_discount() anyway.
I tried to do it but I can only show price I wish but I 'm not able to send it to the cart.
I beleve I have to intercept it the another place and pass it as an array, but ... where ?
Is it a wrong way?
Thank a lot for your attention.
Title: Re: Set 100% discount only for ads in the User Group
Post by: MB Themes on May 13, 2020, 07:58:47 PM
Even you would change discount to 100%, payment/checkout will not have any way to complete order.
Title: Re: Set 100% discount only for ads in the User Group
Post by: gnolino on May 13, 2020, 08:31:06 PM
Ok ,
Thanks