WooCommerce Deposits and Part Payments Archives - Plugin Republic https://pluginrepublic.com/support-categories/woocommerce-deposits-and-part-payments/ WooCommerce Plugins Thu, 06 Oct 2022 09:36:41 +0000 en-US hourly 1 https://pluginrepublic.com/wp-content/uploads/2020/10/cropped-favicon-1-32x32.png WooCommerce Deposits and Part Payments Archives - Plugin Republic https://pluginrepublic.com/support-categories/woocommerce-deposits-and-part-payments/ 32 32 Changing text strings in Deposits and Part Payments https://pluginrepublic.com/documentation/changing-text-strings-in-deposits-and-part-payments/ https://pluginrepublic.com/documentation/changing-text-strings-in-deposits-and-part-payments/#respond Tue, 14 Sep 2021 13:23:30 +0000 https://pluginrepublic.com/?post_type=ht_kb&p=1295305 If you’d like to change the text strings for ‘Payment options’, ‘Pay deposit’ and ‘Pay in full’, you can use the following snippet: Here’s how to add the snippet.

The post Changing text strings in Deposits and Part Payments appeared first on Plugin Republic.

]]>
If you’d like to change the text strings for ‘Payment options’, ‘Pay deposit’ and ‘Pay in full’, you can use the following snippet:

View this code snippet on GitHub.

Here’s how to add the snippet.

The post Changing text strings in Deposits and Part Payments appeared first on Plugin Republic.

]]>
https://pluginrepublic.com/documentation/changing-text-strings-in-deposits-and-part-payments/feed/ 0
Programmatically set whether a product should have a deposit option https://pluginrepublic.com/documentation/programmatically-set-whether-a-product-should-have-a-deposit-option/ https://pluginrepublic.com/documentation/programmatically-set-whether-a-product-should-have-a-deposit-option/#respond Mon, 19 Oct 2020 07:39:37 +0000 https://pluginrepublic.com/?post_type=ht_kb&p=654064 There might be an occasion where you want to have more flexibility over which products have a deposit. There are two code snippets below. The first shows how to set a deposit on all products in a list. The second product shows how to set a deposit on all products in a certain category. In […]

The post Programmatically set whether a product should have a deposit option appeared first on Plugin Republic.

]]>
There might be an occasion where you want to have more flexibility over which products have a deposit.

There are two code snippets below. The first shows how to set a deposit on all products in a list.

The second product shows how to set a deposit on all products in a certain category.

In both cases, you’ll need to update the snippet slightly for your own use case – either change the list of product IDs in the first snippet, or change the category slug in the second snippet.

View this code snippet on GitHub.

Here’s how to add a snippet.

The post Programmatically set whether a product should have a deposit option appeared first on Plugin Republic.

]]>
https://pluginrepublic.com/documentation/programmatically-set-whether-a-product-should-have-a-deposit-option/feed/ 0
Configuring Deposits https://pluginrepublic.com/documentation/configuring-deposits/ https://pluginrepublic.com/documentation/configuring-deposits/#respond Fri, 07 Feb 2020 16:30:09 +0000 https://pluginrepublic.com/?post_type=ht_kb&p=246355 Once you’ve installed the plugin, you can configure your deposits as follows: Go to WooCommerce > Settings > Deposits to update your settings. Deposits Settings Accept Deposits? Use this option to decide how to configure the deposit. Choose from: No – no products will have deposits enabled All Products – all products will have deposits […]

The post Configuring Deposits appeared first on Plugin Republic.

]]>
Once you’ve installed the plugin, you can configure your deposits as follows:

Go to WooCommerce > Settings > Deposits to update your settings.

Deposits Settings

WooCommerce Deposits and Part Payments settings

Accept Deposits?

Use this option to decide how to configure the deposit. Choose from:

  • No – no products will have deposits enabled
  • All Products – all products will have deposits enabled
  • Some Products – specific products will have deposits enabled
  • Entire Order – the entire order will have a deposit enabled

Deposit Type

Choose what type of deposit – either a percentage of the product price or a fixed amount.

Deposit Amount

Enter a value here. If you have chosen ‘Percentage’ in ‘Deposit Type’, then this value will be the percentage value. Otherwise, it will be the fixed amount.

Default Payment Method

Choose whether the default payment method should be ‘Deposit’, ‘Pay In Full’ or ‘Deposit Only’.

