- Add green trust badge with checkmark icon above 'Complete Order' button - Add translations for all locales (EN, SR, DE, FR) - Badge includes: '30-Day Money-Back Guarantee' text - Styled with green background and border to match trust/conversion theme
6 lines
222 B
TypeScript
6 lines
222 B
TypeScript
// COD Instructions component - currently disabled as the instructions are self-explanatory
|
|
// Can be re-enabled if payment method instructions are needed in the future
|
|
|
|
export function CODInstructions() {
|
|
return null;
|
|
} |