theDoris Posted September 21, 2017 Share Posted September 21, 2017 Hi all, I need to have two different PS installation and only one DB, same for both installation. Why? Because I have few extra modules and they override same function, there is no possibility to merg it. My idea is that to make few installation but user must be logged in all shops using one password. Link to comment Share on other sites More sharing options...
joseantgv Posted September 21, 2017 Share Posted September 21, 2017 Hi all, I need to have two different PS installation and only one DB, same for both installation. Why? Because I have few extra modules and they override same function, there is no possibility to merg it. My idea is that to make few installation but user must be logged in all shops using one password. All is possible, but this wouldn't be a good idea. 1 1 1 Link to comment Share on other sites More sharing options...
Scully Posted September 22, 2017 Share Posted September 22, 2017 Two shops on the same database is not an issue at all. Multishop works this way. But your real question is quite different from your topic title. One database can only work with out source code from prestashop. So the simple answer is no. Link to comment Share on other sites More sharing options...
El Patron Posted September 22, 2017 Share Posted September 22, 2017 You could not as scully stated have two installations with two shops unless you enable native PrestaShop Multishop. You could try to hire it out but anyone that tries what you want do not know what they are doing. lol another option possible is my multishop module here https://www.prestaheroes.com/en-us/prestashop-geo-localization-solutions/prestashop-multistore-multishop-pro Link to comment Share on other sites More sharing options...
Scully Posted September 22, 2017 Share Posted September 22, 2017 (edited) El Patron, to clarify: it just leads to many issues trying to have two installations with one db. Example? Data from installed modules are partially stored in the database. As soon as you try to have a different setup with modules, you run into troubles. Why? Prestashop gathers its data from installed modules from the database. So the full answer is: Yes, it is possible as long as the installation and setup is more or les 1:1 identical. Having this said, a second shop doesn't make sense. No, it is not possible to have different or more/less/other modules running. Edited September 22, 2017 by Scully (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted September 23, 2017 Share Posted September 23, 2017 El Patron, to clarify: it just leads to many issues trying to have two installations with one db. Example? Data from installed modules are partially stored in the database. As soon as you try to have a different setup with modules, you run into troubles. Why? Prestashop gathers its data from installed modules from the database. So the full answer is: Yes, it is possible as long as the installation and setup is more or les 1:1 identical. Having this said, a second shop doesn't make sense. No, it is not possible to have different or more/less/other modules running. I agree 100% with you. This person should look at native prestashop multishop...happy day Link to comment Share on other sites More sharing options...
theDoris Posted September 23, 2017 Author Share Posted September 23, 2017 I want to have same module in both shops, now I think second shop could be hidden not visible I need just make work one more module, now it is impossible because other module have same override classes and functions. Link to comment Share on other sites More sharing options...
joseantgv Posted September 24, 2017 Share Posted September 24, 2017 (edited) Create a multishop and modify these overrides so that one store executes one function and the other store the other function. I mean: function overrideOriginalFunction() { if ($shop == 1) { $this->overrideOriginalFunction1(); } elseif ($shop == 2) { $this->overrideOriginalFunction2(); } } Edited September 4, 2018 by joseantgv (see edit history) 3 Link to comment Share on other sites More sharing options...
Nikolai Posted October 2, 2017 Share Posted October 2, 2017 I think that it is impossible . your requirements to login user at the same time on 2 shops - you have to develop custom modules for it. in theory it is possible but requires a lot of customization. Link to comment Share on other sites More sharing options...
ronniee Posted April 17, 2019 Share Posted April 17, 2019 Hi, I want to make a second Presta webshop for B2B reseller customers, for same products, stocs and different prices. How can I made this? Someone has same problem? Somehow to separate the ordering system of B2B customes from normal orders. I don't want to pay affiliate marketing commision for existing customers. Right now I have group discounts, but this is not a good solutions. thanks Link to comment Share on other sites More sharing options...
joseantgv Posted April 18, 2019 Share Posted April 18, 2019 11 hours ago, ronniee said: Hi, I want to make a second Presta webshop for B2B reseller customers, for same products, stocs and different prices. How can I made this? Someone has same problem? Somehow to separate the ordering system of B2B customes from normal orders. I don't want to pay affiliate marketing commision for existing customers. Right now I have group discounts, but this is not a good solutions. thanks Do you mean this? http://doc.prestashop.com/display/PS17/Managing+Multiple+Shops 1 Link to comment Share on other sites More sharing options...
pyrotech Posted March 4, 2021 Share Posted March 4, 2021 My prestashop will not upgrade, it says something like 3 days when try. So i wanted to try a new version of prestashop and link it to data base If that works i will try to upgrade prestashop for my store. Issue is i have thousands of products Link to comment Share on other sites More sharing options...
musicmaster Posted March 5, 2021 Share Posted March 5, 2021 10 hours ago, pyrotech said: My prestashop will not upgrade, it says something like 3 days when try. So i wanted to try a new version of prestashop and link it to data base If that works i will try to upgrade prestashop for my store. Issue is i have thousands of products That is not the way to do it. Every Prestashop version has its own database structure. If you put a new PS version on an older database you will get errors like missing fields. Make instead a copy of both the files and the database and experiment with that. Link to comment Share on other sites More sharing options...
tardisbt Posted July 8, 2022 Share Posted July 8, 2022 On 9/23/2017 at 4:47 AM, El Patron said: I agree 100% with you. This person should look at native prestashop multishop...happy day Hello El Patron, I know the thread is old, but I still have a question, presuming that Presta technology advanced in the meantime Is it possible to have a single stock database, and to give front ends to different people, so they can make their own marketing and promo ? That means multiple online shops that have the same products Link to comment Share on other sites More sharing options...
El Patron Posted July 8, 2022 Share Posted July 8, 2022 6 hours ago, tardisbt said: Hello El Patron, I know the thread is old, but I still have a question, presuming that Presta technology advanced in the meantime Is it possible to have a single stock database, and to give front ends to different people, so they can make their own marketing and promo ? That means multiple online shops that have the same products Hi, see ja marketplace, we had good success with this for another client. https://addons.prestashop.com/en/marketplace-creation/18656-ja-marketplace.html Link to comment Share on other sites More sharing options...
tardisbt Posted July 9, 2022 Share Posted July 9, 2022 Thank you for your response, but i have a different need. I have the warehouse with the products, and I want to give an online solution to different clients of mine, so they can have their own business based on my products. So I need to have admin on the products, stock and prices, they must be able to market their online store, promote and sustain. Every sell they make come to me, I arrange the package, the delivery and so on. So they have a real online business, without having contact with the merchandise. I hope i was a bit clearer this time Link to comment Share on other sites More sharing options...
El Patron Posted July 10, 2022 Share Posted July 10, 2022 23 hours ago, tardisbt said: Thank you for your response, but i have a different need. I have the warehouse with the products, and I want to give an online solution to different clients of mine, so they can have their own business based on my products. So I need to have admin on the products, stock and prices, they must be able to market their online store, promote and sustain. Every sell they make come to me, I arrange the package, the delivery and so on. So they have a real online business, without having contact with the merchandise. I hope i was a bit clearer this time I think you need to investigate ja marketplace more thoroughly including contacting developer to ask if this will work for your requirements, I think it might. Link to comment Share on other sites More sharing options...
Nickz Posted July 10, 2022 Share Posted July 10, 2022 I wonder why people wish to have all data on one place. That is only asking for trouble. Don't put alll eggs in one basket is a nice and fitting saying 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