Best way to work with product bundles?

21.12.2022 10:48
#1
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 691
Quote
Best way to work with product bundles?

Hey
This a bit of a strategic question:
I have some products that come either on their own or you can buy them in a bundle with some accessories. So far, I have made two products, one of the product and one of the bundle. Works great, but I have to keep the inventory for two products, when the product is sold out, I need to change the amount in the bundle manually or vice versa. On the other hand, I can feature the bundles in a special category in the shop.
I was wondering if there is a better way though, maybe use attributes? So that when somebody buys the product, the number of bundles also goes down?
Here are examples of the way it is set up now:
https://www.bodhran-info.de/en/bodhrans/coreline are the products and all of them can be combined in the bundle https://www.bodhran-info.de/en/shop/coreline/starter
or another product/bundle page:
https://www.bodhran-info.de/en/bodhrans/rwe
Any ideas or suggestions?
Thanks
Rolf

 
21.12.2022 15:09
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25932
Quote
Aw: Best way to work with product bundles?

See addon
https://www.webdesigner-profi.de/joomla-webdesign/shop/addons/set-of-product.html

 
27.12.2022 11:26
#3
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 691
Quote
Aw: Best way to work with product bundles?

Thanks
This is looking very good!
Will check it out!
Cheers
Rolf

 
29.12.2022 10:21
#4
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 691
Quote
Aw: Best way to work with product bundles?

Hey
Okay, so I bought the extension (twice accidentally, since at the first time, your shop said the payment didn't go through, but it did go through and I only realized after I have paid another time, asked for a refund already).
Now, how can one design the output? I would like to get rid of the short description (red arrow), the saving only on the top of the product (green arrow) and edit the button so that it looks the same as the rest of the buttons in my shop. Also, can I change "buy complect" to "buy bundle"?

Aw: Best way to work with product bundles?


Also, right now it is below "related products" but I would like it straight under the product, above related products.
Thanks
Rolf


Last change: 29.12.2022 10:23
 
29.12.2022 17:54
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25932
Quote
Aw: Best way to work with product bundles?

1. 2 order - You can change to another addon.
2. description
components\com_jshopping\templates\addons\complect_product\product.php
delete code:
<div class="description">
<?php print $product->short_description?>
</div>

3. saving only on the top of the product (green arrow)
Product / edit / Complect
Disable checkbox: Show discount

4. Change translation
components\com_jshopping\lang\addon_complect_product\...

5. Positon change:

plugins\jshoppingproducts\complect_product\complect_product.php

Change:
$view->_tmp_product_html_end .= $cview->loadTemplate();
To:
$view->_tmp_product_html_before_review .= $cview->loadTemplate();


Last change: 29.12.2022 18:14
 
29.12.2022 23:52
#6
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 691
Quote
Aw: Best way to work with product bundles?

Hey
Thanks. I‘ll try next year.
I would appreciate a refund for the double payment, as I don’t need another add on now.
Thanks
Rolf

 
30.12.2022 09:56
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25932
Quote
Aw: Best way to work with product bundles?

Use kontakt
https://www.webdesigner-profi.de/kontaktformular

 
30.12.2022 11:27
#8
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 691
Quote
Aw: Best way to work with product bundles?

Hey
I already contacted marketing@maxx-marketing.net. But can try the contact form. Also, I only got one invoice...
Cheers
Rolf

 
30.12.2022 11:45
#9
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25932
Quote
Aw: Best way to work with product bundles?

Forum for addon support.
I can't help you with a refund.
Use kontakt (send order number ...).


Last change: 30.12.2022 11:46
 
30.12.2022 11:55
#10
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 691
Quote
Aw: Best way to work with product bundles?

Hey
Sure, I have already sent everything to the email address and now through the contact form.
Back to add on support:
If I make all these changes, will they survive an update of Joomshopping or the complect add-on?
Thanks
Rolf

 
30.12.2022 12:26
#11
spike77
Joomshopping forum user no avatar
Name: Manfred
30.04.2015
Posts: 706
Quote
Aw: Best way to work with product bundles?

Hey Rolf,

Joomshopping YES, addon update NO.

It´s always the same: Make a backup before you make any updates and make notes of what has changed in the files. then everything will be fine :)

Best regards, Manfred

 
30.12.2022 17:14
#12
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 691
Quote
Aw: Best way to work with product bundles?

Hey
Thanks...a bit of a pain :-)
Cheers
Rolf

 
17.04.2023 19:02
#13
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 691
Quote
Aw: Best way to work with product bundles?

Hey
I started to look into this again. Is it possible to show all bundles (complect products) under one menu entry? I have it like this right now:
https://www.bodhran-info.de/en/bodhrans/bundles
Can I do the same with complect product?
Thanks
Rolf

 
17.04.2023 20:40
#14
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25932
Quote
Aw: Best way to work with product bundles?

See
https://www.webdesigner-profi.de/joomla-webdesign/shop/addons/complect.html

 
18.04.2023 08:12
#15
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 691
Quote
Aw: Best way to work with product bundles?

Thanks!
Ah this might be the better option then, I guess? Is the stock taken off the original product as well if sold as a complect?
Thanks
Rolf

 
18.04.2023 11:14
#16
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25932
Quote
Aw: Best way to work with product bundles?

Yes.

 
18.04.2023 13:20
#17
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 691
Quote
Aw: Best way to work with product bundles?

Great!
Will buy and try. Does it work with
https://www.webdesigner-profi.de/joomla-webdesign/shop/addons/set-of-product.html?lang=de ?
Or should I uninstall set of product first?
Cheers
Rolf

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.