osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Multi-Stores shop system for OSCMAX

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; A new project_project entry has been added: Multi-Stores shop system for OSCMAX Version 1.4 ============= These modifications allow you to ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax Projects Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack (2) Thread Tools
 
Old 04-26-2007, 10:11 PM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,808
Thanks: 5
Thanked 105 Times in 91 Posts
Thanks: 5
Thanked 105 Times in 91 Posts
Rep Power: 12
jpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to all
Default Multi-Stores shop system for OSCMAX

A new project_project entry has been added:

Multi-Stores shop system for OSCMAX

Quote:
Version 1.4
=============
These modifications allow you to assign specific products and categories to multiple stores that you define in the administration panel. The products and categories
__________________
JPF - osCMax Fourm Moderator
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following 4 Users Say Thank You to jpf For This Useful Post:
ALElder (04-27-2007), altenter (05-18-2007), michael_s (04-26-2007), MindTwist (04-10-2008)
  #51  
Old 10-02-2007, 07:05 AM
New Member
 
Join Date: May 2007
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
FlakyJake is on a distinguished road
Default Re: Multi-Stores shop system for OSCMAX

Is this module being maintained, as this thread seems to have died. I am trying to get this t work for a client across 5 domains and everything so far is ok bar the search facility.

Would i get a faster response if I paid for it?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Advertisement
  #52  
Old 10-26-2007, 09:05 AM
habelson's Avatar
Member
 
Join Date: Sep 2007
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
habelson is on a distinguished road
Default Re: Multi-Stores shop system for OSCMAX

I just wanted to thank everyone in this thread for all of the great info provided. I was able to get the multi-store mod working perfectly thanks to all of the info in this thread.

-Heath
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #53  
Old 10-26-2007, 09:08 AM
New Member
 
Join Date: May 2007
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
FlakyJake is on a distinguished road
Default Re: Multi-Stores shop system for OSCMAX

Thats good news Heath, I have got it working but having errors when using search see above, any ideas...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #54  
Old 10-26-2007, 01:50 PM
habelson's Avatar
Member
 
Join Date: Sep 2007
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
habelson is on a distinguished road
Default Re: Multi-Stores shop system for OSCMAX

Honestly, I haven't had a need to test out search. Let me know what kind of problem you are having, Ill try to check it out.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #55  
Old 10-26-2007, 03:47 PM
MindTwist's Avatar
Active Member
 
Join Date: Jun 2007
Location: Barcelona, Spain
Posts: 346
Thanks: 9
Thanked 27 Times in 26 Posts
Rep Power: 3
MindTwist has a spectacular aura aboutMindTwist has a spectacular aura about
Default Re: Multi-Stores shop system for OSCMAX

(nevermind this post from me)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #56  
Old 12-05-2007, 05:50 AM
habelson's Avatar
Member
 
Join Date: Sep 2007
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
habelson is on a distinguished road
Default Re: Multi-Stores shop system for OSCMAX

OK.. I have had the multi-stores mod running for about a month now. I have setup 5 different stores, with most files being symbolic links to the original install. Each store seems to work fine except for the account_history.php page, where I get an 403: Forbidden error from every store except for the original store. It doesn't seem to matter weather I am logged in as a valid customer or not.

Can someone please help me... this seems to be the last thing I need to iron out before I can go live.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #57  
Old 02-20-2008, 06:21 AM
Lurker
 
Join Date: Feb 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
vpicchi is on a distinguished road
Default Re: Multi-Stores shop system for OSCMAX

Quote:
Originally Posted by FlakyJake View Post
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..
Does someone make to run this project ?

Last edited by vpicchi; 02-20-2008 at 06:25 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #58  
Old 02-20-2008, 06:22 AM
Lurker
 
Join Date: Feb 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
vpicchi is on a distinguished road
Default Re: Multi-Stores shop system for OSCMAX

Quote:
Originally Posted by FlakyJake View Post
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%') )
Have you got a solution for this problem please ?
My version of MySQL is : 5.0.45
My version of PHP is : 5.2.5

Thanks in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #59  
Old 02-20-2008, 12:06 PM
habelson's Avatar
Member
 
Join Date: Sep 2007
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
habelson is on a distinguished road
Default Re: Multi-Stores shop system for OSCMAX

I haven't looked at the actual code except what you posted in the thread, but it looks to me like the categories table is referenced twice in the FROM clause. I haven't tested this but try removing one of the "categories c" from the query and that should fix the error.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #60  
Old 02-22-2008, 08:15 AM
Lurker
 
Join Date: Jan 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
trifid is on a distinguished road
Default Re: Multi-Stores shop system for OSCMAX

I've been working on a multi-store system using osCMax v2 for the past month. One issue I have is that the "Printable catalog" selects all active products in the database no mater which store they are assigned to.

Looking at the SQL the selection based on store assignment does not exist. SQL is not my thing. Has any one fixed this issue and would be willing to share their solution?

This solution would be transferable to several other similar adaptations I am having to make to the code.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Advertisement
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://www.oscmax.com/forums/oscmax-projects-discussion/8739-multi-stores-shop-system-oscmax.html

Posted By For Type Date
multi-store on osc-max by catros - The Web Plate - Webmasters Forums This thread Refback 02-20-2008 11:41 PM
Alice - Rechercher This thread Refback 02-09-2008 01:27 AM

Similar Threads

Thread Thread Starter Forum Replies Last Post
Multi-Stores multiple shop system michael_s New osCommerce Contributions 0 02-03-2007 11:10 AM
Multi shop store module for oscmax clauska osCMax v2 Customization/Mods 1 10-12-2006 07:52 PM
Multi Stores contrib in OsC Max-Is it possible? InaFlap osCMax v2 Customization/Mods 0 08-05-2006 04:11 PM
multi-stores okatoma osCMax v1.7 General Mods Discussion 3 02-25-2004 08:58 AM


All times are GMT -8. The time now is 08:01 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax