Cost-based pricing in Magento -


i want implement following in store, using magento.

  • any product under £10 cost price sell @ rrp
  • any product above £10 cost price priced follows – cost price + 69%

this not tax rule say, want add 69% of price above £10.

my way doing listen catalog_product_prepare_save event , write function in observer.php sets price of product. can find illustrative tutorial on events , observer here.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -