Discount per user group

  • Posts: 38
  • Thank you received: 1
13 years 5 days ago #30102

Hello,

I have 5 user groups set up (Joomla 1.7).

I want to apply a discount automatically to each group, rather than have to manually set up prices for each group.

For example, if a client is in group 1, they automatically see the prices reduced by 10%. Group 2, by 20% etc.

At the moment, I have started manually entering 5 different prices for all products and assigning them to their respective groups. With 100 products that means 500 prices to enter, and if I want to change a percentage discount I will have to go through them all over again.

Hopefully there is a smarter way around this.

Thanks,

Michael A.

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

  • Posts: 82822
  • Thank you received: 13369
  • MODERATOR
13 years 4 days ago #30139

Hi,

When you create a discount via the menu System->Discount, you can also restrict it by user group. So you can just use that.

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

  • Posts: 38
  • Thank you received: 1
12 years 6 months ago #49062

Not true, This would not achieve the desired result.

"if a client is in group 1, they automatically see the prices reduced by 10%. Group 2, by 20% etc."

This is not going to happen with your current discount options. They require the user to enter a code at checkout and then the prices are adjusted. Where as we need the price showing for each product to already be showing as the discounted amount for each user depending on their user group. This should not be difficult, there needs to be a feature that allows you to tie in a discount percentage to user groups. It should also have the option to show original RRP crossed out to show value. There are other shop solutions out there that do this, if your product did this it would be perfect for me.
Any modification suggestions to get me by?

Michael A.

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

  • Posts: 38
  • Thank you received: 1
12 years 6 months ago #49064

My mistake, when these discounts are applied to a user group they are automatically applied instantly and they affect the front end prices. Fantastic!

The only thing I need to figure out how to do with these now (and it is related) is to change the misleading wording.
Currently, when a 50% discount is applied, the price is followed by "-50%"
eg:
AUD $50.00 -50%

This $50 price is already reduced, however some may read it as $50 minus 50% and expect a $25 item.

Where is the code for this?
I want to change it to AUD $50.00 after 50% discount.
Thanks,

Michael A.

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

  • Posts: 179
  • Thank you received: 17
12 years 6 months ago #49096

Hi There

Just go into Hikashop - Configuration - Languages - select the language to change symbol

You will see the original code and a override box below it. Dont modify the original code ever, as this gets written over on upgrades :)

Copy the below code : (its in the original code) and paste it in the override box.
PRICE_DISCOUNT_START=""
PRICE_DISCOUNT_END=""

and modify it to the below :

PRICE_DISCOUNT_START="after "
PRICE_DISCOUNT_END=" discount"

Save it. You now have the text infront and after the discount amount.

Hope that helps.

Last edit: 12 years 6 months ago by rikatos.
The following user(s) said Thank You: nicolas, doitsolutions

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

  • Posts: 82822
  • Thank you received: 13369
  • MODERATOR
12 years 6 months ago #49189

There are two things in HikaShop: Discounts and Coupons.
Discounts apply directly on the price of products.
Coupons apply to the cart only after the user enters the coupon code in the checkout.

You can change also whether it displays the price before/after discount, or the discount % with the "show discounted prices" in the Display tab of the configuration and in the hikashop options of each one of your products listing menus/modules (via the menu Display->Content menus/modules).

For further price display modifications, you can edit the file "listing_price" of the view "product" via the menu Display->Views. You'll find several threads already talking about that on our forum.

The following user(s) said Thank You: doitsolutions

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

  • Posts: 38
  • Thank you received: 1
12 years 6 months ago #50017

Thanks, I have made the changes necessary now. I noticed that the original price (crossed out) shows after the discounted price. I can change this for the item view from the "listing_price" file but which file do I need to edit to change how it looks on the Shopping Cart module? I also need the cart to say "per unit for buying at least..." in the cart for quantity based prices. This shows in the item view just fine, I assume there is a file I need ot change for the cart.
Thanks again for all your help, this is such a great system!

Michael A.

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

  • Posts: 82822
  • Thank you received: 13369
  • MODERATOR
12 years 6 months ago #50068

The cart module display can be changed by editing the file "cart" of the view "product" via the menu Display->Views.

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

Time to create page: 0.079 seconds
Powered by Kunena Forum