Pre-sales questions about Usergroup Discount Add-on

09.10.2021 14:16
#1
JoomshoppingUK
Joomshopping forum user no avatar
Name: Nige
05.08.2021
Posts: 19
Quote
Pre-sales questions about Usergroup Discount Add-on

I have a pre-sales question about this add-on;
https://www.webdesigner-profi.de/joomla-webdesign/shop/addons/usergroup-discount-for-category.html

Am I able to add different discounts to sub categories under the main category as your image shows the main category discount only?

Thank you
Pre-sales questions about Usergroup Discount Add-on

 
09.10.2021 14:58
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25930
Quote
Aw: Pre-sales questions about Usergroup Discount Add-on

Yes.

 
09.10.2021 17:25
#3
JoomshoppingUK
Joomshopping forum user no avatar
Name: Nige
05.08.2021
Posts: 19
Quote
Aw: Pre-sales questions about Usergroup Discount Add-on

Thanks, I purchased this and it works OK.

However, now all my sub categories have only 1 product (so I can control the discount amount).

I would like to show all my new sub categories in a single category (to save the user having to make an extra click.

Is this possible without having to purchase another add-on as this should be part of the discount for categories add-on?

Thank you.

 
09.10.2021 18:32
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25930
Quote
Aw: Pre-sales questions about Usergroup Discount Add-on

Set product category and subcategory

 
09.10.2021 22:15
#5
JoomshoppingUK
Joomshopping forum user no avatar
Name: Nige
05.08.2021
Posts: 19
Quote
Aw: Pre-sales questions about Usergroup Discount Add-on

I don't understand what you mean by that?

 
09.10.2021 23:10
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25930
Quote
Aw: Pre-sales questions about Usergroup Discount Add-on

category and subcategory
Aw: Pre-sales questions about Usergroup Discount Add-on

 
12.10.2021 09:19
#7
JoomshoppingUK
Joomshopping forum user no avatar
Name: Nige
05.08.2021
Posts: 19
Quote
Aw: Pre-sales questions about Usergroup Discount Add-on

Thank you. I have added both categories, but it still shows the sub category in the list. I can remove that but it then removes the discount! Is there any way around this?

 
12.10.2021 09:31
#8
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25930
Quote
Aw: Pre-sales questions about Usergroup Discount Add-on

Hide in template.

components\com_jshopping\templates\default\category\category_default.php

Delete:

<div class="jshop_list_category">
<?php if (count($this->categories)) : ?>
<div class = "jshop list_category">
<?php foreach($this->categories as $k=>$category) : ?>

<?php if ($k % $this->count_category_to_row == 0) : ?>
<div class = "row-fluid">
<?php endif; ?>

<div class = "sblock<?php echo $this->count_category_to_row;?> jshop_categ category">
<div class = "sblock2 image">
<a href = "<?php print $category->category_link;?>">
<img class="jshop_img" src="<?php print $this->image_category_path;?>/<?php if ($category->category_image) print $category->category_image; else print $this->noimage;?>" alt="<?php print htmlspecialchars($category->name)?>" title="<?php print htmlspecialchars($category->name)?>" />
</a>
</div>
<div class = "sblock2">
<div class="category_name">
<a class = "product_link" href = "<?php print $category->category_link?>">
<?php print $category->name?>
</a>
</div>
<p class = "category_short_description">
<?php print $category->short_description?>
</p>
</div>
</div>

<?php if ($k % $this->count_category_to_row == $this->count_category_to_row - 1) : ?>
<div class = "clearfix"></div>
</div>
<?php endif; ?>

<?php endforeach; ?>

<?php if ($k % $this->count_category_to_row != $this->count_category_to_row - 1) : ?>
<div class = "clearfix"></div>
</div>
<?php endif; ?>

</div>
<?php endif; ?>
</div>

 
12.10.2021 09:52
#9
JoomshoppingUK
Joomshopping forum user no avatar
Name: Nige
05.08.2021
Posts: 19
Quote
Aw: Pre-sales questions about Usergroup Discount Add-on

Thank you.

 


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.