Search found 9 matches

by syedaliiftikhar
01 May 2024, 14:10
Forum: Laravel package
Topic: Image not changing with Variant Selection
Replies: 5
Views: 924

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: 924

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: 924

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: 1326

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: 1326

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: 1326

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...
by syedaliiftikhar
25 Apr 2024, 13:31
Forum: Laravel package
Topic: Fresh Setup
Replies: 2
Views: 2001

Re: Fresh Setup

The problem has been resolved by adjusting the configuration settings. I was migrating woocommerce data using your ai-woocommerce extension. I made modifications in the 'config/shop' file as per extension docs. 'resource' => [ 'db-woocommerce' => [ 'adapter' => 'mysql', 'host' => '127.0.0.1', 'port'...
by syedaliiftikhar
24 Apr 2024, 22:23
Forum: Laravel package
Topic: Fresh Setup
Replies: 2
Views: 2001

Fresh Setup

When I run php artisan aimeos:setup or php artisan aimeos:setup --option=setup/default/demo:1 It gives me following error: Migrating: vendor/aimeos/aimeos-core/setup/Customer.php Doctrine\DBAL\Exception\SyntaxErrorException An exception occurred while executing a query: SQLSTATE[42000]: Syntax error...
by syedaliiftikhar
19 Apr 2024, 23:04
Forum: Laravel package
Topic: I am unable to import test products using cronjobs, tried different settings.
Replies: 5
Views: 11936

Re: I am unable to import test products using cronjobs, tried different settings.

I'm also not able to import any product, no error is showing.
Followed the documentation and above suggestion as well but nothing worked for me

Laravel 11.4.0
Aimeos 2024.4
PHP 8.3.6
Ubuntu 20.04.3 LTS