Rank: Member
Joined: 8/8/2007(UTC) Posts: 298
|
How or do these work together.
I have a product that sells for $56.00, buy 5 for $54.00, buy 10 for $52.00.
I set set up a customer as a dealer to recieve 20% off.
When that customer views the product they see the group pricing of 20% off $44.80. But when i add 5 of that product to the cart it shows at $54.00. Shouldn't ghe group pricing take priority, or did i miss something that keeps the volume discount from working with group pricing?
Confused. |
Dan |
|
|
|
Rank: Member
Joined: 4/10/2006(UTC) Posts: 462
|
There is a lot to be desired with the volume pricing that is built into bvc5. This post, http://forums.bvcommerce...t.aspx?f=88&m=48888, highlights another major shortcoming of the volume pricing system. The whole issue stems fromt he way the volume pricing system stores its "discounts". Despite the system having an enumeration of discounttype that seems to indicate that AmountOff and PercentageOff are available and therefore the "DiscountAmount" should correlate to the amount of the discount, it instead returns a fixed price that is the "final" price for the discount level. In others words, to use your example, going strictly from how the api appears to have been designed, $56 would be the product price, "Amount off" would be the discount type, and the discount amount would be $2 for 5 and $4 for 10. In actuality, when looking at the values of the variables, the enum is "correctly" amountoff, but the discountamount is $54 for 5 and $52 for 10. Then whenever volume pricing is calculated, they simply use the DiscountAmount for the product price, rather than a more appropriate calculation based on the true "Discount Amount". |
Netriplex Corporation<br /> |
|
|
|
Rank: Member
Joined: 8/8/2007(UTC) Posts: 298
|
So basically BV as it is now can't do Volume discount with price groups. |
Dan |
|
|
|
Rank: Member
Joined: 4/10/2006(UTC) Posts: 462
|
Hi Dan,
BV can technically do anything, its jsut a matter of customizing it to do exactly what you'd like. I can definitely think of some creative ways around the problem that would allow what you are looking for to be accomplished through the workflows. |
Netriplex Corporation<br /> |
|
|
|
Rank: Member
Joined: 8/8/2007(UTC) Posts: 298
|
I really didn't want to have to much custimization, so to make updates easier.
How do workflow work? There isn't much info in the documentation. |
Dan |
|
|
|
Rank: Member
Joined: 5/6/2004(UTC) Posts: 225
|
Back in the BV2004 days, I brought this up and it became a big debate, as some people thought it should work the way it was designed, but to me it made no sense. Back in BV2004, the application just used whatever price came out to be less, which meant for the most part that the volume price would override a discount price if the customer was a discount customer, but it was not always the case, depending on the difference between the volume price and the single price.
You can search the BV2004 forums for the posts that were made regarding this subject.
|
|
|
|
Rank: Member
Joined: 4/10/2006(UTC) Posts: 462
|
Workflows basically are run for major parts of the e-commerce process, such as "Calculate Order", "Process New Order", etc. Each workflow is made up of one or more tasks to complete whatever the workflow is trying to accomplish.
One such task is the "Apply Volume Pricing" task. This task can be re-written to accomplish what you are looking for and replaced in the workflow section section of the admin. It does not affect the updates as nothing is changed in the bv core.
It should be noted that, almost any update for a web site will always require some minor updating whenever bv updates the software (or any web application from any vendor in most cases). This is because a lot of the pages like the product templates and category templates may need to be customized to achieve the desired look and fell you desire. IF bv updates any of the base functions these pages rely on, you would still need to merge your changes into these new updates. For SP3, I definitely see a change most likely coming to the product templates with the introduction of kitting depending on how exactly it is implemented. |
Netriplex Corporation<br /> |
|
|
|
Rank: Member
Joined: 8/8/2007(UTC) Posts: 298
|
Can anyone explain how to work with workflows?
OR an example of how to make this work?
Thanks |
Dan |
|
|
|
Rank: Member
Joined: 4/10/2006(UTC) Posts: 462
|
Workflows are basically custom programs written in .net that you can inject into bvc to alter its behavior. |
Netriplex Corporation<br /> |
|
|
|
Rank: Member
Joined: 3/3/2006(UTC) Posts: 1,737
|
Dan,
There have been a few posts on workflows and many more where workflows were suggested to make changes to the flow of an order process. I'd suggest searching "workflows" and following a few threads. Have a look in the BVC4 forum and BVC4 manual also. Some of the same controls/solutions likely apply.
BV5 is good, but sometimes one size doesn't fit all. I've yet to find a process that couldn't be changed/adapted in short order with the tools available in the basic software. |
Optimists invent airplanes, Pessimists buy parachutes. |
|
|
|
Rank: Member
Joined: 8/8/2007(UTC) Posts: 298
|
I will do a search and see what i come up with.
If the software can do it, even with some custimization that is fine. I don't mind that. I'm just not familiar with the workings, so i don't know what can and can't be done. So far i like the BV software, we just need some things to work a certain way. I don't mind paying for it to work that way either. If someone can do that i would pay, any idea what something like that would cost?
Someone that can do custimization, please e-mail be and we can discuss what we are looking for. We are getting close to wanting to start on this, Just want to make sure it can be done. |
Dan |
|
|
|
Rank: Member
Joined: 3/3/2006(UTC) Posts: 1,737
|
Dan,
I've had gripes with BV's math for months. Sometimes it makes sense, sometimes it seems nobody tested before launch. The truth is somewhere in between... they can't test software as complicated as this for ALL possible combinations of products, modifiers, discounts, volume sales, user groups, coupons...... and have each combination work 2 different ways. For those who need ebay's style of roll-off-the-wall, zero-learning-curve simplicity and ease of use, there are carts out there just like that for the kitchen-table businesses. Instead, we're all here to take advantage of the complexity available OOTB.
Some of my products are very heavily dependent on modifiers for final price and discounts just won't work the way you'd think. Some have a modifier that I can't discount because the choice is priced at cost just to sweeten the sale. A discount on these modifiers doesn't make sense, so leaving the modifier out of the discount is OK. I also would like to discount the bottom line price on other products, modifier included... I need both methods to work....differently sometimes.
A LOT of work has been done with SP2 and most of it is in the hotfixes or in the forum threads. Some new files have been tweaked for me at BVC and passed out as needed. Read the forums a lot and take notes, you may need something in the future. The BV crew really are very eager to get you what you need. SP3 is coming, though some of your math concerns still may not be addressed without some tweaking. |
Optimists invent airplanes, Pessimists buy parachutes. |
|
|
|
Rank: Member
Joined: 8/8/2007(UTC) Posts: 298
|
Thanks Mitch and Caplink, been very helpfull. Like i said, if it can be custimized to make it do it. Then that is fine. Just need to know that it can be made to work before we pull the trigger and purchase. Also, some better documentation would be nice. Workflows has 1 paragraph and that is all? Any customizers out that if you can e-mail me, so we can discuss that this will take and a ballpark idea of what it would cost (won't hold you to it) just need a rough idea. email: [email protected]Thanks |
Dan |
|
|
|
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.