Code: Select all
<hr />
<h2>Category</h2>
{SHOP_CATEGORIES}
<hr />
{SHOP_PRODUCTLIST}
<hr />
{CART_SMALL}
<hr />
<hr />
{SHOP_ORDER_PROCESS}
Oliver
Code: Select all
<hr />
<h2>Category</h2>
{SHOP_CATEGORIES}
<hr />
{SHOP_PRODUCTLIST}
<hr />
{CART_SMALL}
<hr />
<hr />
{SHOP_ORDER_PROCESS}
Warning: Invalid argument supplied for foreach() in /home/www/ff1/include/inc_module/mod_shop/inc/listing.categories.inc.php on line 208
Code: Select all
$data = _dbQuery($sql);
$_controller_link = shop_url('controller=cat');
foreach($data as $row) {
Dito - gleiche Geschichte hier Aber ist ja auch noch keine fertige Sache. Also warten wir mal ab - die Richtung ist allerdings sehr interessantflip-flop wrote:@Jürgen: Neuinstallation: Den Schalter $phpwcms['Login_IPcheck'] = 0; hast du in der config eingebaut?
Der wird mit dem setup noch nicht generiert, sondern steht nur in der dist.conf ....
@nekket: Mhh, ich bekomme den gleichen Fehler (Update Install.) [Tabelle phpwcms_shop_orders ist angelegt]Warning: Invalid argument supplied for foreach() in /home/www/ff1/include/inc_module/mod_shop/inc/listing.categories.inc.php on line 208
Ist angeblich die Zeile: foreach($data as $row) {Code: Select all
$data = _dbQuery($sql); $_controller_link = shop_url('controller=cat'); foreach($data as $row) {
Kann nichts in die ShopDB-Tabelle eintragen.
Knut
And this is mineDF6IH wrote:http://dl0wh.de/test/index.php?shop_cat=all
Mein Supermarkt Spielplatz <--> My supermarket playground
It works!!DF6IH wrote:hehe
to geht things ready... the shop url is needed inside:
.../mod_shop/template/default/default.html
In my case I changed the 103 to the ?index and seems like shopping is opened !!!!!!!!!!!!!!
WOOOOW !