Discount Functionality in Store

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
5/28/2009 3:10:52 PM
Gravatar
Total Posts 131

Discount Functionality in Store

Once you add a discount to a cart, it does not recalc or go away.  if you delete all products, the total will be negative, with just the discount showing.  This should be recalced with every addition / deletion / change in qty in the cart.

5/28/2009 4:02:28 PM
Gravatar
Total Posts 131

Re: Discount Functionality in Store

Additional Info:

Vista Ultimate, IIS 7.0, SQL Server, IE 7 and 8.

 

5/28/2009 4:04:23 PM
Gravatar
Total Posts 18439

Re: Discount Functionality in Store

Thanks for the bug report David,

I'm done for the day but will investigate this tomorrow.

Best,

Joe 

6/4/2009 8:14:06 AM
Gravatar
Total Posts 18439

Re: Discount Functionality in Store

fyi, this is now fixed in svn trunk so it will be fixedin the next release.

Best,

Joe 

7/29/2009 11:04:43 PM
b
Gravatar
Total Posts 13

Re: Paypal & Discount Functionality in Store

I'm testing the webstore using PaypalStandard and version 2.3.1.0 MySQL. 

Three peculiar behaviors -- I've added an item and offer. The item is a fulfillment type of 'none', the offer set up as visible and as a donation.  Logged in as a user with admin rights, I create a cart, and add the product to the cart, then click on the Paypal checkout button.  At Paypal, I decide to cancel and return to the portal, but instead of returning to the cart.aspx page, it attempts to return to a checkout.aspx page, where the credentials stored in the session string are refused and instead the AccessDenied.aspx page appears with the message "Sorry, you are not allowed to view this content. If you have questions about your permissions, please contact a site administrator.
Either you are not currently logged in, or you do not have access to this page within the site. Please contact the site administrator to obtain access. "  Of course, I am logged in with admin rights, so something else is amiss.
 

2nd peculiar behaviour -- similar sequence to the above, but I created a discount code and applied it to the cart.  The cart shows the reduced total, but when the cart is sent to paypal, the discount line is not sent -- so no discount is applied.

3rd peculiar behaiour -- if the item starts as a $25 item, and I have several discount codes established that could be used even when another discount is used, the total amount can be less than zero for the order.  It seems that a discount can be applied even when the total order is less than the 'minimum' for the discount, but an item is more than the minimum.

7/30/2009 9:02:38 AM
Gravatar
Total Posts 18439

Re: Discount Functionality in Store

Hi,

Thanks! I will look into these issues and try to fix them for the next release.

Note that I don't think item 3 is a bug. Its designed to go by the subtotal of the order for minimum order discounts, it does not go by what the order total is after applying discounts. I would be careful about discounts that can be used in addition to other discounts. Though I do consider the part about the total going to less than 0 a bug and will fix that.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.