Make The Return Days By Default Of 14 Instead Of 10

I wish that when I create a new product, the default return days are 14 days instead of 10, is it possible?

Hello

In file /design/backend/templates/addons/rma/hooks/products change 10 on 14

In database by phpmyadmin change default value field return_period in table cscart_products

Best regards

Robert

Ciao

Nel file / design / backend / template / addons / rma / hooks / i prodotti cambiano 10 su 14

Nel database di phpmyadmin modifica il campo valore predefinito return_period nella tabella cscart_products

I migliori saluti

Roberto

Done but nothing has changed, it's always 10

Hello

There should be 14 in new products
If you want to change in all of them then:
UPDATE `cscart_products` SET return_period = 14 (in phpmyadmin or adminer)
Best regards
Robert

Hello

There should be 14 in new products
If you want to change in all of them then:
UPDATE `cscart_products` SET return_period = 14 (in phpmyadmin or adminer)
Best regards
Robert

I did everything you said but it doesn't work for new products, 10 always comes out of defoult

Hello

Did you clear cache ?

Best regards

Robert

Hello

Did you clear cache ?

Best regards

Robert

It works, thanks
but in the var directory I found cache and cache1 but need both?

Hello

/var/cache

Best regards

Robert

Hello

/var/cache

Best regards

Robert

Thank you