open htaccess.txt & save in the root of your website as ".htaccess" including the quotes This will give you the products & catagory pages that are created as George said in another thread, if you installed it into a directory other than phpsupercart then you need to change it to suit
im testing on localhost when I create a product, it seems from the demo that it creates a page for the product eg phpsupercart/0-3/Test-this-on-a-motherbaord.php but when I click on the link or the image it gives me an error page this also happens when I create a catagory eg phpsupercart/2/Computer....
quite pleased at the outcome main site - http://www.burrowsgm.co.uk/ 2 pages that utilise the cart http://www.burrowsgm.co.uk/used_machinery.php http://www.burrowsgm.co.uk/spec_offers.php the site uses a simple database to add the products & product images
in the hidden field change the 1 to 0 eg <input name="item_1" type="hidden" value="B903|Boughton+903|427.50|[COLOR=crimson]0[/COLOR]||||||||" /> if you change every instance of 1 in the hidden field it wont add any thing to the cart therefore making people input a value...
ive built a simple database system that allows me to add my products through some pages.Is it possible to add links to the admin page? what I mean is the adding the admin header & footers to my 2 pages, ive already got it so you need to log in to the admin side before I can access them, just won...