Search found 99 matches

by khizar
21 Apr 2021, 11:01
Forum: Help
Topic: report section
Replies: 5
Views: 1866

Re: report section

Open source is about giving back. If you translate Aimeos to Arabic completely, we are motivated to answer your questions faster. The order list panel already contains an export for all orders matching the filter and it's started by clicking on the "+" in the top right of the table and th...
by khizar
21 Apr 2021, 06:42
Forum: Help
Topic: translations - adding translations for attributes
Replies: 10
Views: 3409

Re: translations - adding translations for attributes

aimeos wrote: 21 Apr 2021, 06:39 Client side only but you can change the Label of these attributes to Arabic in the backend yourself.
ok got it.thank you very much
by khizar
21 Apr 2021, 06:30
Forum: Help
Topic: translations - adding translations for attributes
Replies: 10
Views: 3409

Re: translations - adding translations for attributes

Which attributes you need/use is dependent on your installation resp. the products you are selling. There are no standard attributes besides the one created by the demo but they are irrelevant for translation. Much more important is that the backend and frontend is fully translated and you can see ...
by khizar
21 Apr 2021, 06:17
Forum: Help
Topic: translations - adding translations for attributes
Replies: 10
Views: 3409

Re: translations - adding translations for attributes

At least translation for the "size" attribute code should work in your example. Hi aimeos, can you provide me the list of all attributes which are added by making site through command so i can translate it all and then i will also provide you the translation but first i need all the attri...
by khizar
19 Apr 2021, 11:05
Forum: Help
Topic: report section
Replies: 5
Views: 1866

Re: report section

Hey aimeos, i want to show a form with with two date inputs(from date and to date) and a generate button and when a button is clicked a report is generated for that purpose first of all i added a new entry in side bar by adding code in the shop.php file <?php return [ .................. 'admin' => [...
by khizar
19 Apr 2021, 09:11
Forum: Help
Topic: report section
Replies: 5
Views: 1866

Re: report section

waiting for reply
by khizar
19 Apr 2021, 07:59
Forum: Help
Topic: report section
Replies: 5
Views: 1866

report section

Hey aimeos, I have integrated aimeos with laravel. versions: "aimeos/aimeos-laravel": "~2020.10", "laravel/framework": "^8.12", i want to generate reports e.g sale report,stock report etc.Are there any builtin reports or i have to implement myself.if i have to...
by khizar
19 Apr 2021, 07:18
Forum: Help
Topic: translations - adding translations for attributes
Replies: 10
Views: 3409

Re: translations - adding translations for attributes

You can translate the attribute types using .po/MO files or within the configuration. Their translation domain is "client/code", e.g.: 'i18n' => [ 'ar' => [ 'client/code' => [ 'size' => ['...'], ] ] ] https://github.com/aimeos/ai-client-html/blob/master/client/html/templates/common/partia...
by khizar
19 Apr 2021, 05:47
Forum: Help
Topic: Implementing Payment Provider
Replies: 12
Views: 4127

Re: Implementing Payment Provider

Yes, it is. You have to implement something very similar to the Stripe payment provider: https://github.com/aimeoscom/ai-payments/blob/master/lib/custom/src/MShop/Service/Provider/Payment/Stripe.php If you made it work, we would welcome your contribution :-) i have implemented hyperpay but only the...
by khizar
17 Apr 2021, 06:21
Forum: Help
Topic: translations - adding translations for attributes
Replies: 10
Views: 3409

Re: translations - adding translations for attributes

and also please note that for now i can't update my project because it will break applications because there are breaking changes in the code so i have to do it in the current version which i have mentioned