Shop Module in 1.4.1

Get help with installation and running official modules for phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
andiz7
Posts: 41
Joined: Mon 14. Feb 2005, 13:09

Shop Module in 1.4.1

Post 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
User avatar
Oliver Georgi
Site Admin
Posts: 9888
Joined: Fri 3. Oct 2003, 22:22
Contact:

Re: Shop Module in 1.4.1

Post by Oliver Georgi »

enable frontend sessions in conf.inc.php

Code: Select all

$phpwcms['SESSION_FEinit']    = 1;
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
andiz7
Posts: 41
Joined: Mon 14. Feb 2005, 13:09

Re: Shop Module in 1.4.1

Post 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
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: Shop Module in 1.4.1

Post by update »

there is a template within the module folder - translate it ;)
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
andiz7
Posts: 41
Joined: Mon 14. Feb 2005, 13:09

Re: Shop Module in 1.4.1

Post by andiz7 »

but it's not include/inc_module/mod_shop/lang
hmmm...
andiz7
Posts: 41
Joined: Mon 14. Feb 2005, 13:09

Re: Shop Module in 1.4.1

Post by andiz7 »

also tried to change the conf.inc.php:

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

to

$phpwcms['default_lang'] = 'de'; //default language
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: Shop Module in 1.4.1

Post by juergen »

in .....mod_shop/template/default/default.html change by hand, or create new ... ;)
andiz7
Posts: 41
Joined: Mon 14. Feb 2005, 13:09

Re: Shop Module in 1.4.1

Post 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
chrissowa
Posts: 15
Joined: Sun 21. Sep 2008, 20:06

Re: Shop Module in 1.4.1

Post 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
Post Reply