Joomla + osCommerce

Статус
В этой теме нельзя размещать новые ответы.

netbull2007

Создатель
Регистрация
29 Июн 2007
Сообщения
10
Реакции
0
Hi,

i have a fresh installed Joomla and osCommerce (this two systems are installed in same DataBase and they are not in bridge) is there some modules that can show in Joomla random products, categories, specials products from osCommerce ?
 
Wanna place such modules to menu items other than osCommerce? I also searched such modules - but no luck.
 
Зачем подстраивать под Джумлу oscommerce, если есть такой чудесный компонент, как virtuemart?
 
Зачем подстраивать под Джумлу oscommerce, если есть такой чудесный компонент, как virtuemart?

i think that you can not compare os-commerce or xt-commerce with virtuemart. os-commerce and xt-commerce are full complete solutions and both can handle big shops and on the other hand virtuemart is a solution for Joomla that is for small shops. this is only my opinion.

Joomla XT:Commerce Bridge

Installation:

xtcserver.php
copy this file in root of your shop.

mod_xtcclient.php
install this mod from backend.


Konfiguration Joomla 1.0:

xtcserver.php
you have to edit $shopdir and $imgdir in this file.

PHP:
$imgdir:

	$imgdir = 'http://localhost/xtcommerce/images/product_images/thumbnail_images/';

	$shopdir:if( $ref == true ){    
		$shopdir = "http://localhost/xtcommerce/product_info.php?refID=$id&info=";
		}else{    
		$shopdir = 'http://localhost/xtcommerce/product_info.php?info=';
		}
	
	Datenbankeinstellungen (database settings):
	$link = mysql_connect( 'localhost', 'root')  or die("keine Verbindung mцglich (no connection to database): " .mysql_error());mysql_select_db( 'athletic_xtc', $link );

mod_xtcclient
you have to change some settings in backend.

PHP:
xtc server script = absolute url zur xtcserver.php ( http://www.meinwebhsop.de/xtcserver.php ) (absolute url for the xt-shop
Refid = optionale Referenzid fьr Kampagnen (Ref-Id for optional campaign)
Mehrwertsteuer in Prozent = z.B. 7 (this is for value-added tax in per cent, for example 7 % for books in germany)
Ajax verwenden = Ja / Nein (use ajax yes/no)
Frequenz Ajax Anfragen = Zeitabstand in Sekunden (time in sec. between queries for ajax)

Download Joomla 1.0:
Скрытое содержимое доступно для зарегистрированных пользователей!


Download Joomla 1.5:
Скрытое содержимое доступно для зарегистрированных пользователей!


More Infos (in german)
Для просмотра ссылки Войди или Зарегистрируйся

The translation in (...) are from me, sorry for errors.
 
Обновление для версии 1.5 есть?

Добавлено через 56 секунд
Где можно ещё глянуть варианты модулей для версии 1.5?

Добавлено через 2 минуты
на joomlaforume не плохая поддержка
 
Статус
В этой теме нельзя размещать новые ответы.
Назад
Сверху