Pricing on CreateOrders2

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
kastnerd
Commodore (COMO)
Commodore (COMO)
Posts: 474
Joined: Wed Oct 22, 2008 9:17 am

Pricing on CreateOrders2

Post by kastnerd » Thu Jul 30, 2009 6:05 am

After you select the user, The product search shows the standard price not the users speshal price. It correctly put the price once you add the item.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Pricing on CreateOrders2

Post by mazhar » Thu Jul 30, 2009 7:35 am

That's a miner thing, Anyhow I have created an enhancement request for future discussion.
viewtopic.php?f=42&t=11869

kastnerd
Commodore (COMO)
Commodore (COMO)
Posts: 474
Joined: Wed Oct 22, 2008 9:17 am

Re: Pricing on CreateOrders2

Post by kastnerd » Wed Nov 25, 2009 8:05 am

Is there any way to hide a product from Creat Orders's Search?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Pricing on CreateOrders2

Post by mazhar » Wed Nov 25, 2009 8:25 am

Try Replacing ProductDataSource.FindProducts call with ProductDataSource.AdvancedSearch method that is used for store advance search and doesn't lists the hidden products. So changing visibility will hide it on both ends store and merchant order feature.

kastnerd
Commodore (COMO)
Commodore (COMO)
Posts: 474
Joined: Wed Oct 22, 2008 9:17 am

Re: Pricing on CreateOrders2

Post by kastnerd » Fri Mar 12, 2010 4:04 pm

mazhar wrote:Try Replacing ProductDataSource.FindProducts call with ProductDataSource.AdvancedSearch method that is used for store advance search and doesn't lists the hidden products. So changing visibility will hide it on both ends store and merchant order feature.
I cant find this line of code to edit to change it to advancedseach

kastnerd
Commodore (COMO)
Commodore (COMO)
Posts: 474
Joined: Wed Oct 22, 2008 9:17 am

Re: Pricing on CreateOrders2

Post by kastnerd » Fri May 14, 2010 12:40 pm

On CreateOrders2,
To test, Make a kit, with one options for A or B and another options for C or D
Now put standard price of 50 for all the items, then make 2 pricing rules for each, $25 for some groups, and $15 for another group.

Now on the admin side, at CreateOrders2 add a kit. It opens up the window, The math looks correct, but the price displayed next to each kit option is wrong. Its showing up at $15 for the group that should get $25

Can anyone test this and see if they get the same thing.

kastnerd
Commodore (COMO)
Commodore (COMO)
Posts: 474
Joined: Wed Oct 22, 2008 9:17 am

Re: Pricing on CreateOrders2

Post by kastnerd » Tue May 18, 2010 7:44 am

I found that the kit pop up window displays the pricing of the admin user, if the user is part of a group it will show that price not the correct price for the customer.

Post Reply