Search found 2 matches

by Kappa_Ghiffari
19 Nov 2021, 10:30
Forum: Laravel package
Topic: Programmatically set default currency
Replies: 2
Views: 858

Re: Programmatically set default currency

Thanks for quick response and explanation you have to redirect the browser to the correct URL containing the currency so the right locale combination will be used I already finished on country & currency retrieval through 3rd party API , I just need to inject those values to browser URL. how can...
by Kappa_Ghiffari
18 Nov 2021, 15:02
Forum: Laravel package
Topic: Programmatically set default currency
Replies: 2
Views: 858

Programmatically set default currency

Good day, We are working on creating an extension. The extension supposed to be able handle 1. Checking user IP and use 3rd party API to detect country + currency code (done) 2. Customize Admin Panel to handle VAT in each product by different country/currencies (done) 3. Implement VAT rule + calcula...