Search found 13 matches

by syedaliiftikhar
20 May 2024, 20:51
Forum: Laravel package
Topic: Custom Command
Replies: 0
Views: 1

Custom Command

How can I create a custom command in your extension?

Like following
php artisan aimeos:custom


...
Laravel 11.4.0
Aimeos 2024.4
PHP 8.3.6
Ubuntu 20.04.3 LTS
by syedaliiftikhar
17 May 2024, 17:26
Forum: Laravel package
Topic: Get Product By Code
Replies: 1
Views: 1615

Get Product By Code

Is there a method to retrieve a product by its code directly? Similar to how we use the get() method to fetch by ID, is there a faster approach for fetching by product code?
by syedaliiftikhar
08 May 2024, 18:01
Forum: Laravel package
Topic: SQLSRV configuration.
Replies: 3
Views: 10426

Re: SQLSRV configuration.

I'm adding configuration in shop.php, but it's giving me an error regarding the SSL certificate. When I use the Laravel Facade DB to connect directly from database.php, it works fine, but when using the Aimeos config, it doesn't work.
by syedaliiftikhar
08 May 2024, 14:23
Forum: Laravel package
Topic: SQLSRV configuration.
Replies: 3
Views: 10426

SQLSRV configuration.

I'm trying to connect with sqlsrv. Could you provide guidance on the correct configuration pattern in config/shop.php? I'm encountering an issue with trust_server_certificate.
by syedaliiftikhar
01 May 2024, 14:10
Forum: Laravel package
Topic: Image not changing with Variant Selection
Replies: 5
Views: 18320

Re: Image not changing with Variant Selection

Actually I have customized that script for my own need. This code was missing and yesterday I figured that out.
I will say yes It is working. As it worked for my script, it will work for ai-woocommerce as well.
by syedaliiftikhar
30 Apr 2024, 15:12
Forum: Laravel package
Topic: Image not changing with Variant Selection
Replies: 5
Views: 18320

Re: Image not changing with Variant Selection

"The variant attributes need to be assigned to the uploaded images and the admin backend does that automatically. " Could you please provide further details or perhaps a demo video regarding the process you mentioned? I'm utilizing ai-woocommerce, so if it's not automatically being acquire...
by syedaliiftikhar
29 Apr 2024, 17:01
Forum: Laravel package
Topic: Image not changing with Variant Selection
Replies: 5
Views: 18320

Image not changing with Variant Selection

When I choose a variant, the corresponding image doesn't change. In my case variant attribute is color. Price is changing but image isn't. Additionally, I'd like to inquire whether a main product without an assigned image will automatically fetch the variant image or not? Laravel 11.4.0 Aimeos 2024....
by syedaliiftikhar
27 Apr 2024, 14:09
Forum: Laravel package
Topic: A non-recoverable error occured
Replies: 3
Views: 24523

Re: A non-recoverable error occured

The issue arose from modifications I made to the original ai-woocommerce extension for my custom project. For ai-woocommerce you don't require the fix.
by syedaliiftikhar
26 Apr 2024, 22:02
Forum: Laravel package
Topic: A non-recoverable error occured
Replies: 3
Views: 24523

Re: A non-recoverable error occured

It was fixed. It was because of missing attribute types & values in assigned variants. While migration attributes were not rightly mapped.
by syedaliiftikhar
26 Apr 2024, 18:05
Forum: Laravel package
Topic: A non-recoverable error occured
Replies: 3
Views: 24523

A non-recoverable error occured

Hi, while browsing categories and artcles I'm getting this error. "A non-recoverable error occured" I have migrated data from another project using ai-woo commerce with some modification. I'm getting following error logs in madmin. Could you suggest what can be wrong? Array to string conve...