return time 10 days how to change?

Hi you all this is driving me crazy i cant seam to find ware i change the return time from 10 days to 14 days on the product page.

On the product page goto to “add ons” and you can change it there. It is listed under the RMA section.





Chris

damn thanks i dit not think to look there at all :-S



thanks m8

hmm is there now way to change it globaly? if i have to set it manualy on all 9k of products it will take me the rest of the year :-P

Use PHPMyAdmin and run a query like this (use it at your own risk, the below query will change all products to 30 days returnable):



UPDATE cscart_products
SET return_period = '30',
is_returnable = 'Y'

Goto products tab, select the check boxes on the left. Scroll to the bottom, and click on Choose Action → EdIt Selected. A window will pop up click on unselect all, then select Return Period, clIck on modIfy selected. Now you can modIfy all your pruducts and then click save to apply the changes.

If you want to apply the same value to all the products at once. At the top above the product lIst there will be a link called Apply values to all the selected products, click on it. Check of the box by the return period, and type the return days in the box to the right. Click Apply and your done. You will see your changes below in the products you selected.



FYI you can youse this method to change any other attribute as well.





Sent from my SPH-L710 using Tapatalk 2

Good deal mardukeme, Thats a lot easier than the SQL change ;)

[quote name=‘mardukeme’ timestamp=‘1346344964’ post=‘144004’]

Goto products tab, select the check boxes on the left. Scroll to the bottom, and click on Choose Action → EdIt Selected. A window will pop up click on unselect all, then select Return Period, clIck on modIfy selected. Now you can modIfy all your pruducts and then click save to apply the changes.

If you want to apply the same value to all the products at once. At the top above the product lIst there will be a link called Apply values to all the selected products, click on it. Check of the box by the return period, and type the return days in the box to the right. Click Apply and your done. You will see your changes below in the products you selected.



FYI you can youse this method to change any other attribute as well.





Sent from my SPH-L710 using Tapatalk 2

[/quote]



I dont see return period ability in Bulk edit,v 2.24, v3.02 which version are you using.



John



Edit…turn on the RMA in admin/addons John you fool !.. :oops:

[quote name='solesurvivor' timestamp='1346338253' post='143995']

Use PHPMyAdmin and run a query like this (use it at your own risk, the below query will change all products to 30 days returnable):



UPDATE cscart_products
SET return_period = '30',
is_returnable = 'Y'


[/quote]





Thanks m8 That worked great.

how i can change default Return period from 10 to 14 ?

[quote name='jomaa.sy' timestamp='1396424569' post='180724']

how i can change default Return period from 10 to 14 ?

[/quote]



If you use the latest version of CS-Cart, open the “design/backend/templates/addons/rma/hooks/product/detailed_content.post.tpl” file and change the following line:








Please change the default:“10” part. Thanks.