EnableDynamicPriceUpdate and DynamicPriceUpdateAjax

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
Hi,

It looks like nop37 doesn't support  EnableDynamicPriceUpdate anymore. Am I right?
  
var dynamicPriceUpdate = EngineContext.Current.Resolve<CatalogSettings>().EnableDynamicPriceUpdate;
var dynamicPriceUpdateAjax = EngineContext.Current.Resolve<CatalogSettings>().DynamicPriceUpdateAjax;

but we have the description of these atts in the documentation http://docs.nopcommerce.com/display/nc/Catalog+Settings
7 years ago
ivinsky wrote:
Hi,

It looks like nop37 doesn't support  EnableDynamicPriceUpdate anymore. Am I right?
  
var dynamicPriceUpdate = EngineContext.Current.Resolve<CatalogSettings>().EnableDynamicPriceUpdate;
var dynamicPriceUpdateAjax = EngineContext.Current.Resolve<CatalogSettings>().DynamicPriceUpdateAjax;

but we have the description of these atts in the documentation http://docs.nopcommerce.com/display/nc/Catalog+Settings


Yes, there is "no" setting for "Enable dynamic price update" in 3.70 version. The ajax call for dynamic price update works by default in 3.70

For an instance (let's say 3.50 version), the configurable product's dynamic pricing used to be depended on the "Enable dynamic price update" setting. (Product: Build your own computer)

This is not the case in 3.70, dynamic price works out of the box.

(You can see the "last modified" date in the documentation)
7 years ago
Thanks. I've just updated the page
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.