Community Add-Ons

Add file to this package
Top » Features

Multi-Stores multiple shop system
for osCommerce Online Merchant v2.2

These modifications allow you to assign specific products and categories to multiple stores that you define in the administration panel. The products and categories
will not be able to be manipulated via the web-browsers address bar (like in most
other multi-shop implementations). Also, there is no "one store to rule them all".
You decide which categories you want displayed on which store-front. You decide
which products in that category you want displayed on which store-front. Shopping
carts are NOT shared between the sites.

Legend:  Download   Report
Expand All / Collapse All
Multistores v2.0 with corrections V2.0 ajuaristi 16 May 2009  

This version is based on Multi-stores v2.0 with corrections by jugeti.

Only two files changed.
1. On admin site, modules.php was always updating on first shop configuration table. I changed querys to make updates only on active shop configuration table.

2. includes/classes/shopping_cart.php. Subtotal on shopping cart was shown as 0, even if checkout process subtotals where right.


After that, I hade to define this on aplication top of each new store defined to make it work:
define('STORES_ID', 3); //1, 2, 3... n, depending on store ID
define('TABLE_CONFIGURATION', 'configuration3'); // Configuration table you define for each shop.

After this little changes everything goes OK.

THANK YOU everybody for this amazing contribution.
------

Esta version está basada en Multi-stores v2.0 with corrections de jugeti.
se han cambiado solo 2 archivos. En admin/modules.php se han modificado las querys para que accedan a la tabla de configuración de cada una de las tiendas.

En includes/classes/shopping_cart.php se ha hecho una pequeña modificación que hacía que en el carrito de la compra el subtotal fuera cero.

Por último, comentaros que en los aplication_top de cada una de las tiendas he tenido que incluir estas líneas para que funcionasen.

define('STORES_ID', 3); // 1, 2, 3... n, dependiendo del store ID que tenga cada una
define('TABLE_CONFIGURATION', 'configuration3'); // Tabla de configuración definida para cada tienda.

Quitando estas pequeñas cosillas, todo lo demás, me funciona perfecto. Muchísimas gracias a todos los que habeis colaborado en esta contribución.



Automatic stores generation neonigma 14 May 2009  
Error Message - 1054 fix and danish langusage anetteogjesper 12 Feb 2009  
SQL Fix - customers_groups k_coreonegig 1 Dec 2008  
SQL Fix - customers_groups k_coreonegig 13 Nov 2008  
Multi-stores v2.0 with corrections jugeti 15 Oct 2008  
Database with a corrected error jugeti 15 Oct 2008  
Fix error 1064 on add specials Dhananjaya 21 Sep 2007  
Multi-Stores v2.0 dicendicks 3 May 2007  
v1.9 Price Patch hobbzilla 3 Feb 2007  
Multi-Stores v1.9 hobbzilla 27 Oct 2006  
Dutch and German for multistore v1.8 msk69 2 Jul 2006  
Dutch and German language files msk69 1 Jul 2006  
Percentage based discountes - TAKE 2 hobbzilla 14 Mar 2006  
Customer Groups Discounts by Percentage hobbzilla 11 Mar 2006  
Easy Populate for M-S hobbzilla 1 Mar 2006  
v1.8 hobbzilla 10 Feb 2006  
Multi Stores v1.7 Vger 1 Sep 2005  
Patch to bring v1.7 to 1.7.1 Ryan Hobbs 24 Feb 2005  
Multi-Stores v1.7 Ryan Hobbs 1 Feb 2005  
newsdesk_v1.48.4 for M-S multi stores Tim Buckner 29 Oct 2004  
V1.4 Ryan Hobbs 24 Jun 2004  
#2 fix of new_products.php Ryan Hobbs 14 Jun 2004  
v 1.3b Ryan Hobbs 13 Jun 2004  
Multi-Stores v1.3 Ryan Hobbs 8 Jun 2004  
update.sql Ryan Hobbs 9 Feb 2004  
multi-stores_v1_2.zip Ryan Hobbs 6 Feb 2004  
multi-stores_v1_1b.zip Ryan Hobbs 8 Jan 2004  
multi-stores_v1_1.zip Ryan Hobbs 8 Jan 2004  
Multi-Stores multiple shop system Ryan Hobbs 15 Dec 2003