Page 1 of 1

need extra price for products

Posted: 06 Oct 2017, 07:49
by sumit kaushik
Hello,

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

Re: need extra price for products

Posted: 06 Oct 2017, 10:50
by aimeos
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.

Re: need extra price for products

Posted: 06 Oct 2017, 12:07
by sumit kaushik
But Security price will be equal to product price.

Re: need extra price for products

Posted: 06 Oct 2017, 20:02
by aimeos
Just to make sure we aren't talking about different things: What is a "security price" in your context?

Re: need extra price for products

Posted: 08 Oct 2017, 05:16
by sumit kaushik
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.

Re: need extra price for products

Posted: 08 Oct 2017, 16:09
by aimeos
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.