Search found 7 matches

by omprakash
12 Nov 2020, 10:42
Forum: Help
Topic: Order Email payment setup from cronjob
Replies: 1
Views: 792

Order Email payment setup from cronjob

hello, I have to manually run "order/email/payment" job in command line to send emails. i have read your documentation and tried to run this command "* * * * * php /path/to/artisan aimeos:jobs "order/export/csv order/email/delivery order/email/payment order/email/voucher order/se...
by omprakash
24 Oct 2020, 12:33
Forum: Help
Topic: Telephone field in address page
Replies: 1
Views: 708

Telephone field in address page

hello,
i want telephone field in my address billing form.i can see telephone field is available in address-partial-standard.php file but how can i configure it because currently it is not visible on my checkout address page.
thank you,

waiting for response.
by omprakash
24 Oct 2020, 07:27
Forum: Help
Topic: convert VAT into GST
Replies: 2
Views: 931

Re: convert VAT into GST

Thank you it is working :)
by omprakash
21 Oct 2020, 12:19
Forum: Help
Topic: convert VAT into GST
Replies: 2
Views: 931

convert VAT into GST

I have changed VAT text into GST but it only correctly showing on single product page.all other pages like checkout,basket it is still showing VAT text. shop.php file i18 configration:- 'i18n' => [ 'en'=>[ 'client'=>[ 'Incl. %1$s%% VAT'=>['Incl. %1$s%% GST'],'+ %1$s%% VAT'=>['+ %1$s%% GST'],'VAT'=>[...
by omprakash
08 Oct 2020, 12:54
Forum: Help
Topic: Instamojo payment integration in Aimeos laravel
Replies: 1
Views: 734

Instamojo payment integration in Aimeos laravel

Hello, I want Instamojo Payment Integration in aimeos(2019.*).i have followed aimeos documentation and created custom payment method .here is the link of omnipay-instamojo package:-https://github.com/gentor/omnipay-instamojo. now how to integrate it with Aimeos payment services from Admin panel. bec...
by omprakash
06 Oct 2020, 06:47
Forum: Help
Topic: More then one delivery method
Replies: 1
Views: 783

More then one delivery method

can i choose more then one delivery method in the checkout page .
by omprakash
28 Sep 2020, 09:51
Forum: Help
Topic: Export button in Admin panel
Replies: 1
Views: 742

Export button in Admin panel

hello,
my client need simple jquery export to excel button for each table in admin .is it possible in aimeos,if yes then please guide me how i can add it in ext->ai-jqadm-admin template file. :)
Thank you
waiting for reply.