need extra price for products

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
sumit kaushik
Posts: 30
Joined: 08 Aug 2017, 07:20

need extra price for products

Post by sumit kaushik » 06 Oct 2017, 07:49

Hello,

I have rental website and want to add Security price for product. Could you please suggest me about the issue.

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: need extra price for products

Post by aimeos » 06 Oct 2017, 10:50

You should add an option (configurable) to your products. Such options can have their own price which is added to the product total when selected.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

sumit kaushik
Posts: 30
Joined: 08 Aug 2017, 07:20

Re: need extra price for products

Post by sumit kaushik » 06 Oct 2017, 12:07

But Security price will be equal to product price.

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: need extra price for products

Post by aimeos » 06 Oct 2017, 20:02

Just to make sure we aren't talking about different things: What is a "security price" in your context?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

sumit kaushik
Posts: 30
Joined: 08 Aug 2017, 07:20

Re: need extra price for products

Post by sumit kaushik » 08 Oct 2017, 05:16

For example if some one rents a furniture item from website then user has to pay some security amount for that product and it will be same as price of product.
On product page there will be rent price + security amount.

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: need extra price for products

Post by aimeos » 08 Oct 2017, 16:09

So the security price isn't optional.

You can change the "preselect" setting for this attribute so customers are not able to de-select it:
https://github.com/aimeos/ai-client-htm ... lt.php#L32

Alternatively, you can use the sum of both prices as product price and add a new price type (e.g. rental price) that is shown in the product detail and list views. Explain in the text that customers will have to pay a security price that is automatically added to the basket (in fact the real product price) and it will be charged back when they return the furniture.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply