Discount on Cart Subtotal plugin (By nopCommercePlus)

Discount on Cart Subtotal plugin (By nopCommercePlus)
3.8 15
Discount rules based on current shopping cart subtotal for nopCommerce (By nopCommercePlus).
2025-04-25T07:00:14.6473285Z
Gratis
Obtener extensión Serás redirigido al sitio web del desarrollador para descargar este plugin
Versiones soportadas: 3.90, 4.00, 4.10, 4.20, 4.30, 4.40, 4.50, 4.60
Creado: noviembre 24,2016
Última actualización: enero 06,2023
Descripción
Discount On Current Shopping Cart Subtotal Supported Version: 3.80, 3.90, 4.00, 4.10, 4.20, 4.30, 4.40,4.50, 4.60.

Description

This is the Extension where owner can create the Discount on Current Shopping Cart Subtotal. Owner can give Discount on the current Shopping cart for the particular customers. Owner can easily configure and manage the discount. Using this extension store owner can define discount requirement for allowing there customer to add as many product they can and get % or fix amount off on their current cart and it is directly on subtotal so customer can see the real discount on their cart and they can also compare with other site as well. This extension is fully tested by our more than 200 customers. So without worring you can start using it and make your Customers Happy with the Discounts. This Extension is totally free of cost with nopCommercePlus Support.


features

1.

Compatible with standard nopCommerce nopplugin-features.

2.

Easy to Install.

3.

Easy to Configure.

4.

Easy to Use.

5.

One Year Free Support.

6.

One Year Free Upgrade.

Specifications

Easy installation
Easy configuration
Improve functionality
Responsive plugins

Expertise in Customization, Plugins, Themes & Mobile application development for nopCommerce.

Reseñas
ofekpc 14/4/2022 9:42
Discount on Cart Subtotal plugin
i had issue that plugin didn't take in calculation checkout specific attribute , I talk to support of forefront and they fix it for me right away and send me updated build
¿Fue útil esta reseña? 1 / No0
sbetchel 20/7/2021 10:48
WARNING nopCommerce 4.1 (and possibly other versions)
WARNING to nopCommerce 4.1 users (and possibly other versions). This plugin will CRASH YOUR SITE with StackOverflowException when used with coupon types of "apply to products", "apply to categories", or "apply to manufacturers".

Developers need to properly test this product.
¿Fue útil esta reseña? 1 / No0
gizemak 28/5/2021 4:10
4.40
4.40 When will this version be released? Please publish we cannot use it.
¿Fue útil esta reseña? 0 / No0
Un gerente respondió a esta opinión
Yes will release by tomorrow.
[email protected] 25/9/2020 23:46
Loop issue
I have the same exception as other user below. After installed plugin - GetSubTotal started running in the loop and finished with the exception - Overflow exception.
Other plugin works with the same error. Both plugins for discount "over x.XX amount" and "min x.XX amount has this exception loop". I could give you more information.
Conditions to reproduce:
1) set "Discount type" = "Assigned to products"
2) add "Requirement Customer spending over x.xx amount"
3) set "Required spending amount" something like = 50 (or others)
4) add product to discount rule "Product1"
5) go to "Product1" and click "Buy" - "Product1" will be add to shopping cart
6) logout - login - it started Infinite loop for Nop 4.3 "ShoppingCartService" line 1176 - "GetSubTotal" for this product.

For disable this - set "Discount type" = "Assigned to subtotal".
¿Fue útil esta reseña? 0 / No0
marcela834 3/9/2020 7:25
Working fine
Good plugin, working perfect, and quick and appropiate support.
¿Fue útil esta reseña? 1 / No0
babettes 7/7/2020 9:31
Great plugin and support team!
Our store is running a tiered discount sale based on cart subtotal. I was having an issue getting it to install and work properly. The support team worked with me until it was working perfectly. Happy with the plugin and support team.
¿Fue útil esta reseña? 1 / No0
whip313 15/6/2020 3:18
4.30 is broken - don't try it
The 4.30 version is obviously untested and broken.  If I install it anywhere on my live site, the site will never come up again until the plugin is manually removed from the .json.  It throws this error every time:

Faulting application name: w3wp.exe, version: 10.0.17763.1, time stamp: 0xcfdb13d8
Faulting module name: coreclr.dll, version: 4.700.20.20201, time stamp: 0x5e867108
Exception code: 0xc0000005
Fault offset: 0x000000000027773e
Faulting process id: 0x1084
Faulting application start time: 0x01d642eaeade422a
Faulting application path: c:\windows\system32\inetsrv\w3wp.exe
Faulting module path: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.4\coreclr.dll
Report Id: 76bd0941-4daa-4490-8637-bf52e3f215a5
Faulting package full name:
Faulting package-relative application ID:

It also leaves an IIS worker process running at 30% of the cpu perpetually, on a test site with only one user... and w3wp.exe errors like the above appear to be very common for programs with infinite recursion... so it's safe to say this code is garbage.  Judging by the comments it hasn't worked since 3.90, so they probably never actually rewrote their code for the new .net core.

Save yourself the trouble and either write your own or find a better way to do your discounts.
¿Fue útil esta reseña? 1 / No0
Un gerente respondió a esta opinión
Hello,
We tested our plugin and everything works fine, also we have sent PM. Can you please reply it so we can help you with it.
Thank you.
ivnpxi 10/6/2020 3:39
Discount Plugin
Can you share these plugin codes?
¿Fue útil esta reseña? 0 / No0
[email protected] 24/3/2020 22:43
Good support from the developer
Using in NopCommerce 3.90 & running fine, and having issue during initial deployment on live server, however issue resolved with great support from the developer team.
¿Fue útil esta reseña? 1 / No0
Hyper Nop 3/7/2019 7:29
not version 4.10 & 4.20
In the description, this plugin supports nopcommerce V4.10 & v4.20 but Unfortunately
after download, plugin not supports noppcomerce 4.10 and 4.20.
Please correct this and if possible update this plugin for V4.10 & 4.20.
Thanks.
¿Fue útil esta reseña? 1 / No0
Un gerente respondió a esta opinión
Can you download zip again ?
msn4561 5/3/2019 4:20
bug
Hi,
i developed the same plugin, but an stackover flow exception occur when i try to get ShoppingCartItems subtotal in CheckRequirement method.

var subTotal = this._priceCalculationService.GetSubTotal(item, true);

i noticed that your plugin have the same problem.
you can fix it by setting 'includeDiscounts' property into 'false' in 'GetSubTotal' method.
but it cause some miss calculation.
¿Fue útil esta reseña? 1 / No1
Triple_A 12/1/2019 5:02
Wrong Supported Versions
In the description, it is mentioned that this plugin supports nopcommerce V4.10 but Unfortunately
In the developer’s website, it says the plugin only supports noppcomerce up to V4.00.
Please correct this and if possible update this plugin for V4.10. It is very useful.
Thanks.
¿Fue útil esta reseña? 1 / No0
Un gerente respondió a esta opinión
Yes we have already will add that version in shop very soon.
sina.islam 8/6/2018 1:40
Goog Plugin
It is a good plugin and working as expected.
¿Fue útil esta reseña? 1 / No0
JK 26/1/2017 5:16
Bad code.
Very bad C# code. You created many flags variable to check some condition.

For example. HasValue property return true, but in your code you assigned to flag variables.
¿Fue útil esta reseña? 0 / No2
Divyang 17/12/2016 3:27
Awesome plugin
This is a good plugin to calculate the discount on shopping cart.
¿Fue útil esta reseña? 1 / No0