Great webshop system! A few questions.

22.01.2011 16:47
#1
Mctijn
Joomshopping forum user no avatar
Name: Martijn
21.01.2011
Posts: 25
Quote
Great webshop system! A few questions.

First of all, this component is great! I was looking for a simple but decent webshop component. There is no better one than Joomshopping.

I hope you can answer a few questions:

1. Is it possible to skip the part of registering before ordering?
Now users get the possibility to register or to order without registering. I would like te remove this "step in between" and just go to the form.

2. I have a problem receiving the order confimation mails at my POP3 mail accounts. Every single mailaddress I tried don't receive these mails. When I choose my Hotmail or Gmail account, I receive the confirmation mails without any problems.

Link to my shop: http://www.myimagemagazine.com/index.php?option=com_jshopping&controller=category&task=view&category_id=2&Itemid=88

Thanks a lot!

Gr,
Martin, Holland


Joomla: 1.5.20
JoomShopping: 2.7.1
 
22.01.2011 18:35
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Great webshop system! A few questions.

1.
change file components\com_jshopping\controllers\cart.php
if ($jshopConfig->shop_user_guest){
$view->assign('href_checkout', SEFLink('index.php?option=com_jshopping&controller=checkout&task=step2',1));
}else{
$view->assign('href_checkout', SEFLink('index.php?option=com_jshopping&controller=checkout&task=step2',1));
}

to
if ($jshopConfig->shop_user_guest){
$view->assign('href_checkout', SEFLink('index.php?option=com_jshopping&controller=checkout&task=step2&check_login=1',1));
}else{
$view->assign('href_checkout', SEFLink('index.php?option=com_jshopping&controller=checkout&task=step2',1));
}


2. /administrator/index.php?option=com_config
Server - Mailing


Last change: 22.01.2011 18:38
 
22.01.2011 19:48
#3
Mctijn
Joomshopping forum user no avatar
Name: Martijn
21.01.2011
Posts: 25
Quote
Aw: Great webshop system! A few questions.

Thank you for the answer at question 2. It works!

Problem 1 is still there. I changed the code in cart.php, but the screen with customer login and customer is still there.

I added a screenshot to make it clear.

Thanks!
Aw: Great webshop system! A few questions.


Last change: 22.01.2011 19:58
 
22.01.2011 20:27
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Great webshop system! A few questions.

Sorry. my error.

delete "&check_login=1"


if ($jshopConfig->shop_user_guest){
$view->assign('href_checkout', SEFLink('index.php?option=com_jshopping&controller=checkout&task=step2',1));
}else{
$view->assign('href_checkout', SEFLink('index.php?option=com_jshopping&controller=checkout&task=step2',1));
}



Last change: 22.01.2011 20:28
 
22.01.2011 21:38
#5
Mctijn
Joomshopping forum user no avatar
Name: Martijn
21.01.2011
Posts: 25
Quote
Aw: Great webshop system! A few questions.

Thanks a lot!

I have another question.

Where can I change the background colour of the checkout tables? (see image)
It's white now, but I'd like to make it grey to suit my site design better.

I've looked in the css file, but I don't know what exact code I have to add to the right section.

Thanks!
Aw: Great webshop system! A few questions.

 
23.01.2011 15:53
#6
Mctijn
Joomshopping forum user no avatar
Name: Martijn
21.01.2011
Posts: 25
Quote
Aw: Great webshop system! A few questions.

One more question.

The attributes only appear in the "original" language. In other languages the drop down menus remain empty.

Please check: http://www.myimagemagazine.com/index.php?option=com_jshopping&controller=product&task=view&category_id=3&product_id=6&Itemid=88&lang=en

Thanks again!

 
23.01.2011 19:11
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Great webshop system! A few questions.

Set attributes in Admin area.

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.