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)
  #31  
Old 08-16-2007, 07:09 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

Awesome, thanks for the quick reply
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Advertisement
  #32  
Old 08-16-2007, 07:55 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

Well, still getting the sql errors as the people above, the 1054 error, s.specials_id column.

I'm not sure what info I could give that would help debug for anybody, but heres everything relevant: PHP 4.3.9., mysql 4.1.20, centOS, apache 2.0.52, oscmax latest version, multi-stores latest version with all patches from this thread. Also tried the version of oscmax before the latest, same issues...

I'll keep looking into it myself to try and find a fix...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #33  
Old 08-16-2007, 09:25 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
Well, still getting the sql errors as the people above, the 1054 error, s.specials_id column.

I'm not sure what info I could give that would help debug for anybody, but heres everything relevant: PHP 4.3.9., mysql 4.1.20, centOS, apache 2.0.52, oscmax latest version, multi-stores latest version with all patches from this thread. Also tried the version of oscmax before the latest, same issues...

I'll keep looking into it myself to try and find a fix...
I will work on a fresh install and figure out which files i fixed to get it working. I will update with more info
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #34  
Old 08-16-2007, 10:23 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

k, i installed a fresh copy of oscmax, overlayed the mutli shop and imported the database and then copied over the fix files. Like you i got the error again. I checked to see if my test shop was still working (both were tied into the same database) and it got the error too so i imported my backup and it fixed the problem.

You can download my test shop's database which can be found

http://www.consolerepairguides.com/oscmax/oscmax.zip

you will need to install the oscmax, then copy the original mutlishop mod files over, then copy over the fix files. once all the files are in place go to phpmyadmin (or whichever DB app you use) and drop all your tables, then import the oscmax.sql database in it.

There are three test porducts and three test "stores" in this database for you to play around with. Also it is worth noting that when you create a new store the table it creates does not contain all the configuration info for your shop, get around this by exporting the table in phpmyadmin, open it up in wordpad and change the

CREATE TABLE `XXX` (

to whatever you want your new stores's configruation file to be. Save and import the table into your database.

Lemme know if you run into any other problems
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #35  
Old 08-16-2007, 10:29 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

After re-reading my previous post let me revise (this forum needs an edit button) the configuration part so it is easier to understand. Export your configuration table, make the edits and add to the last line

(1201, 'Stores ID', 'STORES_ID', 'XxX', 'The id of my store', 6, 0, NULL, '2007-08-14 21:38:25', NULL, NULL);

where XxX should be the number of your store.

save it, import it and then once the new store files are copied be sure to edit the TABLE_CATEGORIES in the database_tables.php file.

hopefully i didnt forget anything....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #36  
Old 08-16-2007, 11: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

well that worked perfectly, but now after logging in as a user that is part of the wholesalers group and going to a product, i get the following error:

PHP Code:
1054 Unknown column 'oscmax.s2s.customers_group_id' in 'on  clause'

select p.products_idpd.products_name,  IF(pg.customers_group_price IS NOT NULL,pg.customers_group_price,  p.products_price) as products_pricep.products_tax_class_idp.products_image,  s.specials_new_products_price from products pproducts_description pdspecials  s LEFT JOIN products_groups pgproducts_to_stores p2sspecials_to_stores s2s  using (products_idcustomers_group_idwhere p.products_status '1' and  p.products_id s.products_id and pd.products_id s.products_id and  pd.language_id p2s.products_id and p2s.stores_id '1' and s2s.stores_id '1'  and s.specials_id s2s.specials_id and pd.language_id '1' and s.status '1'  and s.customers_group_id'1' order by s.specials_date_added desc limit  10

[TEP STOP
I'm guessing this has something to do with the seperate pricing mod and not the multi-stores...so this is probably the wrong thread for it.

Also, when i try to check out when logged in as a wholesale user, i get this:

PHP Code:
Fatal errorCall to undefined function: get_shiptotal() in  /var/www/websites/oscmax/catalog/includes/classes/shipping.php  on line 22 
Not sure why thats happening either....

But, the fixes above worked fine for the other problems, so thank you very much for that
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #37  
Old 08-16-2007, 12:46 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

hmmm, I am not sure what the problem could be there. I really have never used the wholesale part of oscmax so i dont know where to start with that one. I was able to get a few errors of my own when testing with a wholesale test account but which file the problem is in i couldnt find it.

does it work like normal when the customer is retail?

The function your getting an error from is a part of the shopping_cart.php class, i wouldn't doubt that this mod is causing the hiccup. I will see if i can track down the problems if i have some spare time tonight.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #38  
Old 08-16-2007, 03:34 PM
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

Yeah, the shop works flawlessly when im not logged in, or when logged in as a regular retail user.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #39  
Old 08-16-2007, 03:36 PM
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

Oh and thank you also, any help is appreciated. I have a regular osc running with multi-stores and vendor pricing, but to be able to have oscmax with both of those working would be awesome...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #40  
Old 08-18-2007, 09:20 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

Kris7845

Well I think I did everything you suggested in your previous posts and PM to me. When I drop the tables in the original or original/updated database and "Import" your database I now get multiple errors using myPHP. I comment out the 1st one about the #1193 SQL_MODE then I get a syntax errors starting with the address book entries one upon the other as soon as I correct 1 there is a next one.

I'm not really proficient at databases either...

Thanks for all your help but I think it's simply too discouraging and time-consuming that so many of the "Features" or add-ons to a basic install of oscMax are too difficult to implement for the osc novice.

Thanks to all
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 09:05 PM.


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