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, 09:11 PM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,584
Thanks: 1
Thanked 84 Times in 71 Posts
Thanks: 1
Thanked 84 Times in 71 Posts
Rep Power: 10
jpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of light
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)
  #21  
Old 07-08-2007, 11:35 AM
New Member
 
Join Date: Jul 2007
Posts: 9
Thanks: 0
Thanked 2 Times in 1 Post
Rep Power: 0
sakwoya is on a distinguished road
Default Re: Multi-Stores shop system for OSCMAX

Hi
No worries - I'm new to oscMax having been heavily involved in osCommerce before - I've just got diverted into trying to get one of the Computer Creation Contributions installed - when I finish that I'll get back onto this one.
graeme
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #22  
Old 07-08-2007, 11:36 AM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,584
Thanks: 1
Thanked 84 Times in 71 Posts
Rep Power: 10
jpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of light
Default Re: Multi-Stores shop system for OSCMAX

Update posted at:

http://www.oscmax.com/projects/relea...r_oscmax_1_4_1
__________________
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
  #23  
Old 07-09-2007, 05:38 AM
New Member
 
Join Date: Feb 2007
Posts: 24
Thanks: 6
Thanked 0 Times in 0 Posts
Rep Power: 0
simplex is on a distinguished road
Default Re: Multi-Stores shop system for OSCMAX

I haven't been around because of illness and do apologize for my early impatience.

I do very much appreciate all the work that has gone into resolving this glitch and will probably be around more often looking for other resolutions on these forums. I will be starting from scratch with a new install of osCMax v2 sometime this week and using the Multi-Store mod.

Question :

I will also be adding other mods such as a purchased pre-designed template, STS, Auto-stock-notification, etc.

Any suggestions as to which order to install these including Multi-Store?

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #24  
Old 07-19-2007, 09:01 AM
New Member
 
Join Date: Feb 2007
Posts: 24
Thanks: 6
Thanked 0 Times in 0 Posts
Rep Power: 0
simplex is on a distinguished road
Default Re: Multi-Stores shop system for OSCMAX

I have once again done a clean install of oscmax2_RC3_0_1 making sure everything worked correctly. I then installed multi-stores_v1_4_1MAX_0 and verified the new tables were edited after importing update.sql.

Everything works correctly except for the link from "Categories" which still gives the following error:

1054 - Unknown column 's.specials_id' in 'on clause'

select count(p.products_id) as total from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id left join specials_retail_prices s on p.products_id = s.products_id, products_to_categories p2c LEFT JOIN specials_to_stores s2s ON s.specials_id = s2s.specials_id 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 = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '1'

I have no problems accessing the product from "What's New", "Specials" or "New Products for July".

I know very little about php and SQL databases are not really one of my strong suits either so I don't know how to figure out what is wrong.

Can anyone help me, Please?

Link to Demo site

Thanks in advance.

Last edited by simplex; 07-19-2007 at 09:06 AM. Reason: forgot the demo link
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #25  
Old 08-10-2007, 12:42 PM
Lurker
 
Join Date: Aug 2007
Posts: 2
Thanks: 2
Thanked 0 Times in 0 Posts
Rep Power: 0
BlackCap is on a distinguished road
Default Re: Multi-Stores shop system for OSCMAX

Any updates????

I have the same error/problem as simplex
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #26  
Old 08-14-2007, 07:33 PM
New Member
 
Join Date: Aug 2007
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
kris7845 is on a distinguished road
Default Re: Multi-Stores shop system for OSCMAX

I had the same problem with the sql error but after doing some research and playing around i was able to fix it. from what i gathered the problem was/is in index.php with the syntax to make it php 5 compatible.

I referenced osCommerce: Error Message - 1054 - Unknown column 'p.products_id' in 'on clause' and did a few searches through the document to find the following code.

Code:
final_price from " .
and after verifying the line was not commented out I edited to

Code:
final_price from (" .
after making the addition but before moving to the next search i scrolled over till i found

Code:
p2c left join " . TABLE_SPECIALS
and changed it to

Code:
p2c ) left join " . TABLE_SPECIALS
once all the changes were made my categories loaded up fine. I only had a chance to check this on my xampp server but tomorrow I will upload it to my web server and see if it still works. Also i should note these changes were for php 5 but i only use php 4 so dunno why it was messing up.

Hope this helps any of you and if you need the index.php file i made please send an message or leave a post with instructions on uploading it to oscmax, still pretty new to this site.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #27  
Old 08-15-2007, 02:02 PM
New Member
 
Join Date: Feb 2007
Posts: 24
Thanks: 6
Thanked 0 Times in 0 Posts
Rep Power: 0
simplex is on a distinguished road
Default Re: Multi-Stores shop system for OSCMAX

Hi Kris7845

Have sent you a PM about your changes.

Thanks,
Simplex
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #28  
Old 08-16-2007, 05:38 AM
New Member
 
Join Date: Aug 2007
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
kris7845 is on a distinguished road
Default Re: Multi-Stores shop system for OSCMAX

Just an update, there are more then just the index.php files that need to be edited, in total I found

\includes\classes\shopping_cart.php

And i also found some fixes for the 1045 error coming up in other areas such as articles

\templates\fallback\content\products_new.tpl.php
\templates\fallback\content\articles.tpl.php
\templates\fallback\content\advanced_search_result .tpl.php

I figured out how to start a project so you can download the files from

http://www.oscmax.com/projects/multi_shop_fixes_for_1045_sql_error

-Kris
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #29  
Old 08-16-2007, 05:59 AM
New Member
 
Join Date: Aug 2007
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
ericgtp313 is on a distinguished road
Default Re: Multi-Stores shop system for OSCMAX

Hey Kris, when i try to go to the project I'm getting access denied. Am I doing something wrong or is it something on your end? I'd love to get these issues straightened out, looks like your fixes would help...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #30  
Old 08-16-2007, 06:06 AM
New Member
 
Join Date: Aug 2007
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
kris7845 is on a distinguished road
Default Re: Multi-Stores shop system for OSCMAX

Quote:
Originally Posted by ericgtp313 View Post
Hey Kris, when i try to go to the project I'm getting access denied. Am I doing something wrong or is it something on your end? I'd love to get these issues straightened out, looks like your fixes would help...
Must be some security measure with the site? Maybe a mod can add it to the directory for people to download but until then i uploaded it to my site and you can download it from there.

http://www.consolerepairguides.com/o...hop_fixzip.zip

Mod please let me know if you add the file so i can take it down from my site.

-kris
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
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 06:52 PM
Multi Stores contrib in OsC Max-Is it possible? InaFlap osCMax v2 Customization/Mods 0 08-05-2006 03: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 07:53 AM.


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