Try our new AI assistant by clicking the chat icon in the lower right corner.
Starting July 1st 2022, Colorado started imposing a Retail Delivery Fee per shipment to Colorado. You can read more about this fee here to see if it applies to your business:
https://tax.colorado.gov/retail-delivery-fee
This fee can easily be added to any Colorado order using the following template code. This code has the following logic:
This code should be added anywhere on the OSEL page in Miva, such as the page Header.
Be sure to update the ADD_FEE_AMOUNT_HERE value in the snippet with the correct value found at https://tax.colorado.gov/retail-delivery-fee
Example of the template code placed in the OSEL header.
If your store offers in store pickup in Colorado or digital products such as gift cards or digital downloads, this fee is not required. Additional logic could be applied to this charge to not add it if those scenariors apply to you. Please contact your developer to customize this logic if this applies to you.
Once the fee is added it will show in the basket contents on the final step of checkout (OPAY) and be shown as a separate line item in the order as well as confirmation emails.
Example of Retail Delivery Fee on order after it has been applied during checkout
Example of the Fee on the Order from within the Miva admin
Since this fee gets added via template code logic on OSEL (Payment and Shipping Selection) page during the Miva Checkout, if your site has 3rd Party Checkouts which bypass Miva's Checkout process this fee will not be applied.
This fee will also not be applied to orders created within the admin or via the JSON API.
Examples include:
If you're not comfortable editing template code, there is a module-based solution using the Miscellaneous Fee module
https://apps.miva.com/miscellaneous-fee.html
This module allows you to setup the fee in the module configuration settings and does not require any template code updates.
When using this module, it does not have a way to limit/restrict the fee for non-taxable items or non-taxable customers. The fee will always be added to every Colorado order. If you have non-taxable (wholesale) customers or non-taxable products that ship to CO, the template code solution above will be a more robust solution.
When using this module, it does not have a way to limit/restrict the fee based off shipping method. The fee will always be added to every Colorado order. If you have features like gift certificates, digital downloads, or store pickup the template code solution above will be a more robust solution.
Example Settings to configure the fee using the Miscellaneous Fee Module
Display of the Fee on the Order
TaxJar
TaxJar does not view this fee as a tax and therefore is not supporting it. If you currently using TaxJar, you will need to implement one of the solutions above.
AvaTax
Avatax is supporting this fee, but it will require some changes to Miva's integration to AvaTax.
While we do have plans to update the Miva integration with AvaTax to support this, it won't be completed by July 1, 2022. It is recommended you implement one of the solutions above to support this in the near term.
Since the solutions above don't handle 3rd party checkouts (Apple Pay, PayPal Express Checkout via PayPal Commerce Platform) we are exploring additional solutions where the tax module themselves can assess this fee. This would allow the fee to be applied when Apple Pay or PayPal call Miva to calculate Taxes. We will send out additional communication when these changes are supported.