Search found 20 matches

by wassim.hattab
06 Oct 2016, 14:55
Forum: Help
Topic: Product Multi Price Type
Replies: 1
Views: 1969

Product Multi Price Type

Hello, i want to ask you if i want to sell a a service and i have more than one pricing type, i added the type i want in mshop_price_type and it's showing in the backend, but how can i make it applicable in the frontend?
by wassim.hattab
26 Sep 2016, 15:53
Forum: Laravel package
Topic: Aimeos redirect backend with error
Replies: 3
Views: 2657

Re: Aimeos redirect backend with error

ok i added
throw new \Exception( 'You do not have permission to the folowing action!' );

But it's not showing as alert like other exceptions it's showing in the inspect element network
is there a method to show the exception as alert?
by wassim.hattab
26 Sep 2016, 08:27
Forum: Laravel package
Topic: Aimeos redirect backend with error
Replies: 3
Views: 2657

Aimeos redirect backend with error

Hello, i'm trying to set permission to the admin in the expert mode so he cannot change or add or delete a catalog i just want to let him to add a product to a catalog so i saw the request that is sent to do action and i realized that there is different method name sent either insertItems or save it...
by wassim.hattab
20 Sep 2016, 14:30
Forum: Laravel package
Topic: Aimeos order Customer ID
Replies: 3
Views: 3375

Re: Aimeos order Customer ID

Does Asgard use another table for storing registered users than the Laravel "users" table? Asgard uses the same table users And yes the Auth::id() is null in my case because i'm using a different authentication than laravel how can i fix this problem or you recommend to use the authentica...
by wassim.hattab
20 Sep 2016, 14:05
Forum: Laravel package
Topic: Aimeos order Customer ID
Replies: 3
Views: 3375

Aimeos order Customer ID

Hello, i'm facing a problem with aimeos orders, i'm building a multishop website with aimeos laravel and asgard.. I have a sign in in the front end i used the same function as asgard.. but the problem im facing that when i logged in and order an item or something, the customer id in 'mshop_order_bas...
by wassim.hattab
08 Sep 2016, 13:15
Forum: Laravel package
Topic: Fronteng get all site ids
Replies: 4
Views: 3580

Re: Fronteng get all site ids

I'm not talking about laravel, in aimeos list page it's by default showing products from siteid 1 , if i have many sites it does not display the items of other siteid how can i fix it? And also i want to ask about filters if i want to use f_name and not f_catid is it possible or use f_catid with arr...
by wassim.hattab
08 Sep 2016, 07:13
Forum: Laravel package
Topic: Fronteng get all site ids
Replies: 4
Views: 3580

Fronteng get all site ids

Hello, I'm facing a problem with multi shop, in the frontend it only show items from default site id which is 1 and does not show items from different shop id. Is there any function to get all site ids for the frontend only without affecting the products on the backend and keep showing items dependi...
by wassim.hattab
06 Sep 2016, 14:45
Forum: Laravel package
Topic: Adding Multiple Attribute For a product
Replies: 1
Views: 2123

Adding Multiple Attribute For a product

Hello i'm facing a problem when adding multiple attributes (color,length, options) when i choose them and click add to basket in the basket i only see the last attribute (options) and the other two attributes i chose is not showing

any idea?
by wassim.hattab
02 Sep 2016, 09:31
Forum: Laravel package
Topic: Multi-Shop Ecommerce with Aimeos?
Replies: 11
Views: 6290

Re: Multi-Shop Ecommerce with Aimeos?

Ok it works thank you
by wassim.hattab
02 Sep 2016, 08:52
Forum: Laravel package
Topic: Multi-Shop Ecommerce with Aimeos?
Replies: 11
Views: 6290

Re: Multi-Shop Ecommerce with Aimeos?

I cannot do it from the backend?
and how can i associate each admin his own new site id?