I want to time out the session with timer,
I am implementing a ecommerce project, where I required when user add first product in the cart a timer will start and user add more products in the cart but user did not checkout the cart product within a specific time the cart session is timeout(cart empty).
How can acchive this.
...
What's the best way to integrate Magento with a simple HTML-based single product site?
I envision installing Magento, and then the existing site just "hooks" into Magento versus using the entire Magento framwork, etc. I don't want to use Magento as a "CMS" I just want to use it to handle the order processing.
Any tips or suggestions o...
I’m having a lot of trouble understanding how to create a module that will add an extra button to the shopping cart page. I found lots of info on payment modules and stand-a-lone page modules, but nothing for this.
I simply need to add a button underneath the regular “Checkout” button that can post item data to another website. I’ve c...
I need to add a field to the following page - before the subtotal it should display the price per item.
http://www.culinarydepotinc.com/ShoppingCart.aspx?add=true&ReturnUrl=showproduct.aspx%3fProductID%3d38833
Anyone familiar with this product - I'm using version 7.
My question really is, which file i need to modify to implement t...
Hi,
I want to create a shoping cart web site using .Net and C#.
I am intermediate for C# and SQL Server.
Have no idea as of on how to start with a Shoping cart website ,my sincere grattitude towards any usefull link or suggestions and help .
Thanks,
Subhen
...
I know clientside webcarts could be modified by the visitor, in my application that is OK.
The only webacart without serverside logic and validation I have found is simplecart-js. However it is not using jquery.
Can anyone suggest a jquery cart with the same functionalities, or even more basic? I assume it would make use of the ezcookie...
Hi,
I need to use some sopping cart for selling "Scripts" online.
Is there any simple and clean php/mysql shopping cart integrated with paypal that can be used free.
Feature that I require is, a link will be dynamically generated for certain days and sent it to the user who paid so that they can instantly download the script as soon as...
I have been tasked with selling made-to-order products online. We have a web-based product configurator and order processing system set up that produces prices, interfaces with our inventory system, etc.
I've reviewed Magento and Ubercart and they appear to do too much; the management perceives integrating something like that as an unne...