Search found 13 matches

by DamanMokha
27 May 2023, 17:02
Forum: Laravel package
Topic: Order Calculation understanding
Replies: 3
Views: 2470

Re: Order Calculation understanding

Hi,
Thanks, But i am not able to find it, where and how to add this in the config?
by DamanMokha
26 May 2023, 04:56
Forum: Laravel package
Topic: Order Calculation understanding
Replies: 3
Views: 2470

Order Calculation understanding

Hi, I would like to seek clarification on how the order payment is calculated. I have two products: "Perlage - Sparkling Water (Glass-300 ml)" priced at $6.99 with a tax rate of 15%, and "Jumbo Braised Beef Octagons Ravioli (1 Bag)" priced at $19.99 with a tax rate of 13%. Accord...
by DamanMokha
26 May 2023, 04:40
Forum: Laravel package
Topic: Extend Basket API
Replies: 1
Views: 1870

Extend Basket API

Hi, I'm currently working with the headless version and have created an Aimeos extension. In this extension, I have added a few fields using decorators. However, I would like to include some custom-calculated fields in the Basket API that provide the exact total amount by performing calculations. Cu...
by DamanMokha
26 May 2023, 04:36
Forum: Laravel package
Topic: Refund/Return Process
Replies: 1
Views: 1822

Refund/Return Process

Hi, We want to initiate the refund process, is there anything available in Aimeos, i am using a headless version for it, and need to use APIs to process refunds or returns in the system. If Aimeos doesn't support that, can you tell me how we can extend the behavior of it, in aimeos extension? Thanks
by DamanMokha
26 May 2023, 04:33
Forum: Laravel package
Topic: Stripe Payment Gateway
Replies: 1
Views: 1786

Stripe Payment Gateway

Hi, I'm using the headless version of the platform and working with JSON APIs. I've installed the Stripe gateway package and enabled the service. However, I'm having trouble finding documentation on how to use it. I've added Stripe as a service in the basket, but I can't find a link to proceed with ...
by DamanMokha
21 May 2023, 13:37
Forum: Laravel package
Topic: Custom attributes not updating
Replies: 1
Views: 1685

Custom attributes not updating

Hi, I am using the headless version of Aimeos(2023.04.*) and have created custom attributes, including the ability to set a custom price for a product. When adding a product to the cart, the custom price and other custom attributes such as weight are successfully saved. However, when updating the ca...
by DamanMokha
19 Apr 2023, 17:09
Forum: Laravel package
Topic: Getting error In Order
Replies: 3
Views: 2208

Re: Getting error In Order

I am using, 2023.04.1 , Here is composer show output aimeos-extensions/cottage-buttcher dev-development Aimeos cottage-buttcher extension aimeos/ai-admin-graphql 2023.04.2 Aimeos Admin GraphQL API extension aimeos/ai-admin-jqadm 2023.04.2 Aimeos VueJS+Bootstrap admin backend aimeos/ai-admin-jsonadm ...
by DamanMokha
19 Apr 2023, 13:42
Forum: Laravel package
Topic: Getting error In Order
Replies: 3
Views: 2208

Getting error In Order

Hi, I am using the headless version of the application and I am experiencing an issue while placing an order in the API. Although I am getting the order ID when I use the save basket API, when I try to access the admin page, I encounter an attached error. Additionally, when I attempt to save an orde...
by DamanMokha
15 Apr 2023, 09:54
Forum: Laravel package
Topic: API with laravel sanctum
Replies: 1
Views: 1536

API with laravel sanctum

Hi, I'm using Laravel Sanctum. I added it as middleware in shop.php for the "jsonapi" route, but the issue is that it blocks all public access and asks for login for products, categories, etc. When I don't pass auth:sanctum as middleware, it doesn't treat the user as logged in. How can I u...
by DamanMokha
12 Apr 2023, 12:22
Forum: Laravel package
Topic: Stripe Payment URl is empty
Replies: 1
Views: 1505

Stripe Payment URl is empty

Hi, I have set up the Stripe service by installing the package and configuring it from the admin panel. After adding the Stripe service to the basket and placing the order using the Order API, the Stripe href for redirection is empty. I have attached response. { "meta": { "total"...