Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

Web development beginner question

  • 06-02-2017 09:40PM
    #1
    Registered Users, Registered Users 2 Posts: 10


    Hi this might sound like a stupid question im developing a shopping website for college. I'm making the front end now and doing the backend in Java and MySQL just wondering for every single product do I need to make a checkout page for it and an add to cart page for it? Or do I just need one checkout page and once the backend is done the cart image and description will change to suit whichever product is chosen?


Comments

  • Registered Users, Registered Users 2 Posts: 10 bryan123456789


    Thanks for the reply, so let's say I have 6 jumpers for sale, my frontend should only consist of one cart page? I thought it would of been 6 cart pages one for each product Witt the image, description and price.


  • Registered Users, Registered Users 2 Posts: 1,148 ✭✭✭punk_one82


    One cart page and your content is inserted dynamically.


  • Registered Users, Registered Users 2 Posts: 10 bryan123456789


    punk_one82 wrote: »
    One cart page and your content is inserted dynamically.

    And what about the product details and price for example if I have a hoodies page with all the hoodies shown when I click one and it brings up the price option to add to cart and description is that done dynamically too or do I need each product linked to a description page?


  • Registered Users, Registered Users 2 Posts: 297 ✭✭W0LFMAN


    The info your looking for would be covered under some basic html/Javascript to mysql lessons. A $20 online course 2-4 hour will solve a lot of your problems.


  • Registered Users, Registered Users 2 Posts: 872 ✭✭✭grahamor


    W0LFMAN wrote: »
    The info your looking for would be covered under some basic html/Javascript to mysql lessons. A $20 online course 2-4 hour will solve a lot of your problems.

    Good advice. Check Code Academy as it's great and free.

    There are also some excellent beginner eCommerce books using PHP/MySQL that outline step by step how to put this together.


  • Advertisement
Advertisement