Search found 8470 matches
- 17 Feb 2025, 10:52
- Forum: Help
- Topic: How to create individual seller's page (at sitelevel = 3)
- Replies: 2
- Views: 169
Re: How to create individual seller's page (at sitelevel = 3)
The URL with the seller code in it is correct. Categories and all products you've imported directly at the marketplace level are inherited, so only import products in the vendor sites.
- 17 Feb 2025, 10:49
- Forum: Help
- Topic: How to start index of importing items? (Elasticsearch)
- Replies: 2
- Views: 246
Re: How to start index of importing items? (Elasticsearch)
I made my first import of 20,000 items according to your instructions. After some minor adjustments, all 20,000 items were uploaded to the seller's website. After that, no products appear on the front site until I just log in to the product and save it. How did you import the products? Can you writ...
- 17 Feb 2025, 10:40
- Forum: Help
- Topic: Issue with Order Status Remaining "Unfinished" When Paying via Gift Cards (Total = 0)
- Replies: 1
- Views: 306
Re: Issue with Order Status Remaining "Unfinished" When Paying via Gift Cards (Total = 0)
The payment status depends on the payment service provider that is used in the order and you also need one if the total amount is 0.00. You can also create your own service provider for such scenarios:
https://aimeos.org/docs/latest/provider ... e/payment/
https://aimeos.org/docs/latest/provider ... e/payment/
- 17 Feb 2025, 10:37
- Forum: Help
- Topic: [SOLVED] How to create global (second) SKU?
- Replies: 1
- Views: 317
Re: How to create global (second) SKU?
The SKU itself in Aimeos may not be unique but in combination with the siteid it is for each vendor (or must be). The product ID is unique and that must be at the end of the product URL to uniquely identify products from all vendors (this is a configuration option to include the ID in the URL).
- 14 Feb 2025, 11:15
- Forum: Help
- Topic: [SOLVED] About "open_basedir"
- Replies: 3
- Views: 488
Re: About "open_basedir"
According to modern security requirements, the "open_basedir" parameter is active by default on most systems. In short, this option restricts the ability to work within a directory. It's a mistake to believe that open_basedir enhances security of PHP more than marginally. Instead, it's kn...
- 14 Feb 2025, 09:18
- Forum: Help
- Topic: [SOLVED] About "open_basedir"
- Replies: 3
- Views: 488
Re: About "open_basedir"
It's very problematic and may lead to Aimeos not working properly!
- 13 Feb 2025, 11:55
- Forum: Help
- Topic: Custom Gift Card Implementation Help
- Replies: 1
- Views: 539
Re: Custom Gift Card Implementation Help
There's already a CSV upload available in the backend:
https://aimeos.org/docs/latest/manual/c ... csv-upload
You can upload your codes there and they will be available for anyone who knows the code.
https://aimeos.org/docs/latest/manual/c ... csv-upload
You can upload your codes there and they will be available for anyone who knows the code.
- 13 Feb 2025, 11:11
- Forum: Help
- Topic: [SOLVED] How to install gigacommerce (Elasticsearch) at second server
- Replies: 13
- Views: 2960
Re: [SOLVED] How to install gigacommerce (Elasticsearch) at second server
Hosting allows to create an internal network infrastructure to combine two virtual servers (Aimeos + Elasticsearch) into a separate personal network. Only the Aimeos server will be connected to the Internet separately. Yes, that's best. Question number 1: as I understand it, I don't need to configu...
- 13 Feb 2025, 11:04
- Forum: Help
- Topic: [SOLVED] How to install gigacommerce (Elasticsearch) at second server
- Replies: 13
- Views: 2960
Re: How to install gigacommerce (Elasticsearch) at second server
Yes, ElasticSearch IDs are hashes.ЕвгенияСемихова(ИПСемиховаЕ.А.) wrote: ↑11 Feb 2025, 11:09 I think now work good, becouse new ID of items is very strange (at first look): like
Product 32-x9JQB5vAqH9S6BDfrShirts for women Default
- 13 Feb 2025, 11:01
- Forum: Laravel package
- Topic: switching logger to monolog
- Replies: 2
- Views: 582
Re: switching logger to monolog
You need to overwrite the addLogger() method in the "aimeos.context" service: - https://github.com/aimeos/aimeos-laravel/blob/master/src/ShopServiceProvider.php#L83-L85 - https://github.com/aimeos/aimeos-laravel/blob/master/src/Base/Context.php#L160-L165 There, you can add your Monolog log...