AlaCart: There is no 'Add to Basket' button on my Shopping Cart program.

Make sure that the Cart is being called on port 7070. If it is called on the default port (80), sometimes the 'Add to Basket' button will not appear.

Here is the format of the URL to call the program:

http://your_domain.com:7070/s-cart/index.phtml

To change this, perform the following steps:

1. Go to: http://your_domain.com:7070/s-cart/admin/index.phtml
(you will have to enter your username and password to enter this page)
2. Change the URL to http://your_domain.com:7070/s-cart/admin/setup.phtml
3. Under "Change Paths", enter your username and password, and after "Your Domain Name", add :7070 to the end of your domain name.
4. Click "Update Path".

Add Feedback