Search found 5 matches

by RyadShaker
04 Jul 2023, 14:37
Forum: Help
Topic: table mshop_index_price empty
Replies: 4
Views: 4165

Re: table mshop_index_price empty

aimeos wrote: 04 Jul 2023, 14:29 Only for saving the product item, please!
Thank you very much
by RyadShaker
04 Jul 2023, 14:05
Forum: Help
Topic: table mshop_index_price empty
Replies: 4
Views: 4165

Re: table mshop_index_price empty

aimeos wrote: 04 Jul 2023, 11:30 Use the index manager instead of the product manager to save products. Then, they will be also added to the index tables automatically.
It gives me this error
Called unknown macro "createListItem" on class "Aimeos\MShop\Index\Manager\MySQL"
by RyadShaker
02 Jul 2023, 12:46
Forum: Help
Topic: table mshop_index_price empty
Replies: 4
Views: 4165

table mshop_index_price empty

Aimeos version 2023 PHP version 8 environment (Win) I use the manager to add products with prices and when I add the product via cron The table named mshop_index_price remains empty my code $context= $this->context(); $manager = \Aimeos\MShop::create( $context, "product" ); $item = $manage...
by RyadShaker
21 May 2023, 08:59
Forum: Help
Topic: I want to import JSON links and save to the database, and how to make my own controller
Replies: 3
Views: 2173

Re: I want to import JSON links and save to the database, and how to make my own controller

I have a store. I want to export products from my store as JSON and import them into aimeos
by RyadShaker
20 May 2023, 16:07
Forum: Help
Topic: I want to import JSON links and save to the database, and how to make my own controller
Replies: 3
Views: 2173

I want to import JSON links and save to the database, and how to make my own controller

environment (Win)
PHP version 8.0
I want to import JSON links and save to the database, and how to make my own controller