Search found 8144 matches

by aimeos
22 Aug 2024, 10:21
Forum: Laravel package
Topic: Unable to add/save custom columns for catalog
Replies: 3
Views: 734

Re: Unable to add/save custom columns for catalog

The the easy way by creating a decorator for the catalog manager:
https://aimeos.org/docs/2024.x/models/e ... /#easy-way

The custom way works too but you have to extend the catalog standard manager class and overwrite the methods you need (updateUsage() for example).
by aimeos
22 Aug 2024, 10:15
Forum: Laravel package
Topic: Email Job Errors
Replies: 1
Views: 563

Re: Email Job Errors

You can enable debug logging: https://github.com/aimeos/aimeos-larave ... p.php#L171
Or you can add a few debug statements on your own in the job controller: https://github.com/aimeos/ai-controller ... andard.php
by aimeos
22 Aug 2024, 10:13
Forum: Help
Topic: "Sort by" Section Disappears When Selecting "Price"
Replies: 3
Views: 893

Re: "Sort by" Section Disappears When Selecting "Price"

If no products for the selected currency are found, then no products are returned and the total count is 0. This also removes the pagination including the sort options: https://github.com/aimeos/ai-client-htm ... #L147-L158
by aimeos
21 Aug 2024, 12:01
Forum: Help
Topic: Product tags
Replies: 11
Views: 62655

Re: Product tags

Yes, if the tags are referenced by the products via the mshop_product_list table.
by aimeos
21 Aug 2024, 12:00
Forum: Help
Topic: How to handle products with many sizes?
Replies: 7
Views: 1727

Re: How to handle products with many sizes?

Create a selection product with six variant articles and assign each variant article another size attribute.
by aimeos
21 Aug 2024, 11:58
Forum: Help
Topic: Set a custom price for a product when added to cart
Replies: 9
Views: 1305

Re: Set a custom price for a product when added to cart

Update the price only for the order product contained in $value and don't loop over all order products
by aimeos
21 Aug 2024, 11:56
Forum: Help
Topic: Price
Replies: 9
Views: 1607

Re: Price

Just for understanding:
1.) The costs price is the price you purchase the product from the manufacturer
2.) The marketer price is the price you sell the product to the vendors
3.) The default price is the price a vendor can offer the product on the marketplace
by aimeos
20 Aug 2024, 13:01
Forum: Help
Topic: Price
Replies: 9
Views: 1607

Re: Price

But in this case the vendor can see my cost price and I don't want that,on the other hand if I added a price for vendor 2, vendor 1 will see vendor 2's price What is this "cost" price for? Vendor 2 won't see the price of vendor 1 and vice versa if they add their prices only at their vendo...
by aimeos
20 Aug 2024, 11:46
Forum: Help
Topic: Set a custom price for a product when added to cart
Replies: 9
Views: 1305

Re: Set a custom price for a product when added to cart

In that case, the basket plugin is the only option. You have to calculate the price based on the attributes of each product.
Also, don't mix Laravel and Aimeos code in basket plugins. You can configure the product code the plugin should use in the plugin config itself.
by aimeos
20 Aug 2024, 11:40
Forum: Help
Topic: Price
Replies: 9
Views: 1607

Re: Price

Select the vendor site in the site selector at the top of the left navigation menu. Then, add the price to the product in the product detail panel.