adeep Posted January 25, 2016 Share Posted January 25, 2016 Hi, I'm using PS Vers. 1.6.1.4 with multishop on. I have three shops with different timezones, but it's impossible to change the timezone for shop 2 and 3. Any idea or solution? Thanks for help. Link to comment Share on other sites More sharing options...
prestaRalph Posted February 3, 2017 Share Posted February 3, 2017 Hi Enthusiast,Well somehow the concept of setting a different time zone for each store got missed when the multi-store concept was added.It requires some work but it is possible to change the datetime an order was placed or updated or a customer added.In theory this is how it would need to be done.You must work with a stored procedure in mysql database which would be called by a trigger to return the offset in hours from default time set by the default store.The trigger would be easy to write and would modify the date_add or date_upd fields in each table you need this for such as customer and orders. This is not a perfect solution but it certainly beats trying to modify the code directly. Trust me, I've looked and that is NOT a solution. If anyone else has anything to add, I'm sure it will be welcomed. Link to comment Share on other sites More sharing options...
douglasbslim Posted September 11, 2018 Share Posted September 11, 2018 Any one has any idea to work around these failures? Is there a solution, other than direct edit thru sql? Which tables were involved? Trying to configure multiple stores in 3 countries within 2 time zones. These fields cannot be changed: 1. Time zone 2. Language identifier 3. Country identifier. Thanks. 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