Search found 12 matches
- 17 May 2024, 17:26
- Forum: Laravel package
- Topic: Get Product By Code
- Replies: 1
- Views: 13124
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?
- 08 May 2024, 18:01
- Forum: Laravel package
- Topic: SQLSRV configuration.
- Replies: 3
- Views: 27686
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.
- 08 May 2024, 14:23
- Forum: Laravel package
- Topic: SQLSRV configuration.
- Replies: 3
- Views: 27686
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.
- 01 May 2024, 14:10
- Forum: Laravel package
- Topic: Image not changing with Variant Selection
- Replies: 5
- Views: 46234
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.
I will say yes It is working. As it worked for my script, it will work for ai-woocommerce as well.
- 30 Apr 2024, 15:12
- Forum: Laravel package
- Topic: Image not changing with Variant Selection
- Replies: 5
- Views: 46234
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 acquired, I ...
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 acquired, I ...
- 29 Apr 2024, 17:01
- Forum: Laravel package
- Topic: Image not changing with Variant Selection
- Replies: 5
- Views: 46234
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 ...
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 ...
- 27 Apr 2024, 14:09
- Forum: Laravel package
- Topic: A non-recoverable error occured
- Replies: 3
- Views: 37873
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.
- 26 Apr 2024, 22:02
- Forum: Laravel package
- Topic: A non-recoverable error occured
- Replies: 3
- Views: 37873
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.
- 26 Apr 2024, 18:05
- Forum: Laravel package
- Topic: A non-recoverable error occured
- Replies: 3
- Views: 37873
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 conversion
#0 ...
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 conversion
#0 ...
- 25 Apr 2024, 13:31
- Forum: Laravel package
- Topic: Fresh Setup
- Replies: 2
- Views: 83745
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 ...
I made modifications in the 'config/shop' file as per extension docs.
'resource' => [
'db-woocommerce' => [
'adapter' => 'mysql',
'host' => '127.0.0.1 ...