- Posts: 221
- Thank you received: 8
minimum price to work this coupon
3 years 4 months ago #351419
by sadaf3d
minimum price to work this coupon was created by sadaf3d
hi
i need to a minimum price field to use coupon.
for example if user purchase more than 10$ he can use coupon or discount code. if it is need create plugin for that please advise:
1-how to add field to coupon config and how to read that?
2-what event trigger must use?
i need to a minimum price field to use coupon.
for example if user purchase more than 10$ he can use coupon or discount code. if it is need create plugin for that please advise:
1-how to add field to coupon config and how to read that?
2-what event trigger must use?
Please Log in or Create an account to join the conversation.
3 years 4 months ago #351420
by nicolas
Replied by nicolas on topic minimum price to work this coupon
Bonjour,
It's already possible with the settings in HikaShop:
www.hikashop.com/support/documentation/i...scount-form.html#adv
Note that these are only available with HikaShop Essential and Business.
Adding this by developing a plugin is possible. You need to implement the onDiscountBlocksDisplay(&$discount, $html) event to add your HTML to the discount edit form (by adding your HTML in the $html array), and the onAfterCouponCheck( &$coupon, &$total, &$zones, &$products, &$display_error, &$error_message, &$do ) event ( www.hikashop.com/support/documentation/6...entation.html#coupon ) to add the check.
It's already possible with the settings in HikaShop:
www.hikashop.com/support/documentation/i...scount-form.html#adv
Note that these are only available with HikaShop Essential and Business.
Adding this by developing a plugin is possible. You need to implement the onDiscountBlocksDisplay(&$discount, $html) event to add your HTML to the discount edit form (by adding your HTML in the $html array), and the onAfterCouponCheck( &$coupon, &$total, &$zones, &$products, &$display_error, &$error_message, &$do ) event ( www.hikashop.com/support/documentation/6...entation.html#coupon ) to add the check.
Please Log in or Create an account to join the conversation.
3 years 4 months ago #351439
by sadaf3d
Replied by sadaf3d on topic minimum price to work this coupon
thank you and excuse me for silly question... 
there is in coupon setting
there is in coupon setting
Please Log in or Create an account to join the conversation.
Time to create page: 0.194 seconds