Search found 7917 matches

by aimeos
01 Jun 2017, 16:27
Forum: TYPO3 extension
Topic: Translate currency in aimeos 17.4.1
Replies: 3
Views: 1788

Re: Translate currency in aimeos 17.4.1

pheeb wrote:

Code: Select all

plugin.tx_aimeos.settings.i18n.de.0 {
	domain = client/currency
	string = CHF
	trans = CHF
}
That code translates the currency code to itself, so it won't change ;-)
by aimeos
01 Jun 2017, 16:25
Forum: TYPO3 extension
Topic: Categories not showing up in select field of aimeos plugin
Replies: 10
Views: 4697

Re: Categories not showing up in select field of aimeos plug

Then you have configured a non-existing Aimeos site in the TYPO3 page TS for that page or a parent page
by aimeos
01 Jun 2017, 10:06
Forum: Laravel package
Topic: Removing product from car tgetting me error
Replies: 8
Views: 3291

Re: Removing product from car tgetting me error

You need the new Laravel views in "./resources/views/vendor/shop/" because Aimeos uses FontAwesome now for all icons. Delete the directory if you haven't changed the files inside and execute

Code: Select all

php artisan vendor:publish
by aimeos
01 Jun 2017, 09:13
Forum: TYPO3 extension
Topic: Categories not showing up in select field of aimeos plugin
Replies: 10
Views: 4697

Re: Categories not showing up in select field of aimeos plug

As far as I understand it this is how you would display only a specific category in the catalog list. Correct? Yes, that's correct. Your first screenshot shows three root categories for that site (standard, schreinerei, mechanik), which might be the problem. Can you remove the records with the IDs ...
by aimeos
31 May 2017, 20:50
Forum: Laravel package
Topic: Stripe Payment gateway not working
Replies: 16
Views: 7087

Re: Stripe Payment gateway not working

Yes. Please run "./artisan aimeos:setup" afterwards so the database schema is automatically updated.
by aimeos
31 May 2017, 20:49
Forum: Laravel package
Topic: Removing product from car tgetting me error
Replies: 8
Views: 3291

Re: Removing product from car tgetting me error

Everything looks quite normal. Does this error always occur when you delete a product from the basket? If yes, does it happen when using the demo data or only for your own products? Can you describe the steps to reproduce the error? I guess it's related to the data and happens due to one of the bask...
by aimeos
31 May 2017, 20:42
Forum: Laravel package
Topic: Stripe Payment gateway not working
Replies: 16
Views: 7087

Re: Stripe Payment gateway not working

I remember there was a pull request on GitHub fixing this issue.
Can you please try dev-master instead of 2017.04?
by aimeos
31 May 2017, 17:54
Forum: Laravel package
Topic: Stripe Payment gateway not working
Replies: 16
Views: 7087

Re: Stripe Payment gateway not working

Which Aimeos version are you using?