giammaweb Posted November 16, 2013 Share Posted November 16, 2013 Hello everybody, I'm trying to create a portal lke 'ebay stores'. In prestashop multistore, main store is equal to other stores, only products of main store are listed. I have overrided some classes, in /override folder that i've attached, and home page products and category products work. Now i'm working on main search, /override/classes/Search.php (line 216 query involved, not yet modified). first question: to delete id_shop inner join, for now i rewrite query in standard sql with different join key, but i know that exist Shop::addSqlAssociation('product_attribute', 'pa', false, ...) it's possible to use this function to make a join with all shops of my shop group? second question: in order to create a local search, i want to add a select menu with a list of cities, and my goal is to show only products owned by shops that are at short distance (or in the same city for now for simplicity) of the city selected in select menu. what i have to do? i see that prestashop store are a module with main address and another with other addresses. third question: i've tryied to use layered navigation, but my overrides about see products of all shops in a certain category not work when this module is active. I think different classes and pages are involved. How can i add also here that city filter field? thank a lot for any support or suggestion override.zip 1 Link to comment Share on other sites More sharing options...
satriyoz Posted November 20, 2013 Share Posted November 20, 2013 i have same problem with you, i'm trying to integrate search function on main shop so when people search product in main shop it also can find product of the second shop. can you please inform me when there is any update about this thing ? keep find it.. Link to comment Share on other sites More sharing options...
Sashok Posted November 23, 2013 Share Posted November 23, 2013 (edited) i have same problem with you, i'm trying to integrate search function on main shop so when people search product in main shop it also can find product of the second shop. can you please inform me when there is any update about this thing ? keep find it.. bug ver 1.5.6.1 products wasn't deleted from table product_lang, and in sitemap.xml they writed too manual inspective deleting from product_lang unnecessary records - fix search problem in multishop Edited November 23, 2013 by Sashok (see edit history) Link to comment Share on other sites More sharing options...
SylvainG Posted November 25, 2013 Share Posted November 25, 2013 (edited) Hello, I'm trying to achieve exactly the same , ie a main store referencing all "sub stores". Did you manage to solve yours problems? I'd be happy to help you if you need. Sylvain PS : Sashok : search in 1.5.6.1 doesn't "fix" the search, it stills search in the current shop, searchin all shops is more like a feature request Edited November 25, 2013 by SylvainG (see edit history) 1 Link to comment Share on other sites More sharing options...
RayBez Posted March 28, 2014 Share Posted March 28, 2014 Have any of you been able to make progress on this? I am looking to do exactly the same for my new site and have absolutely no PHP experience so this is quite a feat for me. Link to comment Share on other sites More sharing options...
trevorgilligan Posted January 11, 2015 Share Posted January 11, 2015 hi folks are you still looking for a solution to this? Link to comment Share on other sites More sharing options...
Guest Posted June 10, 2015 Share Posted June 10, 2015 hi folks are you still looking for a solution to this? Yes Link to comment Share on other sites More sharing options...
trevorgilligan Posted June 11, 2015 Share Posted June 11, 2015 i think you need to use agile multistore, dont think you can do with a single prestashop , or sub shops, you need to get agile multi seller, that way rather than having 2 prestashops seperate, you have one shop, with 2 store owners Link to comment Share on other sites More sharing options...
Dj.nik87 Posted May 2, 2020 Share Posted May 2, 2020 Salve, Anche io ho lo stesso problema, dallo shop principale non vedo i prodotti dei sotto-shop. Come si risolve ? prestashop v 1.7.6.5 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