Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
February 12, 2012, 01:07:53 PM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Interested in joining the WebsiteBaker team?
For more Information read
here
or on our
new website
.
149637
Posts in
21099
Topics by
7562
Members
Latest Member:
ionline
WebsiteBaker Community Forum
English
Modules
(Moderator:
Argos
)
New shopping module
Pages:
1
[
2
]
Go Down
Author
Topic: New shopping module (Read 20291 times)
saschas
Offline
Posts: 41
Re: New shopping module
«
Reply #25 on:
September 02, 2007, 10:02:46 PM »
Quote from: Vincent on September 02, 2007, 07:42:32 PM
Sacha, I get the same errors as DGEC.
Any clues?
Regards,
Vincent
I think it really has to do something with the tableprefixing within the template. please test if there are no errors when you disable the wb menues in the page-settings of WB.
Will try to get this done asap + updating fws to the 2.2.6 stable Version released a couple of days ago.
Greetings from belgium, Sascha
Logged
Vincent
Offline
Posts: 360
Re: New shopping module
«
Reply #26 on:
September 03, 2007, 07:57:48 AM »
Nope, doesn't make any difference, Sacha.
We'll wait just a little longer.
Regards,
Vincent
Logged
saschas
Offline
Posts: 41
Re: New shopping module
«
Reply #27 on:
September 03, 2007, 08:23:12 AM »
o.k., the error in the following line
Code:
$result = mysql_query("SELECT homepage_visible FROM ".$wb_table_prefix[0]."mod_freewebshop WHERE configured = 'true'");
So there is something wrong with the SQL statment, e.g. the result is empty.
please check if in table mod_freewebshop the field "configured" is set to 'true'.
Might be that there is a problem in the installation routine that does not set configured to true.
Please report it.
Greetings, Sascha
Logged
Vincent
Offline
Posts: 360
Re: New shopping module
«
Reply #28 on:
September 03, 2007, 08:41:43 AM »
I checked, it's set to 'true'.
Vincent
Logged
saschas
Offline
Posts: 41
Re: New shopping module
«
Reply #29 on:
September 03, 2007, 09:00:32 AM »
o.k. I tested the installationroutine again and here this error is not occuring.
So we have to do more tests on your system.
please add yust under line 7 ($result = mysql_query(".......))
this line
Code:
print_r($wb_table_prefix);
to see if the tableprefix is empty.
You should see something like
Code:
Array ( [0] => YourWBTablePrefix)
Do you use a prefix with the tables??
Greetings, Sascha
Logged
Vincent
Offline
Posts: 360
Re: New shopping module
«
Reply #30 on:
September 03, 2007, 09:26:05 AM »
I checked on another server, where I do not use table prefixes (on my testing server I do). No problem there, everything works fine!
Thanks,
Vincent
«
Last Edit: September 03, 2007, 09:30:04 AM by Vincent
»
Logged
saschas
Offline
Posts: 41
Re: New shopping module
«
Reply #31 on:
September 05, 2007, 08:16:28 AM »
o.k. found the bug with the tableprefixing.
in /fws/topmenu.php replace
Code:
global $db_prefix;
$wb_table_prefix = explode("mod_freewebshop_", $db_prefix);
with
Code:
$wb_table_prefix = str_replace("mod_freewebshop_", "", TBL_PREV);
in the 2 SQL Queries replace $wb_table_prefix[0] by $wb_table_prefix
that's where $result = mysql_query("SELECT ...................
...".$wb_table_prefix[0].".......");
the same has to be done in /fws/templates/default/template.html
and /fws/templates/rounded/template.html
will add a release with version 2.2.6 Update2 RC1 in a few days.
greetings from belgium, Sascha
Logged
Vincent
Offline
Posts: 360
Re: New shopping module
«
Reply #32 on:
September 05, 2007, 08:23:40 AM »
Great, Sacha.
Vincent
Logged
Luckyluke
Offline
Posts: 555
Re: New shopping module
«
Reply #33 on:
November 27, 2007, 10:12:19 PM »
Hoi,
Is there an update available?
And can we see a working demo of this module?
Thxalot,
Also greetings from Belgium,
Groetjes, Luckyluke
Logged
chaozz
Offline
Posts: 2
Re: New shopping module
«
Reply #34 on:
December 15, 2007, 10:07:07 PM »
I recently updated FreeWebshop.org to version 2.2.7 , so Sasha has some work to do
Logged
spida
Offline
Posts: 203
Re: New shopping module
«
Reply #35 on:
February 27, 2008, 04:58:54 PM »
Hi!
I would need a visual integration of this webshop. Does anybody know if the Inline-Wrapper (
http://addons.websitebaker.org/modules/dlg_by_groups/dlc.php?file=34
) would work with this shop module?
Regards,
Ayshe
Logged
saschas
Offline
Posts: 41
Re: New shopping module
«
Reply #36 on:
February 28, 2008, 07:49:48 PM »
@chaozz, I've seen the update but had nearly no time to integrate it in WB, but that'll come
@spida: Yes inlinewrapping works fine.
Greetingsa from belgium, Sascha
Logged
spida
Offline
Posts: 203
Re: New shopping module
«
Reply #37 on:
February 28, 2008, 08:07:19 PM »
Hi Sascha,
thank you for your instant reply! It helps to know
Regards,
Ayshe
Logged
spida
Offline
Posts: 203
Re: New shopping module
«
Reply #38 on:
February 28, 2008, 09:33:34 PM »
[quote author=chaozz link=topic=7042.msg48756#msg48756 date=1197752827]
I recently updated FreeWebshop.org to version 2.2.7 , so Sasha has some work to do
[/quote]
Hi Sascha,
are you already working on this update? Need help?
Regards,
Ayshe
Logged
aroelink
Offline
Posts: 26
Re: New shopping module
«
Reply #39 on:
March 23, 2008, 02:32:27 PM »
Hi Sascha,
I'm new to this forum and to websitebaker, but the first thing I tried was implementing your freewebshop!
It works like a charm, but..... I can't get the inlinewrapping right. Do I have to adjust all of the formatting in another css-file? Or does it use the css of the WB-theme? If so, what is the best way to modify the looks of the shop so it fits into my site?
On the forum of Chaozz I read the versions prior to 2.2.7 R2 are insecure.
Is it possible for you to update your module so I could use it safely on a production site?
I would be very, very gratefull, because this shop is very complete and bugfree for a Dutch shop!
Thanks a lot in advance,
Andy (NL)
Logged
carl.batliner
Offline
Posts: 18
Re: New shopping module
«
Reply #40 on:
March 27, 2008, 12:21:53 AM »
Can't find the file to download?! Where is it
Logged
Keep Rocking and Rolling
davematt
Offline
Posts: 24
Re: New shopping module
«
Reply #41 on:
March 27, 2008, 01:28:56 AM »
Hi
this url download freeshop
http://www.chaozz.nl/?downloadid=FreeWebshop.org%202.2.7_R2.zip
or baker version
http://www.websitebaker2.org/forum/index.php?action=dlattach;topic=7042.0;attach=1308
«
Last Edit: March 28, 2008, 09:47:32 AM by davematt
»
Logged
cmebd
Offline
Posts: 2
Re: New shopping module - demo problem
«
Reply #42 on:
March 30, 2008, 12:58:19 AM »
Hi There,
Went to the demo site and logged in as Admin but when trying to upload an image I got a "IP address has been logged to prevent further use" this when trying to upload a graphic for a "new product".
Does the demo not allow graphic upload?
Logged
Kezza
Offline
Posts: 1
Re: New shopping module
«
Reply #43 on:
September 26, 2008, 08:51:25 AM »
freewebshop.org is down anyone know why and when its going online again?
Kezza
Logged
Pages:
1
[
2
]
Go Up
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Announcements
-----------------------------
English
-----------------------------
=> Help & Support
-----------------------------
General
-----------------------------
=> WebsiteBaker Website Showcase
-----------------------------
English
-----------------------------
=> Modules
=> Templates, Menus & Design
=> WebsiteBaker Language Files
=> Droplets (PHP code for use with Droplet module) & Snippets (raw PHP code)
-----------------------------
General
-----------------------------
=> Guest Area & Off-Topic
-----------------------------
English
-----------------------------
=> WebsiteBaker 2.x discussion
=> WebsiteBaker 3
-----------------------------
General
-----------------------------
=> Security Announcements
-----------------------------
Deutsch (German)
-----------------------------
=> Hilfe/Support
-----------------------------
General
-----------------------------
=> Documentation
-----------------------------
Francais (French)
-----------------------------
=> Help/Support
-----------------------------
Italiano (Italian)
-----------------------------
=> Help/Support
-----------------------------
Deutsch (German)
-----------------------------
=> Ankündigungen
=> Diskussion über WB
=> Off-Topic
=> Archiv für Themen bis 2007
=> Module & Snippets
-----------------------------
English
-----------------------------
=> Archive (posts up to 2007)
-----------------------------
Nederlands (Dutch)
-----------------------------
=> Aankondigingen
=> Hulp & Ondersteuning
=> Niet-Terzake (Off Topic)
-----------------------------
Deutsch (German)
-----------------------------
=> jQuery
=> Tutorials
=> Templates & Design
-----------------------------
English
-----------------------------
=> jQuery
-----------------------------
Bakery (WB shop module)
-----------------------------
=> Bakery English
=> Bakery Deutsch
-----------------------------
English
-----------------------------
=> WebsiteBaker 2.9
===> Announcements
===> Help/Support
===> Suggestions
-----------------------------
Deutsch (German)
-----------------------------
=> WebsiteBaker 2.9
===> Ankündigungen
===> Hilfe/Support
===> Vorschläge
-----------------------------
English
-----------------------------
===> Software bugs
-----------------------------
Deutsch (German)
-----------------------------
===> Softwarefehler
=====> Module / Extensions
-----------------------------
English
-----------------------------
=====> Modules / Extensions
-----------------------------
Deutsch (German)
-----------------------------
===> Erfahrungs und Testberichte
-----------------------------
KeepInTouch (Multi Contact Module)
-----------------------------
=> KeepInTouch English
=> KeepInTouch Deutsch
Loading...