Search found 18 matches

by skydev
05 Jan 2023, 06:33
Forum: Laravel package
Topic: Jsonapi for save basket empty problem
Replies: 1
Views: 462

Jsonapi for save basket empty problem

We need help with JSON API. In JSON API basket save always gives a "Basket is empty" response. is this any solution for API calls? We have used csrf token as well. It works when we call in a saved basket from the postman. As we check below basket check function not working or it might beco...
by skydev
07 Jun 2022, 07:41
Forum: Laravel package
Topic: Need guide on productfreeoption
Replies: 1
Views: 504

Need guide on productfreeoption

We were trying to use productfreeoption plugin but it seem it doesn't work

what we want to achieve

two product can have attribute/option (for which they have to pay extra)

but when they pay for one bother should be free

Please guide us on this
by skydev
11 Mar 2022, 09:53
Forum: Laravel package
Topic: Change status from unfinished to deleted
Replies: 3
Views: 875

Re: Change status from unfinished to deleted

No ,

Actually unfinished order cron managee stock/and voucher so we need to execute that just don't want to delete them permanently
by skydev
11 Mar 2022, 05:21
Forum: Laravel package
Topic: Change status from unfinished to deleted
Replies: 3
Views: 875

Change status from unfinished to deleted

Hello guys,

just want to confirm, with order/cleanup/unfinished crone can we extend and make sure it just change the status to deleted instead of permanently deleting the order

will it make any bigger difference ?
by skydev
04 Mar 2022, 10:14
Forum: Laravel package
Topic: Strange issue in checkout
Replies: 7
Views: 1785

Re: Strange issue in checkout

As I mention earlier we have face this in multiple versions

Just for more info

We have checked it in
PHP 7.4 and PHP 8.0
Aimeos 2020.10, aimeos 2021.7 and aimeos 2021. 10
regarding OS we have check it CentOS , windows, Linux
Database: we have used MySQL or mariadb
by skydev
03 Mar 2022, 10:33
Forum: Laravel package
Topic: Strange issue in checkout
Replies: 7
Views: 1785

Re: Strange issue in checkout

Its file based (as default provided by laravel) Also kindly note that, it appears problem is not with session but storing data in Order/base table and its reference tables on updating again they give duplicate key issues and due to that it only allow not updating them in database Edited: Just to giv...
by skydev
02 Mar 2022, 16:48
Forum: Laravel package
Topic: Strange issue in checkout
Replies: 7
Views: 1785

Strange issue in checkout

We are facing a strange issue in checkout If anyone go to checkout and went to the summary/checkout page and again goes back to the basket page and modify product (add/edit product in cart then while making payment it only show the previous cart. It sometime works some time show error we also tried ...
by skydev
02 Mar 2022, 09:10
Forum: Laravel package
Topic: Can anyone tell me how can we extend Base class
Replies: 5
Views: 1297

Re: Can anyone tell me how can we extend Base class

Okay @aimeos

We want to tax should exclude discount amount for example

we have created a plugin that says buy 10 pay for 8 but want to include the tax on 10 product (right now it apply on 8 product total)

can you please give us any idea for this
by skydev
02 Mar 2022, 07:44
Forum: Laravel package
Topic: Can anyone tell me how can we extend Base class
Replies: 5
Views: 1297

Re: Can anyone tell me how can we extend Base class

@aimeos thanx for this info

Is there any other way through which we can extend

Code: Select all

getTaxRates 
method extended ?
by skydev
01 Mar 2022, 07:40
Forum: Laravel package
Topic: Can anyone tell me how can we extend Base class
Replies: 5
Views: 1297

Can anyone tell me how can we extend Base class

Hi, Can anyone tell us how can we extend base class FYI: We are using aimeos 2020.10 basically we want to modify getTaxRates method available at Aimeos\Client\Html\Common\Client\Summary\Base class We try to extend it with Decorator but unable to do can Can anyone help below is client config code 'ht...