Broadleaf commerce: Dynamic pricing - can not ordering the custom filter -


i working demo site (v 5.2) , trying implement dynamic price.

i add mydynamicskupricingfilter , mydynamicskupricingserviceimpl following guideline: https://www.broadleafcommerce.com/docs/core/current/broadleaf-concepts/pricing/dynamic-pricing-configuration

for ordering filters, in mydynamicskupricingfilter override getorder() method return number 700 000. have filter proceeded before filter blcartstatefilter has order number 1000 0000.

however, debug show blcartstatefilter , bltranslationfilter proceeded before mydynamicskupricingfilter.

....blcartstatefilter, order 1000000.... ....bltranslationfilter, order 1000000.... ....mydynamicskupricingfilter 700000....

what wrong implementation? many thanks!


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -