|

RMA Default Value Change
Posted 17 October 2013 - 05:47 AM #1
It is not in the database, nor anywhere else I can find to change that number.
I need to change it to 30, as we have a 30 day exchange, refund period for our products.
I have been making the changes in the DB or at the product level. I know I can make the change manually, but often times it gets over looked. So, it would be real nice to have it set to 30 as the default.
Thanks for any pointers.
EagleRose
Posted 17 October 2013 - 06:27 PM #2
UPDATE cscart_products SET return_period = '30', is_returnable = 'Y'
this works on versions 3 to 4.0.2
EDB Eksperten din online it forhandler
Posted 17 October 2013 - 11:20 PM #3
Posted 17 October 2013 - 11:55 PM #4
Posted 18 October 2013 - 01:29 AM #5
ALTER TABLE `cscart_products` CHANGE `return_period` `return_period` INT( 11 ) UNSIGNED NOT NULL DEFAULT '30';
Posted 18 October 2013 - 04:56 AM #6
Thanks for that!
CS-Cart Ultimate ver 4.11.3
Posted 07 January 2020 - 11:09 AM #8
ALTER TABLE `cscart_products` CHANGE `return_period` `return_period` INT( 11 ) UNSIGNED NOT NULL DEFAULT '30';Where/how do I do this?
Posted 07 January 2020 - 11:27 AM #9
Hello Moh
You can do it by phpmyadmin, adminer or by console server.
Best regards
Robert
Team of SoftSolid
cs-cart.pl, marketplace
We specialize in creating the highest quality addons, safe, useful and flexible
Posted 07 January 2020 - 03:27 PM #11
Hello
You are welcome
Best regards
Robert
Team of SoftSolid
cs-cart.pl, marketplace
We specialize in creating the highest quality addons, safe, useful and flexible