Jump to content

RRP Prestashop 1.7


RobertCR

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...