RobertCR Posted August 8, 2017 Share Posted August 8, 2017 Hello! I am trying to add a RRP(recommended retail price) field to my website for each product. At the moment I have added this 'pricerrp' => array('type' => self::TYPE_FLOAT, 'shop' => true, 'validate' => 'isPrice', 'required' => true), and this public $pricerrp = 0; But I do not know how to add the field to the back office and then display it in the front-office in the .tpl file. Any help? thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now