Lizenka Posted February 5, 2024 Share Posted February 5, 2024 Hello, When I upload my products they all have the 'default delivery time'as default setting. Is there is way to make the 'specific delivery time' as default? So that when I upload new products they all have the delivery time set as 'specific delivery time'. I have to change them now one by one. Hopefully someone can help me so I can do it faster. Link to comment Share on other sites More sharing options...
Knowband Plugins Posted February 7, 2024 Share Posted February 7, 2024 Hi, Unfortunately, there might not be a built-in option to set the "specific delivery time" as the default for new products However once after uploading the product You can directly update the database to set the default delivery time for new products. Please have a backup for the product table before proceeding with the query. Make sure to replace ps_ with your actual database prefix UPDATE ps_product SET additional_delivery_times = '2' WHERE additional_delivery_times = '1'; Link to comment Share on other sites More sharing options...
Lizenka Posted February 8, 2024 Author Share Posted February 8, 2024 Hello, Thanks for your reply. Can someone tell me where I have to go or where I have to add it? I am in PHPMyAdmin, but I'm not that sure where to add it. Link to comment Share on other sites More sharing options...
Lizenka Posted February 12, 2024 Author Share Posted February 12, 2024 Hello, Is there some who can tell me where I have to go to add this? UPDATE ps_product SET additional_delivery_times = '2' WHERE additional_delivery_times = '1'; Link to comment Share on other sites More sharing options...
Lizenka Posted February 12, 2024 Author Share Posted February 12, 2024 Hello Knowband Plugins, Can you please explain this to me (underlined with red)? I am not sure where to go. 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