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

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -