Search found 15 matches

by pamirsawar
08 Sep 2022, 06:05
Forum: Laravel package
Topic: Extending base template view from the package folder
Replies: 2
Views: 818

Re: Extending base template view from the package folder

Thanks for the reply. It's working perfectly now.

I added this "@extends('<package name>::base')" in the blade files in my package. Which was removed by me while copy pasting the files from the vendor folder which now I realized I should not have done that.
by pamirsawar
06 Sep 2022, 05:53
Forum: Laravel package
Topic: Extending base template view from the package folder
Replies: 2
Views: 818

Extending base template view from the package folder

Hello aimeos! I've created a new extension through but some views files are not extending from the package folder. for example base.blade.php and jqadm/index.blade.php. But I am able to override these templates after I put them into the resource/views/vendor/shop folder. Is this a bug or does it not...
by pamirsawar
29 Aug 2022, 04:42
Forum: Laravel package
Topic: Product not adding to the basket on the second site
Replies: 3
Views: 904

Re: Product not adding to the basket on the second site

If it's out of stock or if there's no stock at all, an error should be displayed. How did you set up your products and sites because you said "on the second site"? I added a new site through admin backend. Ran setup command. and added products into that site. In default site if product do...
by pamirsawar
25 Aug 2022, 13:28
Forum: Laravel package
Topic: After logged in second site error shows
Replies: 3
Views: 5858

After logged in second site error shows

Hello Aimeos.
I'm having this issue. When I try to log in into second site I'm seeing this on my screen
customer id fail.png
customer id fail.png (47.17 KiB) Viewed 5858 times
by pamirsawar
25 Aug 2022, 09:22
Forum: Laravel package
Topic: Product not adding to the basket on the second site
Replies: 3
Views: 904

Product not adding to the basket on the second site

Hello aimeos,
When I try to add a product to the basket it's not showing me the product.
I have added a price and did not set any stock value.
Screenshot_21.png
Screenshot_21.png (111.32 KiB) Viewed 904 times

Aimeos version: 2022.07.2
php: 8.1
windows 10
by pamirsawar
24 Aug 2022, 09:28
Forum: Laravel package
Topic: Previous and next button not working.
Replies: 3
Views: 820

Re: Previous and next button not working.

aimeos wrote: 24 Aug 2022, 07:53 Set this configuration to an empty array if your product URL segments are not unique:
https://aimeos.org/docs/2022.x/config/c ... il/#filter

Then, the product ID will be part of the URL, identifying the product uniquely.
Thanks!! adding this solved the issue.
by pamirsawar
24 Aug 2022, 07:05
Forum: Laravel package
Topic: Previous and next button not working.
Replies: 3
Views: 820

Previous and next button not working.

Hello!

When I click on next or previous button, application takes me to wrong product url. Where endpoint has product label.
next-button-label.png
next-button-label.png (25.16 KiB) Viewed 820 times
next-button-label2.png
next-button-label2.png (45.83 KiB) Viewed 820 times
It should redirect to correct route. i.e not with the lable but SKU id.
by pamirsawar
22 Aug 2022, 06:12
Forum: Laravel package
Topic: Can't login into the admin section after I turned on multishop option
Replies: 7
Views: 1529

Re: Can't login into the admin section after I turned on multishop option

aimeos wrote: 22 Aug 2022, 06:03 Use "airoute()" function everywhere you create an URL in the non-Aimeos templates. This will add the sitecode, locale and currency if available and necessary:
https://github.com/aimeos/aimeos/blob/m ... ade.php#L9
Thank's I'll use that.
by pamirsawar
22 Aug 2022, 05:33
Forum: Laravel package
Topic: Can't login into the admin section after I turned on multishop option
Replies: 7
Views: 1529

Re: Can't login into the admin section after I turned on multishop option

I solved the issue by adding sitecode to the routes in the login form using "app('aimeos.context')->get()->locale()->getSiteItem()->getCode() " in Login blade view. I had to add this further into the verify-email blade as well.
by pamirsawar
22 Aug 2022, 05:31
Forum: Laravel package
Topic: Can't login into the admin section after I turned on multishop option
Replies: 7
Views: 1529

Re: Can't login into the admin section after I turned on multishop option

Can you post the output of "php artisan route:list", please? GET|HEAD / ............................................................................................................................................ POST _ignition/execute-solution ..................................... igniti...