How to create sets of products

  • Posts: 22
  • Thank you received: 0
11 years 2 months ago #118996

-- url of the page with the problem -- : www.todo-aerografia.org (site for testing)
-- HikaShop version -- : 2.2.0
-- Joomla version -- : 2.5.14
-- PHP version -- : 5.3.27
-- Browser(s) name and version -- : chrome
-- Error-message(debug-mod must be tuned on) -- : Error_message



Hello,

I'm trying to create sets of products as described hereunder:

set #1:
Obligatory products of the set:
product #1 (price: 73.55€)
product #2 (price: 61.98€)
Optional products of the set:
product #3 (price: 10€)
product #4 (price: 10€)

I have used OPTIONS to create the set but I have two issues I'm not able to solve:

1) I need to keep the obligatory products fixed (unchangeable) but with OPTIONS I can't do it.



2) The price of the set is shown as free (gratis) and I need to show the sum of the two obligatory products (135,53€)



Is there some way to do this?

Thanks in advance for your help

Walter

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 26151
  • Thank you received: 4027
  • MODERATOR
11 years 2 months ago #119070

Hi,

You can use options+variants in order to have some "fixed" options, like in our demo website
demo.hikashop.com/index.php?option=com_h...ow&Itemid=91&lang=en

About the product price. It does not include the price of the options. So if the product does not have a price, it will display this "free" price.
Do not forget to add the option in the HikaShop configuration in order to link the options with the product. Otherwise the user would be able to remove a "fixed" option from his cart.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 22
  • Thank you received: 0
11 years 2 months ago #119096

Hi Jerome,

The problem is that the price of the set can't be zero (free) and this is what shows in the products listing.

What I'm trying to get is a set of products composed by product A and product B, and the price to be shown in the products listing is the sum of A and B. Is there a way to do this?

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 2 months ago #119136

Hi,

By default we don't manage that. You will have to edit the view "product / listing_price" to get the options of the product, get the price of the options and add this price to the current product price (when the layout type is listing).

It require good php knowledges.

Another solution could be to duplicate the option products in another category, for example, "options" and set their prices to 0. Then change the default price of the set to the price of product A + product B.

Please Log in or Create an account to join the conversation.

Time to create page: 0.079 seconds
Powered by Kunena Forum