its working without error 500 and 403. im not change htaccess file and web address.
i will update if i get some error or bug.
by the way how to change thousand separator
@arrocy @GambitSteel , i need my currency from 1000 to have separator like this 1.000
it's NOT possible at the moment, because the codes in customer app (react js) some of them depend on locale, some of them not. In product list it'll show the correct amount (ex. Rp35.000) and in cart it accumulate correctly, but when check out it only charge Rp35.
I gave up on thousand separator for now, but you can still eliminate the decimal point (Rp35000 instead of Rp35000.00) by changing a couple of /static/js/xxx.js and database table structure.
But, when you click on Settings->Fix update -> fix update issue, this will revert database back with decimal.
So, for now we just have to wait until foodomaa team make the changes, maybe each one of us must put request in the codecanyon comment section, because they say if the request is popular, they will step it up in the development plan. Remember the keyword for this kind of request are 'thousand separator' (we live in the country with a lot of digits of currency) and 'decimal point'.