Multi product option

  • Posts: 61
  • Thank you received: 1
8 years 6 months ago #257546

-- url of the page with the problem -- : le-mu.com
-- HikaShop version -- : latest
-- Joomla version -- : latest
-- PHP version -- : 5.6
-- Browser(s) name and version -- : any
-- Error-message(debug-mod must be tuned on) -- : no error

Hi, we are developing a clothing site and have been asked to create an Outfit of the Month option (probably 3 items in one product).

So far we have looked at one main product then adding the others as options, which works to a point, however this is somewhat confusing and also means you can't choose just the options if the customer didn't want the main product part of the outfit.

Is there a way to have the main product as the complete outfit which can't be added to the cart, with the product options being the individual items that can be so the customer can choose as much or as little of the outfit as they require.

See it here...

Or is there a better way..?

Cheers

Mike

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

  • Posts: 61
  • Thank you received: 1
8 years 6 months ago #257592

Hi, I guess there is a better way, completely overlooked the product Tag Module which will almost certainly achieve what we require. Will test and post results.

Cheers

Mike

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

  • Posts: 4820
  • Thank you received: 654
  • MODERATOR
8 years 6 months ago #257591

Hello,

Not sure that will fit your needs, but maybe I have a suggestion, see this topic , quite close to your subject.
Second point, you have to duplicated your product, in order to only be use as option, so don't categorized their with your other products (categories => won't display them), add a variant in your product like this :



Be aware that you must authorized free product in your cart, in order to avoid error message.
In Components => HikaShop => Configuration, in Main tab and Product part, switch on "Display 'add to cart' button for free products".

And use the custom code like in the topic, here .
Hope this will help you.

Regards

Attachments:
Last edit: 8 years 6 months ago by Philip.
The following user(s) said Thank You: miwhel

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

  • Posts: 61
  • Thank you received: 1
8 years 6 months ago #257622

Thanks, lots of great info here, however with the add to cart button on for free products buyers will be able buy without choosing a size and this could become troublesome...

Is there a way to have the Free Cart button on only specific categories or products?

Mike

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

  • Posts: 83993
  • Thank you received: 13605
  • MODERATOR
8 years 6 months ago #257625

Hi,

There is no option for that.
It would require modifying the code:

$showFree = ($this->config->get('display_add_to_wishlist_for_free_products', 1) || (!$this->config->get('display_add_to_wishlist_for_free_products', 1) && !empty($this->row->prices) && $this->row->prices[0]->price_value != '0'));
in the file "quantity" of the view Display>Views in order to display or not the add to cart button for free products based on your needs.

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

Time to create page: 0.064 seconds
Powered by Kunena Forum