I think all mods/contribs are moderated. Can you just attach it to this thread as a zip so we can at least download it until they get around to moderating it?
This is a discussion on Multi-Stores shop system for OSCMAX within the osCmax Projects Discussion forums, part of the osCmax v2.0 Forums category; I think all mods/contribs are moderated. Can you just attach it to this thread as a zip so we can ...
I think all mods/contribs are moderated. Can you just attach it to this thread as a zip so we can at least download it until they get around to moderating it?
Ok, you now have an edit button
It has not been approved yet because it was not properly submitted as a revision to the existing project (by clicking the 'Add revision' link in the main project). It is a little time consuming to correctly attach it to the project manually and I have not gotten around to moving it over...I think all mods/contribs are moderated. Can you just attach it to this thread as a zip so we can at least download it until they get around to moderating it?
Michael Sasek
osCMax Developer
osCmax Installation Service - Have our professionals install osCmax on your server - same day service!
osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5
Stay Up To Date with everything osCMax:
Free osCmax Newsletters - Security notices, New Releases, osCMax News
osCmax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
I just added the fixes as an attachment to the main project until a full release can be packaged. You can get it from the main multi stores project page.
Michael Sasek
osCMax Developer
osCmax Installation Service - Have our professionals install osCmax on your server - same day service!
osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5
Stay Up To Date with everything osCMax:
Free osCmax Newsletters - Security notices, New Releases, osCMax News
osCmax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
It takes time but keep in mind the multi store mod is probably one of the more difficult mods to install, it ranks up there with the gift voucher system. JPF did a remarkable job with the conversion to max but like most mods of this caliber it needs some fixes/tweaks here and there.
Right now my time is divided into work, moving and building my site but when I get some more time i am going to come back and see if i can help out with the fixes/tweaks.
Kris 7845, I totally admire members like yourself, JPF and others for your dedication and commitment to the oscMax project. I am sorry my skills don't allow me to do anything more than ask for help rather than contribute.
I think this software has great potential in all applications of e-commerce and will continue to watch what happens to it in the future. I am under the gun at this point and must get a site up and running efficiently and no longer have the luxury of trying to learn new languages or mysql management so I will need to move on for now.
Keep up all the good work and I will keep coming back to see how this progresses.
Thanks,
Simplex
I am having all of the problems that Simplex is having. I have installed oscmax v2 rc3.0.1 installed the multi-stores shop system and updated the database. I have then applied the fix but continue to get the 1054 error.
I have tried to upload the test database supplied but get multiple php errors. I am using php 4.41 and the sql says 4.47 is this the problem. If so what can I do to make them compatable?
Has anyone worked through these issues and got them to function? I really need to see if it can work for me.
By the way I also use the wholesale group.
Thank you!
John
I do appreciate all of the effort everyone has put into this.
sorry I miss stated. The mySQL version is 4.0.27 standard and I believe the SQL statement is 5
I have got it working, thanks to the sql download and the fix. However, the only module throwing an error is the search module, whenever something gets put into the search box.
1066 - Not unique table/alias: 'c'
select count(distinct p.products_id) as total from products p left join manufacturers m using(manufacturers_id), products_description pd left join specials s on p.products_id = s.products_id, categories c, products_to_categories p2c left join specials_to_stores s2s ON s.specials_id = s2s.specials_id, categories c, products_to_categories p2c INNER JOIN products_to_stores p2s ON p.products_id = p2s.products_id where p2s.stores_id = '1' and p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and ((pd.products_name like '%siku%' or p.products_model like '%siku%' or m.manufacturers_name like '%siku%' or pd.products_description like '%siku%') )
I believe this is an error caused by MySQL 5. If anyone can help me correct the SQL for this version I am sure this will help a number of others..
The search thing is still a problem and don't seem to be able to resolve it, anyone have any iideas..
Bookmarks