Page 1 of 1

Shop Module in 1.4.1

Posted: Fri 21. Aug 2009, 10:55
by andiz7
Hello PHPWCMS Forum! :P

I wanted to install the shop module in 1.4.1. Sofar - sogood.
I have problems when I place a product in the cart and update the cart - then my cart is empty again.
Same when I click the checkout button - cart is empty again...

I used this RT-code in the backend:

<hr />
<h2>Category</h2>
{SHOP_CATEGORIES}
<hr />
{SHOP_PRODUCTLIST}
<hr />
{CART_SMALL}

<hr />
<hr />
{SHOP_ORDER_PROCESS}


see the problem here:
http://www.netconnect.at/EEMS/cms/index.php?Shop-1


Thank you guys for any advices and ideas :D

Re: Shop Module in 1.4.1

Posted: Fri 21. Aug 2009, 15:57
by Oliver Georgi
enable frontend sessions in conf.inc.php

Code: Select all

$phpwcms['SESSION_FEinit']    = 1;

Re: Shop Module in 1.4.1

Posted: Fri 21. Aug 2009, 18:20
by andiz7
Danke Oliver für deine rasche Hilfe!

To edit the shop further I wanted to change the language to german... Where can I change this setting??

Is it a general default setting or a specific module setting?

Thanks again for any help or inspiration

Re: Shop Module in 1.4.1

Posted: Fri 21. Aug 2009, 21:00
by update
there is a template within the module folder - translate it ;)

Re: Shop Module in 1.4.1

Posted: Sun 23. Aug 2009, 09:00
by andiz7
but it's not include/inc_module/mod_shop/lang
hmmm...

Re: Shop Module in 1.4.1

Posted: Sun 23. Aug 2009, 09:05
by andiz7
also tried to change the conf.inc.php:

$phpwcms['default_lang'] = 'en'; //default language

to

$phpwcms['default_lang'] = 'de'; //default language

Re: Shop Module in 1.4.1

Posted: Sun 23. Aug 2009, 09:17
by juergen
in .....mod_shop/template/default/default.html change by hand, or create new ... ;)

Re: Shop Module in 1.4.1

Posted: Sun 23. Aug 2009, 10:18
by andiz7
thanks to all the replies. I also checked the german module threads and could find what I need!

:roll: thanks guys... another brick in the wall

Re: Shop Module in 1.4.1

Posted: Sun 4. Oct 2009, 13:45
by chrissowa
Hi,
i just started to test the shop module, too.
I m actually testing to change the language. I think this should work.

But can you give me a tip how i could reach the following things:
-actually it would be enough for the start that there is only my kategorie and then the products of it.

So it would be cool if i could do something like this:

<h2>Choose...</h2>
{SHOP_CATEGORIE_Category1}
<hr />
{SHOP_PRODUCTLIST}
<hr />
{CART_SMALL}
<hr />
{SHOP_ORDER_PROCESS}

I dont need the "top product" and the categorie choise.

There are two more things i would like to change.
Where can i find the place where to change the text "Add to cart" on the buttons?
Is it in the default.html too and im just blind?

Last thing:
At the place where you can fill in your address:
Can i change the rights for the fields, e.g. that there are less field that are mandatory (Pflichtfelder).

Would be really great if these changes are possible (actually i think so ;D).
I m still a html beginner and have not really so much knowledge of php, but i think i would find these possibilities with a hint.

Thanks in advance.
Greets
Christopher