Nisse![]() 2005-04-28 15:19 | Is there a way to make the script NOT go to the basket after clicking "Buy"? |
Wizzud![]() 2005-04-28 16:29 | Sure. |
treewood (OpenSolution)2005-04-28 16:31 | wizzud - it is good way but $_SERVER['HTTP_REFERER'] is not best way. manual says about it: witaj.net |
Wizzud![]() 2005-04-28 17:10 | How about this instead?: |
Bengan![]() 2005-06-02 14:18 | actions_client.php? No, I found the descripted line on line 17 in actions_client/orders.php and it works just fine. (Version 0.3.0) |
wizzud![]() 2005-06-02 18:21 | Yeh, sorry 'bout that - missed out a bit! |
deleak![]() 2005-10-13 08:55 | I was put the code but the result is empty. |
LeoGetz2006-02-17 17:32 | Where should I do it in your 0.3.0 loaded version Wizzud? |
wizzud![]() 2006-02-17 17:54 | LeoGetz >> |
LeoGetz2006-02-17 18:17 | thx, but I don´t want the alert. I just want the product in the basket, and still have the same page in front of me. What should I delete if I want that? |
LeoGetz2006-02-17 18:36 | I noticed a very serious problem with that function wizzud. The product is not added to basket if you are running with productAttributes. It´s only added if the product don´t have a attribute. |
wizzud![]() 2006-02-17 19:51 | Hmmm... |
LeoGetz2006-02-17 20:05 | thx, I would be very greatful if you help me, because I want that function to work, I need it. |
LeoGetz2006-02-18 23:08 | Sorry Wizzud, hehe! It works, It was my mistake. You don´t have to look into that. |
~vitek![]() 2006-04-30 12:10 | What I have to change in 1.2 version? Any ideas? |
~vitek![]() 2006-04-30 16:40 | Wizzud - I'm sure u can help )) |
vitek![]() 2006-05-15 12:51 | Guys anybody know how to make it in 1.2 version?? |
vitek![]() 2006-05-16 00:19 | I've wrote to the DEVs, they've sent me to the forum. And no answer here :) Heelp! |
vitek![]() 2006-05-18 19:09 | Does developers has a solution to that? |
wewior (OpenSolution)2006-05-19 07:20 | try to change line
header( 'Location: '.$_SERVER['PHP_SELF'].'?p=ordersBasket' );
|