If you choose either ‘Deposit’ or ‘Pay In Full’, the customer will be able to change the method when they add the product to the cart.

if you choose ‘Deposit Only’, the customer won’t have an option to pay the deposit or pay in full. Instead, they will automatically be charged the deposit when they check out.

Accepting Deposits for ‘Some Products’

If you choose ‘Some Products’ in ‘Accept Deposits’ above, you’ll need to specify each product individually if you want it to have a deposit. To do this:

  • Edit the product
  • Click the ‘Deposit’ tab in the ‘Product data’ section
  • Check the ‘Enable deposits’ option

User Defined Options

WooCommerce Deposits and Part Payments user defined options

You can allow users to define their own deposit amount.

User Defined Deposit

Check this option to allow the user to define their own deposit amount.

User Defined Minimum Amount

Enter the minimum amount that the user can pay as a deposit. This will prevent the user from defining very small amounts as their deposit.

Optional Part Payments

Check this option if you’d like to allow the user to split their outstanding balance into multiple smaller amounts. The user will be able to pay part of their outstanding balance and a new scheduled order will be created for the remaining amount.

Optional Part Payment Minimum Amount

Set a minimum amount that the user must pay off from their outstanding balance. When the remaining amount reaches this figure, the user must pay off all their outstanding balance and the order will be completed.

Pay In Full Discount

WooCommerce Deposits and Part Payments Pay in Full Discount settings

You can offer a discount to customers if they pay in full. Choose between applying a discount as a ‘Percentage’ or ‘Fixed’ amount.

Pay In Full Discount Amount

Set the value of the discount here. This will be applied as a percentage of the product/order total or as a fixed fee based on your choice above.

Pay In Full Discount Label

You can add an optional text to the ‘Pay In Full’ label to inform the user of the discount if you wish.

If you’d like to set a different deposit amount from the value defined in the main settings, you can enter a value in ‘Deposit amount’. This will override the value. Note that the deposit type, i.e. percentage or fixed, is not overridden.

Emails

You can schedule certain emails.

Scheduled Order Paid

Check this option to send the admin an email when a scheduled order has been paid.

Send Reminder Emails

Check this option to send the customer an email reminder. The date can be set globally or per product.

Due Date

Define a period into the future, e.g 3 Months, when the outstanding balance should be paid after the order is placed. This only applies to deposits on the Entire Order. An email will be sent to user when this period elapses.

Reminder Email

You can send an email reminder to users at a specified period before the outstanding balance is due. Set a date here, e.g. 2 Weeks.

The post Configuring Deposits appeared first on Plugin Republic.

]]>
https://pluginrepublic.com/documentation/configuring-deposits/feed/ 0
Installation https://pluginrepublic.com/documentation/installation-4/ https://pluginrepublic.com/documentation/installation-4/#respond Fri, 07 Feb 2020 16:16:47 +0000 https://pluginrepublic.com/?post_type=ht_kb&p=246351 Downloading the plugin files When you purchase the plugin, you’ll immediately receive an email confirming your purchase. This email also contains: A link to download the plugin files Your licence key Click on the link to download a zip file that contains the plugin. You don’t need to unzip this – just make a note […]

The post Installation appeared first on Plugin Republic.

]]>
Downloading the plugin files

When you purchase the plugin, you’ll immediately receive an email confirming your purchase. This email also contains:

  • A link to download the plugin files
  • Your licence key

Click on the link to download a zip file that contains the plugin. You don’t need to unzip this – just make a note of where it downloads to on your computer, e.g. your ‘Downloads’ folder.

Installing the plugin

To upload and install the plugin, go to Plugins > Add New > Upload Plugin. You can either drag the woocommerce-deposits-part-payments.zip file into the upload file zone (see image below) or click the ‘Choose file’ button and browse to the file on your computer.

Once you’ve uploaded the file, click ‘Install Now’ then click ‘Activate’ (remember that you will need to have WooCommerce activated as well).

Enter your plugin license

Go to WooCommerce > Settings > Deposits then click the ‘Licence’ subheading.

  • Enter your license key
  • Click ‘Activate this licence’
  • This will ensure that you receive automatic updates

The post Installation appeared first on Plugin Republic.

]]>
https://pluginrepublic.com/documentation/installation-4/feed/ 0