# Cash on Delivery at Bliss Hub

## Short Answer
Bliss Hub is COD-first for Pakistan shoppers. Product value is normally paid when the order is delivered, unless checkout or support clearly agrees another payment method.

## COD Rules
- Currency: PKR.
- Default payment method: Cash on Delivery.
- Customer sees product price and shipping context before order placement.
- Product pages and checkout may show a COD tax line when seller tax settings require it.
- Admin confirms seller availability before promising dispatch.
- If a seller requires upfront delivery fee, the request is for delivery fee only; product value remains COD by default.
- Server-side order logic remains the source of truth for product totals, seller-aware shipping, and COD tax.

## COD Tax Context
- COD tax is calculated per seller when configured.
- The tax base can include product subtotal only, or product subtotal plus shipping when that seller enables tax-on-shipping.
- Customer-facing order surfaces show the tax line when tax is greater than zero and display is enabled.

## Useful URLs
- [Shop products](https://www.blisshub.pk/shop)
- [Product feed](https://www.blisshub.pk/products.md)
- [Checkout](https://www.blisshub.pk/checkout)
- [Track order](https://www.blisshub.pk/track-order)
- [FAQs](https://www.blisshub.pk/faq)
- [Contact support](https://www.blisshub.pk/contact)
