Search found 34 matches

by bilginkilic
22 Oct 2020, 12:50
Forum: Laravel package
Topic: order base number
Replies: 3
Views: 1750

order base number

how can we make order number starting from another base like 10000 ? Where should we edit for this purpose?
by bilginkilic
04 Sep 2020, 06:35
Forum: Laravel package
Topic: Newsletter integration
Replies: 1
Views: 807

Newsletter integration

https://prnt.sc/ubat3n As you see in the image, it is a part of custom page built on aimeos laravel. How can we obtain those mail addresses from this text box and insert them in our local db and insert it into a mail service using their api. WE want to keep the professional structure so that asked ...
by bilginkilic
26 Aug 2020, 07:50
Forum: Laravel package
Topic: using selected lang and currency for custom page
Replies: 3
Views: 1453

Re: using selected lang and currency for custom page

https://prnt.sc/u61aud We have designed something like this custom page. Product method can get language and currency parameters? or how can we use globalization features of aimeos? You may see our custom home page here: https://paltoru2.tulparstudyo.net/ You may see when we change language it does...
by bilginkilic
25 Aug 2020, 14:42
Forum: Laravel package
Topic: facebook google login
Replies: 1
Views: 906

facebook google login

hi how can we enable google & facebook login enable for aimeos shopping web site.
by bilginkilic
18 Aug 2020, 13:54
Forum: Laravel package
Topic: using selected lang and currency for custom page
Replies: 3
Views: 1453

using selected lang and currency for custom page

how can we use aimeos framework capability of language support ( lang dictionary) on custom pages
by bilginkilic
13 Aug 2020, 12:41
Forum: Laravel package
Topic: Review Frontend Query filter
Replies: 5
Views: 1704

Re: Review Frontend Query filter

Please give swordbros user on github to make a pull request for review. Thank you. We get access denied error.
by bilginkilic
06 Aug 2020, 14:14
Forum: Laravel package
Topic: updating payment status
Replies: 1
Views: 852

updating payment status

https://prnt.sc/tv54p1 url1* ok we have payment status info and we can get it from the payment service as they post data once the payment completed. how can we adapt it to aimeos, could you please advice? found your answer https://aimeos.org/help/laravel-package-f18/update-payment-status-after-redi...
by bilginkilic
05 Aug 2020, 12:00
Forum: Laravel package
Topic: apple pay, google pay
Replies: 1
Views: 955

apple pay, google pay

how can we integrate apple pay google pay such services? what do you advice for this.
by bilginkilic
05 Aug 2020, 11:18
Forum: Laravel package
Topic: A ware house management system for Aimeos ready
Replies: 1
Views: 8107

A ware house management system for Aimeos ready

https://aimeos.org/help/post11933.html?hilit=stock#p11933 Quoting from this link, we would like to ask do you suggest any 3rd party or in house management system that is ready for being an extension of aimeos to provide stock management system. The stock management system is something that controls...
by bilginkilic
05 Aug 2020, 06:29
Forum: Laravel package
Topic: installing omnipay driver
Replies: 8
Views: 2973

Re: installing omnipay driver

I manually set capture parameter for omnipay

$this->parameters->set('capture',1);

I was expecting it should get the data parameter defined in admin panel.