Home / Paystack Split Payments Integrations Flowchart (snippet 2)
Duplicate Snippet

Embed Snippet on Your Site

Paystack Split Payments Integrations Flowchart (snippet 2)

on the order items, commission settings, and additional cart fees like taxes or shipping costs. The following also need to be checked to determine who receives the tax and shipping commission.

Code Preview
php
<?php
if ( wc_string_to_bool( get_option( 'wcvendors_vendor_give_shipping' ) ) ) {
	// Addd shipping fees to vendor total
} else {
	// Add shipping total to marketplace split
}

Comments

Add a Comment