Page 3 of 13 FirstFirst 12345 ... LastLast
Results 21 to 30 of 122

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; Hi No worries - I'm new to oscMax having been heavily involved in osCommerce before - I've just got diverted ...

      
  1. #21
    New Member
    Join Date
    Jul 2007
    Posts
    11
    Rep Power
    0


    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

  2. #22
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,688
    Rep Power
    22


    Default Re: Multi-Stores shop system for OSCMAX

    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    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!

  3. #23
    New Member
    Join Date
    Feb 2007
    Posts
    25
    Rep Power
    0


    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

  4. #24
    New Member
    Join Date
    Feb 2007
    Posts
    25
    Rep Power
    0


    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 10:06 AM. Reason: forgot the demo link

  5. #25
    Lurker
    Join Date
    Aug 2007
    Posts
    2
    Rep Power
    0


    Default Re: Multi-Stores shop system for OSCMAX

    Any updates????

    I have the same error/problem as simplex

  6. #26
    New Member
    Join Date
    Aug 2007
    Posts
    9
    Rep Power
    0


    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.

  7. #27
    New Member
    Join Date
    Feb 2007
    Posts
    25
    Rep Power
    0


    Default Re: Multi-Stores shop system for OSCMAX

    Hi Kris7845

    Have sent you a PM about your changes.

    Thanks,
    Simplex

  8. #28
    New Member
    Join Date
    Aug 2007
    Posts
    9
    Rep Power
    0


    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

  9. #29
    New Member
    Join Date
    Aug 2007
    Posts
    11
    Rep Power
    0


    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...

  10. #30
    New Member
    Join Date
    Aug 2007
    Posts
    9
    Rep Power
    0


    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

Page 3 of 13 FirstFirst 12345 ... LastLast

Similar Threads

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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •