BV Commerce Forum
»
BV Commerce Support
»
How Do I? Questions
»
Discounts on a certain product for a specific person
Rank: Member
Joined: 6/24/2009(UTC) Posts: 15
|
Is there a way to make a person, or group of people to have a different price for a specific item, or group of items, but not to the entire store?
I have thought about using price groups and property types, and i can get on of the requirements i need but not both...Is there even a way to do this?
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Not out of the box, no. You could add this functionality to the store, of course. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 6/24/2009(UTC) Posts: 15
|
Would it be an easy modification?
I am also trying to get the mini cart to disappear when a user is not logged in, is there a easy way to do that?
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
There are several ways you could tackle the pricing issue. For a developer it shouldn't be difficult in terms of complexity, but it will definitely take some time to implement. Hiding the mini cart if a user is not logged in is pretty simple. Just add this snippet of code to the Pre_Render method of the /Controls/CartTotals.ascx.vb file. Note that I did not test this code. Code: If Not SessionManager.IsUserAuthenticated Then Me.Visible = False End If
|
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 6/24/2009(UTC) Posts: 15
|
Would you mind giving me an idea on what i could do in order to get the pricing to work in this way?
That gets rid of the totals, but i am trying to get rid of the entire image as well so that it is not visible at all without being logged in.
Thanks again
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Originally Posted by: "jkrulewi" Would you mind giving me an idea on what i could do in order to get the pricing to work in this way? I don't mean to sound condescending, but if you do not know where to start, this customization is probably too involved for you to tackle. You will most likely need to change the core objects, database tables and stored procedures to make this work. Originally Posted by: "jkrulewi" That gets rid of the totals, but i am trying to get rid of the entire image as well so that it is not visible at all without being logged in. I'm not sure how your store is put together, but it sounds like you may need to move the code that's rendering the image into this control. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 6/24/2009(UTC) Posts: 15
|
ok, maybe when i get more savvy with this system i will try again.
i have really only changed asthetics on this store so far, so i will go look for where the img is rendered
thanks again
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.