Partial payments

  • Posts: 16
  • Thank you received: 1
11 years 10 months ago #84315

Hello,

I have a situation where I want to take orders where the customer pays 15% at order, then the remainder at readiness for delivery.

Is there any way I can do this in Hikashop?


Thanks in advance

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 10 months ago #84487

Hi,

You can use the credit card plugin, it allow you to have the credit card informations and then you do manually the payment.
So you can take 15% then 85%

Please Log in or Create an account to join the conversation.

  • Posts: 32
  • Thank you received: 3
11 years 8 months ago #95970

Hi this option is perfect to handle the partial payments, but I want to offer partial payment only to orders over let say $100, is this is something possible to do. Show the CC payment option only for orders over a certain amount?

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
11 years 7 months ago #96109

You can create a custom field of the table "order" called "deposit" which would display a yes/no option during the checkout and which would dynamically change the price of the order thanks to the plugin attached.

Then, if you want to display that option only for orders over $100, you can edit the file "fields" of the view "checkout" via the menu Display->Views and add the code below at the beginning:
<?php if( $this->full_total->prices[0]->price_value_with_tax < 100) return; ?>

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 32
  • Thank you received: 3
11 years 7 months ago #96247

Thanks nicolas, I'll try that later today or tomorrow and let you know ifit woks out.

Please Log in or Create an account to join the conversation.

  • Posts: 32
  • Thank you received: 3
11 years 7 months ago #96291

Hi Nicolas,

In the Essential version I dont have the option to create a custom filed on the "order" Table, is there a work around to this?

Please Log in or Create an account to join the conversation.

  • Posts: 2334
  • Thank you received: 403
11 years 7 months ago #96323

Hi there,

This type of custom field is only available for Business version.

Please Log in or Create an account to join the conversation.

Time to create page: 0.103 seconds
Powered by Kunena Forum