Search found 28 matches

by Harpal Singh
06 Mar 2020, 07:29
Forum: Laravel package
Topic: How to extend Basket/Standard.php
Replies: 1
Views: 956

How to extend Basket/Standard.php

I want to customise

Code: Select all

ext/ai-client-html/client/html/src/Client/Html/Basket/Standard/Standard.php
How should I add and use this file in my extension?

Please help.
by Harpal Singh
01 Nov 2019, 10:14
Forum: Laravel package
Topic: SEO friendly URL's
Replies: 3
Views: 2184

Re: SEO friendly URL's

aimeos wrote: 06 May 2019, 16:58 Aimeos 2019.04 supports SEO friendly URLs out of the box :-)
Can you please provide the documentation link for SEO friendly URLs?
by Harpal Singh
29 Oct 2019, 10:22
Forum: Laravel package
Topic: Catalog filter
Replies: 3
Views: 1367

Re: Catalog filter

Code: Select all

../list?f_attrid[0]=332&f_name=abc&f_catid=279
In the above URL I want to change query string from array to string because URL does not look pretty with array-like: `f_attrid[0]=332`.

Thanks
by Harpal Singh
22 Oct 2019, 10:51
Forum: Laravel package
Topic: Catalog filter
Replies: 3
Views: 1367

Catalog filter

Is it possible to write my own routes/urls for search or other filters.
Rather than

Code: Select all

../list?f_attrid[0]=332&f_name=abc&f_catid=279
I want to create a URL like

Code: Select all

list?company_id=332&cat_name=lanyards&cat_id=279
by Harpal Singh
22 Oct 2019, 10:07
Forum: Laravel package
Topic: Upgrade version from 2018.04 to 2019.04
Replies: 3
Views: 1482

Re: Upgrade version from 2018.04 to 2019.04

I have updated now to 2019.10 v, but now I am getting following ecxception.

Code: Select all

Class 'Aimeos\MW\Session\Base' not found
by Harpal Singh
21 Oct 2019, 12:47
Forum: Laravel package
Topic: Upgrade version from 2018.04 to 2019.04
Replies: 3
Views: 1482

Upgrade version from 2018.04 to 2019.04

Is it possible to upgrade current version to 2019.04? I have updated my app`s existing version(2018.04) to 2019.04 but my app stopped working. What should I do? I shows the following exception in `/vendor/aimeos/aimeos-laravel/src/Aimeos/Shop/Controller/CatalogController.php` ErrorException (E_WARNI...
by Harpal Singh
02 Jul 2019, 09:54
Forum: Laravel package
Topic: Email Templates looks different for different email clients.
Replies: 4
Views: 1569

Re: Email Templates looks different for different email clie

How can I debug email template without firing email?
by Harpal Singh
02 Jul 2019, 09:50
Forum: Laravel package
Topic: Email Templates looks different for different email clients.
Replies: 4
Views: 1569

Re: Email Templates looks different for different email clie

aimeos wrote:The upcoming 2019.07 release uses MJML to offer responsive e-mails that look similar in all e-mail clients
OK Thanks

But can you suggest any other way for the time being now?
by Harpal Singh
02 Jul 2019, 07:32
Forum: Laravel package
Topic: Email Templates looks different for different email clients.
Replies: 4
Views: 1569

Email Templates looks different for different email clients.

I was testing order emails and getting some css related issues. I have also checked that email.css is included in the template. But same email looks differently in gmail and another email client. screenshot-www.mailinator.com-2019.07.02-12-50-24.png In gmail it looks like below and I want this forma...
by Harpal Singh
02 Jul 2019, 07:10
Forum: Laravel package
Topic: Site becomes very slow
Replies: 6
Views: 2290

Re: Site becomes very slow

Hi, Kindly find below the reasons cause website slow : - Check your folder size on the server It shouldn't be more than 1.5MB. - Check and optimize all the images and videos. - Check JavaScript, Is that Delaying in Page Loading? - Use CDN files. - If you're using WordPress, too many plugins can als...