Search found 5 matches

by mjohnson
03 Apr 2016, 04:39
Forum: Laravel package
Topic: Payment and Delivery Providers
Replies: 1
Views: 1956

Payment and Delivery Providers

The manual says there are some default services for payment and delivery but my services tab is blank. I also did not see any payment or service plugins under the plugins tab. Reading the instructions I do not see how I enable one of the default services for delivery or built in payment services (li...
by mjohnson
03 Apr 2016, 03:12
Forum: Laravel package
Topic: How do you set the default currency?
Replies: 5
Views: 4666

Re: How do you set the default currency?

I got this working but I do not think the way I got it working is the intended way. I went into the database and change the row id of the USD row to '1' and then changed the EUR to '3'. This is the only way it worked. Changing the Position ID made no difference and there is no way to change the row ...
by mjohnson
03 Apr 2016, 02:08
Forum: Laravel package
Topic: How do you set the default currency?
Replies: 5
Views: 4666

Re: How do you set the default currency?

Also, my product with a price in USD is not showing up on the product page, but when I change it to Euro it shows up, so the system is definitely stuck in EUR mode somehow... I tried php artisan aimeos:cache several times but still only showing EUR pricing and symbols on the product and basket pages...
by mjohnson
03 Apr 2016, 02:03
Forum: Laravel package
Topic: How do you set the default currency?
Replies: 5
Views: 4666

Re: How do you set the default currency?

Its still showing the € symbol.

I have locale -> list, site, language, and currency all with everything except US disabled I also cleared the cache. What else could it be?
by mjohnson
02 Apr 2016, 16:04
Forum: Laravel package
Topic: How do you set the default currency?
Replies: 5
Views: 4666

How do you set the default currency?

I have changed different settings on the backend in locale tab but the basket and product pages on the front end are not showing USD by default... I should clarify since this question was asked before but not answered, I am not interested in adding the currency or locale selector to the page, I want...