Tagged Questions
4
votes
3answers
6k views
How to access Magento user's session from outside Magento?
Im trying to access the Magento customer session in another part of my website.
domain.com/shop/ <- Magento
domain.com/test.php
The shop itself works like a charm, however im trying to determine ...
3
votes
3answers
78 views
PHP run a script when a session expires
I have a cart application with unique items with qty 1 - I need to deplete the stock qty when a user puts one in the basket to avoid someone else buying it. Problem is, that if they abandon the cart ...
1
vote
2answers
109 views
Codeigniter: Logic in Nested Views
I have a template.php that includes a header, footer and main content.
However, in my template.php, I would like to add a shopping cart widget that utilises the shopping cart class, the form class ...
0
votes
1answer
34 views
How to fix 'Whoops, session expired' error from Zencart Payment
I have an install of zencart on my server and I am trying to pay via paypoint.net, but everything i do so, it comes back as session expired on zencart. The payment has gone through fine, but needless ...
0
votes
1answer
34 views
Session object in shopping cart
In your experience, is using the Session object to maintain a shopping cart a satisfactory approach for an E-Commerce application, if Java Server Pages are used?
0
votes
1answer
38 views
eCommerce session data persistence
I'm currently building a shopping cart for an eCommerce site and am wondering about the best way to persist user data in the session during the checkout process.
The user flow works is as follows:
...
0
votes
1answer
104 views
How can I get my shopping cart linked to a users session?
Im super new to programming and I'm trying to get a shopping cart working in my app which is linked to user sessions. So each user can have their own shopping cart and no one can view anyone else's ...
0
votes
1answer
53 views
How to merge or copy anonymous session data into user data when user logs in?
This is a general question, or perhaps a request for pointers to other open source projects to look at:
I'm wondering how people merge an anonymous user's session data into the authenticated user ...
0
votes
1answer
22 views
adding additional items in a ecommerce application to save in session
i want to use this site as a reference to explain what im trying to figure out.
http://www.shop-script.com/demo/store/index.php?lang=eng
if you select a product then enter a value higher than 1 for ...
0
votes
2answers
273 views
Losing session data when user logs in
I have been working on a shop that is built in Python on the back of the django framework, everything was working fine until I noticed that when a user proceeds to the checkout and is requested to log ...
0
votes
2answers
682 views
How to maintain the same ASP session during a redirect to SSL?
I have a shopping cart website running classic ASP that needs help during the checkout process. When a user is ready to checkout, they are redirected to an SSL version of the site.
...