- Posts: 12
- Thank you received: 0
Vendor terms & conditions
11 years 9 months ago #182388
by gerganad
Vendor terms & conditions was created by gerganad
Hi,
I have 2 problems with displaying the terms and conditions in the cart - here is a prntscr: prntscr.com/5dffvt
1. When the customer clicks on the Terms and conditions line to read the terms, the screen becomes dark and the page with the terms appears somewhere in the lefthand lower edge of the screen. It is not possible to read it at all. This happens both with the normal Hikashop terms and the vendors terms.
2. I can`t remove the normal Hikashop terms from the cart. I want only the vendors terms to be shown - here is a prntscr of my checkout configuration - prntscr.com/5dfhsi .
Thank you very much in advance!
I have 2 problems with displaying the terms and conditions in the cart - here is a prntscr: prntscr.com/5dffvt
1. When the customer clicks on the Terms and conditions line to read the terms, the screen becomes dark and the page with the terms appears somewhere in the lefthand lower edge of the screen. It is not possible to read it at all. This happens both with the normal Hikashop terms and the vendors terms.
2. I can`t remove the normal Hikashop terms from the cart. I want only the vendors terms to be shown - here is a prntscr of my checkout configuration - prntscr.com/5dfhsi .
Thank you very much in advance!
Please Log in or Create an account to join the conversation.
11 years 9 months ago #182391
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Vendor terms & conditions
Hi,
1. It's a HikaShop popup related problem.
Please change the "popup mode" to "mootools" in your HikaShop configuration (section "display").
2. You can override the view "checkoutmarket | terms" in order to not display the first checkbox.
The best will be to replace the content by
So the rest of the algorithm will still see the store checkbox as "checked".
Otherwise you might not be able to continue in the checkout and confirm the order.
Regards,
1. It's a HikaShop popup related problem.
Please change the "popup mode" to "mootools" in your HikaShop configuration (section "display").
2. You can override the view "checkoutmarket | terms" in order to not display the first checkbox.
The best will be to replace the content by
Code:
<input class="hikashop_checkout_terms_checkbox" id="hikashop_checkout_terms_checkbox" type="hidden" name="hikashop_checkout_terms" value="1" />
Otherwise you might not be able to continue in the checkout and confirm the order.
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: gerganad
Please Log in or Create an account to join the conversation.
11 years 9 months ago #182480
by gerganad
Replied by gerganad on topic Vendor terms & conditions
It works perfect now 
Thanks a lot!
Thanks a lot!
Please Log in or Create an account to join the conversation.
Moderators: Obsidev
Time to create page: 0.184 seconds