Search found 148 matches

by ahmed31916
25 May 2022, 12:10
Forum: Laravel package
Topic: got this error when I make order
Replies: 4
Views: 14792

got this error when I make order

Hello,

why I got this error when I make order?

Code: Select all

Checks for available service items in basket failed
by ahmed31916
24 May 2022, 09:34
Forum: Laravel package
Topic: api request
Replies: 5
Views: 1040

api request

Hello, This api request returns the node category: var params = {}; var result = $.ajax({ method: "GET", dataType: "json", url: '/jsonapi/default/catalog', data: {} }); result.done( function( result ) { console.log( result.data ); }); How can get the subcategories for this node c...
by ahmed31916
23 May 2022, 07:40
Forum: Laravel package
Topic: Add product, creates two product items ineasted of one
Replies: 5
Views: 1079

Re: Add product, creates two product items ineasted of one

Actually, I want to create a Selection Type just to give it (a product) a color attribute.
Is this possible if I make it's type "Default"?

What the difference between "Selection Type" and "Default Type"?
by ahmed31916
23 May 2022, 07:26
Forum: Laravel package
Topic: error Trying to access array offset on value of type null
Replies: 2
Views: 1454

error Trying to access array offset on value of type null

Hello, what does this error mean, plaese? Trying to access array offset on value of type null #0 C:\xampp\htdocs\WomenTemplate\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\HandleExceptions.php(255): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(2, 'Trying to acces...'...
by ahmed31916
21 May 2022, 21:24
Forum: Laravel package
Topic: Add product, creates two product items ineasted of one
Replies: 5
Views: 1079

Re: Add product, creates two product items ineasted of one

Ok, but I already did it. selection[0][attr][0][attribute.label]: ferfef selection[0][attr][0][product.lists.refid]: 10 selection[0][attr][0][product.lists.siteid]: 1.9. selection[0][product.code]: test selection[0][product.label]: test selection[0][product.status]: 1 selection[0][product.type]: def...
by ahmed31916
21 May 2022, 11:16
Forum: Laravel package
Topic: display all vendor products in one basket
Replies: 1
Views: 444

display all vendor products in one basket

Hello,

How can I display all vendor products in the same basket?
I don't need basket for each vendor like "shop/default/basket".
by ahmed31916
20 May 2022, 09:32
Forum: Laravel package
Topic: Add product, creates two product items ineasted of one
Replies: 5
Views: 1079

Add product, creates two product items ineasted of one

Hello, I'm trying to create a new selection product (I mean selection type). But it creates two product items, one with name <item[product.label]> and other with name <selection[0][product.label]>. I don't why! This is the request: category[default-0][catalog.id]: 2 category[default-0][product.lists...
by ahmed31916
19 May 2022, 20:31
Forum: Laravel package
Topic: Validation for request input field
Replies: 5
Views: 1009

Re: Validation for request input field

How we can display validation errors in template class?
In a blade syntax we use "@error" or {{$errors}}, but in template we cannot!
by ahmed31916
18 May 2022, 20:32
Forum: Laravel package
Topic: Validation for request input field
Replies: 5
Views: 1009

Re: Validation for request input field

I made a form in the profile page that makes the merchant user (just merchants) to add a product. I made it but it remain the validation for the input.

I use laravel validation request and I display the errors by ajax, and everything works. But I wonder if there is already created in aimeos.