Shop Module in 1.4.1
Shop Module in 1.4.1
Hello PHPWCMS Forum!
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
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
- Oliver Georgi
- Site Admin
- Posts: 9905
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Re: Shop Module in 1.4.1
enable frontend sessions in conf.inc.php
Code: Select all
$phpwcms['SESSION_FEinit'] = 1;
Re: Shop Module in 1.4.1
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
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
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.
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.
Re: Shop Module in 1.4.1
but it's not include/inc_module/mod_shop/lang
hmmm...
hmmm...
Re: Shop Module in 1.4.1
also tried to change the conf.inc.php:
$phpwcms['default_lang'] = 'en'; //default language
to
$phpwcms['default_lang'] = 'de'; //default language
$phpwcms['default_lang'] = 'en'; //default language
to
$phpwcms['default_lang'] = 'de'; //default language
Re: Shop Module in 1.4.1
in .....mod_shop/template/default/default.html change by hand, or create new ...
Re: Shop Module in 1.4.1
thanks to all the replies. I also checked the german module threads and could find what I need!
thanks guys... another brick in the wall
thanks guys... another brick in the wall
Re: Shop Module in 1.4.1
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
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