Page 3 of 6
Re: Module/Shop still empty
Posted: Thu 16. Aug 2007, 17:00
by sustia
krailing wrote:Thanks, but in my backend/Module/Shop/Proukte is still empty, nothing happening. Should there appear something? I have no idea what to do.
I am thankful for any help....
Krake
Hi, in the frontend have you purchase some products?
Posted: Thu 16. Aug 2007, 17:06
by update
This new stuff is really cool!
BTW: could you provide some "Blubberlutsch im Eimer", I don't like Gulp very much

and it's much cheaper and more healthy!
claus
Re: How to work with the shop?
Posted: Thu 16. Aug 2007, 17:10
by nekket
krailing wrote:Am I stupid? I'm unable to find a way to handle with shop module. I first loaded an earlier version (trunk-03-08-2007), and there was no sql-file, now I copied the mod_shop folder into the inc_module. Run the setup.php? Does not work. I created the tables in the db with the shop_sql.sql. Going to the backend and to Module/Shop, there is nothing happening. What am I doing wrong?
Krake
And don't forget to delete the setup folder

Re: Module/Shop still empty
Posted: Thu 16. Aug 2007, 17:10
by krailing
sustia wrote:krailing wrote:Thanks, but in my backend/Module/Shop/Proukte is still empty, nothing happening. Should there appear something? I have no idea what to do.
I am thankful for any help....
Krake
Hi, in the frontend have you purchase some products?
No, I do not how to start to work with the shop, sustia!
Re: How to work with the shop?
Posted: Thu 16. Aug 2007, 17:17
by krailing
nekket wrote:
And don't forget to delete the setup folder

That's it! Thanks, nekket!
Krake
Posted: Thu 16. Aug 2007, 17:20
by sustia
krailing wrote:sustia wrote:krailing wrote:Thanks, but in my backend/Module/Shop/Proukte is still empty, nothing happening. Should there appear something? I have no idea what to do.
I am thankful for any help....
Krake
Hi, in the frontend have you purchase some products?
No, I do not how to start to work with the shop, sustia!
Like Oliver said, add a content part (HTML will works) in the page you wants to see the shop, and put in this code:
Code: Select all
<hr />
<h2>Category</h2>
{SHOP_CATEGORIES}
<hr />
{SHOP_PRODUCTLIST}
<hr />
{CART_SMALL}
<hr />
<hr />
{SHOP_ORDER_PROCESS}
Of course in the backend you must add at least a category (for example, books) and one product for category.
So in the page when you have putted the code will see the shop.
I hope is more clear now

Posted: Thu 16. Aug 2007, 17:35
by juergen
we should scratch all the infos together and fill this in Modules....
Hey.. this play saved my day ... sitting at home with completely broken leg hearing that my new location could prob. unable to have DSL caused by glassfibre ...
phpwcms is not dead
IT MADE MY DAY !
@claus: Blubber is online

Posted: Thu 16. Aug 2007, 19:04
by update
How did you know that I meant
exactly this kind of?
There has been a story where Lucky Gustav had to drink some baskets full of it due to a bet between him and Donald - I was hanging across the fence and unable to get my breath back while laughing...
And thanks for having it in your store now - one basket is mine

Posted: Thu 16. Aug 2007, 19:13
by Oliver Georgi
To play a bit more with it:
put {SHOP_ORDER_PROCESS} on another page than the article listing. Check template file where you need to define target page.
Oliver
Posted: Thu 16. Aug 2007, 19:50
by DeXXus
It would be great if you could chop out this section about the Shop Module from this thread into it's own topic.
Is this possible, maybe? Would save some people from asking questions and get folks kick-started!
UPDATE: It has been split off to it's own topic. THANKS Oliver - 5 STARS
Posted: Thu 16. Aug 2007, 20:07
by juergen
getting those actions splitted is much better for overview.
So seems that most of the template entries should be translated in template itsellf ?
Would be a nice feature to have these customers also in a database... but summary after all ... this shop is able to work. great !
Posted: Thu 16. Aug 2007, 20:58
by Oliver Georgi
customers are stored in database. But yet not in user database.
Oliver
Posted: Fri 17. Aug 2007, 07:24
by rushclub
Oliver Georgi wrote:phpwcms_sysvalue table has to be upgraded too.
Oliver
have updated it, but no result. i cannot insert any category or product. ;(
rush
Posted: Fri 17. Aug 2007, 08:52
by juergen
Product, Cat is done here:
http://www.phpwcms.de/forum/viewtopic.p ... c&start=17
Sysvalue is for shop "Randbedingungen" *g* Lost some English since yesterday

Posted: Fri 17. Aug 2007, 09:18
by rushclub
rushclub wrote:Oliver Georgi wrote:phpwcms_sysvalue table has to be upgraded too.
Oliver
have updated it, but no result. i cannot insert any category or product. ;(
rush
found the error. anfängerfehler. forgot table-prefix. now it works. sorry
rush