Search found 8147 matches

by aimeos
28 Aug 2024, 06:24
Forum: Help
Topic: How to handle products with many sizes?
Replies: 7
Views: 1829

Re: How to handle products with many sizes?

Yes, but you can't add them in the variants tab. Go to the detail view of each variant product and add the stock levels there after you've created the stock types for the warehouses you need.
by aimeos
28 Aug 2024, 06:23
Forum: Help
Topic: How to handle Product with many prices
Replies: 3
Views: 829

Re: How to handle Product with many prices

Thank you for your response. I am currently using a JSON API for my website and Is it okay to create a new endpoint for the products to calculate the price specifically the previous price? That would be over-engineered. Calculate the previous price in your client JS code by adding value and rebate....
by aimeos
27 Aug 2024, 20:06
Forum: Help
Topic: How to handle Product with many prices
Replies: 3
Views: 829

Re: How to handle Product with many prices

Use the fields in the default price type: - value: current price - rebate: reduction to previous price The previous price can be calculated by summing up value and rebate. What is the difference between the current price and discounted price? Add the customer price as another price item for the prod...
by aimeos
27 Aug 2024, 20:01
Forum: Laravel package
Topic: checkout subpart(signature)
Replies: 1
Views: 488

Re: checkout subpart(signature)

You need a subpart for the Checkout/Standard HTML client too which uses your template to display the values and handles the data sent by the form POST:
https://aimeos.org/docs/latest/frontend ... kout-steps
by aimeos
27 Aug 2024, 19:57
Forum: Laravel package
Topic: Adding products to bulk basket
Replies: 3
Views: 872

Re: Adding products to bulk basket

Most likely, your product has to category assigned:
https://github.com/aimeos/ai-controller ... ry.php#L54
by aimeos
27 Aug 2024, 19:55
Forum: Laravel package
Topic: Change product custom atttribute value in basket
Replies: 2
Views: 735

Re: Change product custom atttribute value in basket

Only if you delete the product and add it again. Otherwise, only quantity updates are possible.
by aimeos
27 Aug 2024, 19:54
Forum: Help
Topic: Set a custom price for a product when added to cart
Replies: 9
Views: 1353

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

Hard to say. The price of all products could only change if you set it for all products or if the price item is the same object (which can not be the case here).
by aimeos
24 Aug 2024, 15:16
Forum: Laravel package
Topic: Adding products to bulk basket
Replies: 3
Views: 872

Re: Adding products to bulk basket

Use the addProduct() method of the basket controller to add one product to the basket:
https://github.com/aimeos/ai-controller ... hp#L78-L92

Use a loop over the required product parameters to add several products in our own controller.
by aimeos
24 Aug 2024, 15:11
Forum: Help
Topic: "Sort by" Section Disappears When Selecting "Price"
Replies: 3
Views: 943

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

Enable debug logging and check the conditions in the SQL statement:
https://aimeos.org/docs/2024.x/config/m ... /#loglevel
by aimeos
24 Aug 2024, 15:10
Forum: Help
Topic: Price
Replies: 9
Views: 1666

Re: Price

You can add the purchase and marketer price with a different price type but that will be visible for vendors as they are inherited also to vendor sites. It's possible to set a different aggregation/inheritance for the price domain (mshop/price/manager/sitemode config key, like mshop/locale/manager/s...