Search found 19 matches

by antoniosequeira66
03 May 2024, 13:46
Forum: Help
Topic: Livewire
Replies: 1
Views: 155

Re: Livewire

Hi, Got it :P but don't know how to solve it: :( I have my own theme and my detail.blade.php has this @section('aimeos_body') <?= $aibody['catalog/detail'] ?? '' ?> <?= $aibody['cms/page'] ?? '' ?> @stop when $aibody['catalog/detail'] is set up, the livewire is not rended. any ideas? I would like to...
by antoniosequeira66
03 May 2024, 08:58
Forum: Help
Topic: Livewire
Replies: 1
Views: 155

Livewire

Hi team mates,

I'm trying to add livewire to aimeos to add some tweeks.

I did and it works for some parts of the page but not for product body template.
I suspect some compatibility problem between livewire version 3 and aimeos.

Anyone has some idea?
Appreciate.

Regards
A.
by antoniosequeira66
02 May 2024, 08:44
Forum: Help
Topic: Bulk photo import and automatic product creation
Replies: 13
Views: 4050

Re: Bulk photo import and automatic product creation

Hi, did you activate logs? 'log' => [ 'manager' => [ 'loglevel' => 7, // Enable debug logging into madmin_log table ], ], do that, repeat process and check Log option in menu. is your location correct? location is a relative path Laravel: ./storage/import/product/<sitecode>/ default <sitecode> is &q...
by antoniosequeira66
29 Apr 2024, 22:29
Forum: Laravel package
Topic: CMS pages
Replies: 8
Views: 8969

Re: CMS pages

Perfect.

thank you
A.
by antoniosequeira66
28 Apr 2024, 22:52
Forum: Help
Topic: datasets
Replies: 3
Views: 1097

Re: datasets

Hello, first of all I try the examples from docs https://aimeos.org/docs/2024.x/config/admin-jqadm/dataset/#product with T-Shirt and Books. I see the dataset when adding a new product but nothing changes. I'm developing a chocolate gift project where I have several custom type of products like a cho...
by antoniosequeira66
27 Apr 2024, 13:17
Forum: Laravel package
Topic: CMS pages
Replies: 8
Views: 8969

Re: CMS pages

Hello, I think we still have some problems with these cms pages. 1. when adding a option/value pair (advanced), we can't delete it anymore. 2. when adding a CategoryList component, category list is empty 3. checking db mshop_text I have a column label with content for default homepage. where can we ...
by antoniosequeira66
27 Apr 2024, 10:15
Forum: Help
Topic: datasets
Replies: 3
Views: 1097

datasets

Hello all, is anyone working with these datasets: https://aimeos.org/docs/2024.x/config/admin-jqadm/dataset/ I've set up a simple dataset in my shop.php config file, I see the dataset select box when i'm creating a new product but nothing else happens. I can't find more documentation than this: http...
by antoniosequeira66
26 Apr 2024, 19:05
Forum: Help
Topic: Bulk photo import and automatic product creation
Replies: 13
Views: 4050

Re: Bulk photo import and automatic product creation

Sorry I don't understand what you mean. you want to "import just by inserting photos" - Inserting photos where? this can be done just by dropping the photo in a specific folder with a script to create the csv when a photo is detected and a job to import / create the product executed with a...
by antoniosequeira66
26 Apr 2024, 00:42
Forum: Help
Topic: Bulk photo import and automatic product creation
Replies: 13
Views: 4050

Re: Bulk photo import and automatic product creation

Hi,

first you need to create a csv file (easiest way) with your product information based on your images
then you need to add the import structure to your shop.php config file
then run the cron job

I did it today for 2000 products and all went well
contact me for further help if needed.
A.
by antoniosequeira66
24 Apr 2024, 13:25
Forum: Help
Topic: Product tags
Replies: 3
Views: 4853

Re: Product tags

Hello All,

is there any updates on this issue?

I see Types -> Tags with Catalog and Products but can't find documentation how to use it.

Thanks in advance