Search found 14 matches

by switch-cheehau
24 Jul 2021, 23:38
Forum: Help
Topic: Display promotion price
Replies: 1
Views: 4219

Display promotion price

Hi Aimeos,

Do you have the feature to display promotion price? as shown in attachment?
by switch-cheehau
21 Jul 2021, 10:25
Forum: Help
Topic: mark orders to cancelled in order/cleanup/unfinished cronjob
Replies: 2
Views: 4969

Re: mark orders to cancelled in order/cleanup/unfinished cronjob

Oh! okay. that make sense
I thought the job is necessary to be executed.
Thanks.
by switch-cheehau
21 Jul 2021, 02:23
Forum: Help
Topic: mark orders to cancelled in order/cleanup/unfinished cronjob
Replies: 2
Views: 4969

mark orders to cancelled in order/cleanup/unfinished cronjob

Hi Aimeos, Instead of deleting the unfinished order, can we change the status from unfinished to cancelled when running jobs order/cleanup/unfinished? I think it's safer because sometimes the payment transaction is successful but the callback/return are having issue. If we hard delete the orders, it...
by switch-cheehau
12 Jul 2021, 07:30
Forum: Help
Topic: How to get stocklevel from product endpoint
Replies: 3
Views: 8001

Re: How to get stocklevel from product endpoint

Hi Aimeos,

Thanks for the information
by switch-cheehau
08 Jul 2021, 08:43
Forum: Help
Topic: How to get stocklevel from product endpoint
Replies: 3
Views: 8001

Re: How to get stocklevel from product endpoint

By the way,

i tried to call http://localhost/admin/jsonadm/product? ... tock,price

only price return, stock does not return anything
by switch-cheehau
08 Jul 2021, 08:02
Forum: Help
Topic: How to get stocklevel from product endpoint
Replies: 3
Views: 8001

How to get stocklevel from product endpoint

Hi Aimeos, I'm trying to build an integration to help updating the stock level from 3rd portal. How to get stock level from admin/jsonadm/product endpoint? Does it make sense that when call to product endpoint, stocklevel is included? If not, i have to call to admin/jsonadm/stock to get the stocklev...
by switch-cheehau
04 Jul 2021, 09:54
Forum: Help
Topic: How to modify the supplier.code address format
Replies: 4
Views: 7812

Re: How to modify the supplier.code address format

Thanks for the reply, Can you give me more clue how to extend that particular class? Sorry i'm still learning how to do it. Do i have to put something in my own extention config/mshop.php return [ 'service' => [ 'provider' => [ 'decorator' => [ 'local' => ['Supplier'] ] ] ], ];
by switch-cheehau
02 Jul 2021, 14:01
Forum: Help
Topic: How to modify the supplier.code address format
Replies: 4
Views: 7812

How to modify the supplier.code address format

Hi Aimeos, How do i change the address format of supplier? aimeos/aimeos-core/lib/mshoplib/src/MShop/Service/Provider/Decorator/Supplier.php $this->feConfig['supplier.code']['short'][$addrId] = trim( preg_replace( "/\n+/m", "\n", sprintf( /// Supplier address format with label (%...
by switch-cheehau
02 Jul 2021, 05:09
Forum: Help
Topic: Generate sitemap and store on S3
Replies: 2
Views: 6131

Re: Generate sitemap and store on S3

Thanks, i'll try when free
by switch-cheehau
02 Jul 2021, 05:00
Forum: Help
Topic: Negates in JsonAdm does not work in order/base/service
Replies: 2
Views: 6129

Re: Negates in JsonAdm does not work in order/base/service

Hi Aimeos, localhost/admin/jsonadm/order?filter[==][order.base.service.code]=dhl working. It shows only dhl. localhost/admin/jsonadm/order?filter[!=][order.base.service.code]=dhl not working. It shows all including dhl. localhost/admin/jsonadm/order?filter[&&][][==][order.base.service.code]=...